Create MSI from extracted setup files

前端 未结 3 773
遇见更好的自我
遇见更好的自我 2020-11-28 16:06

I have a folder with a 3rd party installer, the folder contains a setup.exe and all its CAB files next to it (and many related folders).

I want to be able t

3条回答
  •  醉梦人生
    2020-11-28 16:43

    I'm an InstallShield noob looking for help with a similar problem, but for your needs a Basic MSI Project should be sufficient.

    If you are using the Project Assistant wizard, when you the get to the Application Files section you drag-and-drop your various folders and the setup.exe into the INSTALLDIR folder in the wizard and that's pretty much it, I think.

    As I recall from other issues I had creating a non-installing MSI of SQL Server, Install Shield will automatically recognize your setup.exe and run that when the .MSI is run.

提交回复
热议问题