Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Is there any way to make the installshield output exe, to change name from setup.exe to other name (ex.. test.exe or) as we like. Because every time i have to change the name Manually. If you know please help me out in this.
Posted
Updated 6-Nov-17 23:33pm

Yes, it is possible.
In Media/Releases section choose your production configuration, then find "Setup File Name" key. The output file will have the name you entered for all your releases.

You also can edit it manually in ISProductConfigurationProperty table, it might have something like this:
ISProductionConfiguration_     Property       Value
YourConfigurationSectionName   SetupFileName  your_setup_file_name
 
Share this answer
 
v2
Installshield with VS 2015

Expand your Project, In Project expand Prepare for Releases, you will see an option Releases, Double click above option, new window will opened, in left pane click on Express, In right pane under General tab you will see Setup File Name, change this and you are done.

Refer SO link,
https://stackoverflow.com/questions/20253568/how-to-define-setup-file-name-at-build-time-in-installshield
 
Share this answer
 
v2
Comments
CHill60 7-Nov-17 8:36am    
This question was asked, answered and solution-accepted over 5 years ago. You have added nothing new to the thread.
Stick to answering new questions where the OP still needs help
Dongledad1 15-Nov-17 7:48am    
Incorrect, CHill60 - Aniket is showing how to perform this action on the later releases of Visual Studio, and Aniket's answer is the one I actually needed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900