cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
luke_hayter
Level 2

InstallShield 2015 LE for VS not building standalone MSI - needs Data1.cab

I'm using InstallShield 2015 Limited Edition for Visual Studio to build a .MSI installer.

Build the installer appears to work and the folder DISK1 gets created with an ISSetupPrerequisites sub folder and there are folders and files in there.
The DISK1 folder also contains a .ini file, a MyAppInstaller.msi file, a Data1.cab file, and setupexe and setup.ini files.

The MyAppInstaller.msi is 787KB and the Data1.cab file is 5144KB. If I copy the MyAppInstaller.msi file to a different folder and double click it the installation fails with an error about the Data1.cab file being missing.

I had hoped I was building a standalone .msi file - obviously not.

In InstallShield the SingleImage settings has Compressed set for the Build tab and Launcher is set to Yes for the Setup.exe tab. It that incorrect?

Any hints what I'm doing wrong?

Thanks in advance
Labels (1)
0 Kudos
(1) Reply
CdrJameson
Level 2

I would also like a single, downloadable msi file for my installer (which could contain or link to the prerequisites).
Is this possible?
Do I have to make my own self-extracting zip or something?
0 Kudos