Tagged Questions

2
votes
1answer
76 views

Can i set dynamically the name of a shortcut while deploying with the VS Setup Deployment Project?

i would like to publish my application with a name (and desktop shortcut) based on a config file. So can i dynamically set the name of a shortcut while deploying with the VS Setup Deployment Project? ...
2
votes
2answers
2k views

Visual Studio Setup Project— adding prebuild step

I want to make my build process for producing a setup project to be a single click. However, I also want to add {smartassembly} to the build step to obfuscate the build, but only on our build ...
1
vote
1answer
176 views

best way to handle prebuild and post build events while making a setup

hi i have many prebuild and postbuild events in different projects. i want to write these events in a single batch file and then call this script in the main project please tell me this is the ...