How to make an MSI with Visual Studio 2012 and Installshield LE

前端 未结 3 846
广开言路
广开言路 2020-12-31 17:40

I\'ve been given a Visual Studio solution someone else made. It has an installer project using Installshield LE. The installer builds fine but it makes an exe and I\'m suppo

3条回答
  •  春和景丽
    2020-12-31 18:34

    I've solved it by using the following

    • By using SingleImage as the build type

    • Under - Setup.exe tab (Build | Setup.exe | Signing)

    • Select Setup Launcher = No.

    The build from InstallShield will come out as a .MSI file under

    (\RELEASE_PROJECT\Express\SingleImage\DiskImages\DISK1)

提交回复
热议问题