cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tom_sage
Level 4

Build creates unwanted MSI and INI files

I normally just want the output to be an EXE file.

A setup project is creating these files even though they are not selected.
- MSI
- Setup.ini
- 0x0409.ini

Why is this happening?

Thanks
Tom
0 Kudos
(3) Replies
Lenwin
Level 10

Hi,

Could you try creating a compressed setup.

Kindly refer the following thread.

http://community.flexerasoftware.com/showthread.php?t=195838

Regards,
Lenwin
0 Kudos
tom_sage
Level 4

Lenwin,

Thanks for your reply.

The setup.exe is compressed. Most of the other ISLE projects just create the EXE. I have had two that created the four files listed below.

It must be some setting, but I cannot find which one it is.s

Also, if I try to just run the setup.exe, I get this error: Error reading setup initialization file

Thanks
Tom
0 Kudos
tom_sage
Level 4

Found answer:

The type of output is set in VS 2010!
- Right-click on the VS 2010 Solution
- Select Configuration Manager
- For the "setup" project select "SingleImage"
- Click Close button

Now there will be a single EXE file in the ISLE output folder.

Thanks
Tom
0 Kudos