2

Please tell me whether it is possible to create a file named setup.exe. I want to have the end user to a single file installer. At this point, I click 'build' and the output like this:output files

I would like to output was a setup.exe. If it is not possible, then the setup.exe file.msi

basic msi | 2010 premier

abatishchev
  • 98,240
  • 88
  • 296
  • 433
Feor
  • 259
  • 3
  • 15

1 Answers1

3

Sure, you just use the release wizard:

Release Wizard

When you get to the Media Type dialog select "Network Image" , on the Release Configuration dialog select "Compress All Files" and on the Setup Laucncher Dialog select "Create Installation Launcher (Setup.exe)"

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100