Is there any definitive documentation on writing software installers?

前端 未结 7 898
野性不改
野性不改 2020-12-07 18:02

I\'ve read a bunch of documentation on installers and haven\'t come across anything good that explains the underlying concepts. Most of the installer software I\'ve come ac

7条回答
  •  一整个雨季
    2020-12-07 18:22

    If your install needs are not terribly complex, I would suggest trying out InnoSetup. I used it on a suite of windows applications installers a few years ago and had no complaints. Much simpler than InstallShield and MSI, but your mileage may vary.

    I am not in any way affiliated with InnoSetup.

提交回复
热议问题