How can I create an MSI setup?

后端 未结 8 1513
失恋的感觉
失恋的感觉 2020-11-30 21:06

I\'ve created setups for all my Delphi tools with Inno Setup for years. Now some users rather want an MSI installation package, so they can deploy the setups from a central

相关标签:
8条回答
  • 2020-11-30 21:54

    You can purchase InstallShield, the market leader for creating installation packages. It offers many features beyond what you get with freeware solutions.

    Warning: InstallShield is insanely expensive!

    0 讨论(0)
  • 2020-11-30 21:56

    If you don't understand Windows Installer then I highly recommend The Definitive Guide to Windows Installer. You can't really use WiX without understanding MSI. Also worth downloading is the Windows Installer 4.5 SDK.

    If you don't want to learn the Windows Installer fundamentals, then you'll need some wizard type package to hide all the nitty gritty details and hold your hand. There are plenty of options, some more expensive than others.

    • InstallShield
    • Advanced Installer
    • MSI Factory
    • etc..

    However still I'd suggest picking up the above book and taking some time to understand what's going on "under the hood", it'll really help you figure out what's going wrong when customers start complaining that something is broken with the setup :)

    0 讨论(0)
提交回复
热议问题