Visual Studio Setup Project
Posted
by pm_2
on Stack Overflow
See other posts from Stack Overflow
or by pm_2
Published on 2010-06-10T09:23:27Z
Indexed on
2010/06/10
9:42 UTC
Read the original article
Hit count: 210
I’m trying to use a Visual Studio Setup Project to deploy a C# Application.
In a VS Setup project, is it possible to dynamically change the application folder before a project is installed, or even to add any code behind the set-up project at all?
What I am trying to achieve is an msi that runs, calculates the installation directory based on some external factors and then installs to that directory. I then want it to run the application immidiately. The objective for this is no user intervention throughout.
© Stack Overflow or respective owner