Creating a setup.exe in InstallShield in Visual Studio

旧时模样 提交于 2019-12-11 01:19:16

问题


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:

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

basic msi | 2010 premier


回答1:


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)"



来源:https://stackoverflow.com/questions/9581929/creating-a-setup-exe-in-installshield-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!