开发者

Delphi, installers and Windows 7

开发者 https://www.devze.com 2022-12-20 01:01 出处:网络
As part of a general move to Windows 7- where all applications should have an \"installer experience\", I need to create installers for all of our application suite. I have looked at InstallShield, bu

As part of a general move to Windows 7 - where all applications should have an "installer experience", I need to create installers for all of our application suite. I have looked at InstallShield, but this seems extremely expensive for what it does. What install products could I look at?

The installers will need to be built unattended on our build machines, so there is a level of complexity above just being an installer builder.

Update:

I have looked at all of the suggestions and they look good. My plans involve pushing stuff up by SCCM (or something similar) to the end u开发者_如何学JAVAsers. Would I need to have MSI support for that?


I think Inno Setup from Jordan Russell can do what you want. Oh, and it's free.


You might want to take a look at the Nullsoft Scriptable Install System (NSIS).

The compilation of NSIS installer scripts can be integrated in your build system.

(You can even cross-compile your Windows installer on Linux, BSD or Mac OS X.)

Find out more at http://nsis.sourceforge.net/.

With NSIS you can build .exe installers (think setup.exe).

In case you want to build MSI packages, take a look at the Windows Installer XML (WiX) toolset.

More on this here: http://wix.sourceforge.net/


I work on a desktop application built in Delphi and we use the Wise Installation Studio to build our installers. It seems to be robust enough to handle what you need, including the ability to create MSI packages. However, it isn't a free product.

http://www.wise.com/Wise/Products/Installations/WiseInstallationStudio.aspx


MSI installers are ideal where you have corporate installations, and a good way to create an MSI is using WiX, an XML based system. However, the files you need are complex, so I use MSI Factory to create the installer which handles all the usual requirements, but which then outputs the WiX files which can be built and updated by my build scripting tool FinalBuilder. This way I get the benefit of the nice UI, and of the open files tool, so no lock-in.


Installaware would be my recommendation

http://installaware.com/


I use DeployMaster from Just Great Software since many years and am very happy with it.
It can be integrated in your build process.
Not free, but very reasonably priced.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号