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

Hot to build msi-file, not setup.exe

I'm testing the Express Edition. In the past we used the Professional Version from 2011.

Im stuck at the point where i build my release.
I want to build an msi-file, not a setup.exe.
In the User-Guide, Page 313 i found this section:

Task: To create an .msi file as your InstallShield output:
1. Create your installation, including the necessary files, features, registry entries, and shortcuts.
2. In the View List under Prepare for Release, click Releases.
3. In the Builds explorer, click the type of media that you want to build.
Note • You cannot generate an .msi file accessible to your end users through the WebDeployment release type
or the SingleImage release type.
4. Click the Build tab.
5. For the Compression setting, select Uncompressed. This instructs InstallShield to not embed the .msi file
into the Setup.exe file.
6. Click the Build button.
InstallShield builds your release and stores it in the \\Express\
Type>\DiskImages\Disk1 folder. The .msi file is in this folder.

I tried it several times, using the "Custom"-Release. But whatever i try i only get a setup.exe file.

Is this a bug, or restricted because its a trial-version?
Building msi-file is a must for us.
Labels (1)
0 Kudos
(6) Replies
DebbieL
Level 17

0 Kudos

The link is not available 

@DebbieL 

0 Kudos
Flex-Jeremy
Technical Writer
Technical Writer

Hi @ICerno

This is a limitation of the InstallShield evaluation. Once InstallShield has been activated you will be able to build your projects as MSIs. The full list of limitations can be found in the knowledge base below. 

Functionality Notes for the Evaluation Version of InstallShield:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Functionality-Notes-for-the-Evaluation-Version-of-InstallShield/ta-p/4064

I am only human; anything said is my view or from my own experience and not necessarily that of Flexera.
If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".
0 Kudos

Hi Flexera,

I have a activated version of InstallShield Express 2014, but i can't choose to create MSI-files, only setup.exe.

Is there something i need to download and install?

Best regards

Nicklas

 

0 Kudos
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

You can create only msi not exe  by following the below settings

Go to releases --> select the release you are building and then you need to set the Set up launcher field to NO under setup.exe, 

 

SetupLauncher NO_Express.PNG

 

Also make sure you are creating compressed msi, by setting compression field value to compressed under build tab.

Hi,

Perfect! I remembered that this option would be in the same page as om my picture. Something like "build MSI-file".

But now i know. Thanks varul!

0 Kudos