Hello,
VS 2005
I am have developed a web service, and created the setup project using the MSI setup project.
However, the customer does not want to install the web service in the default C:\intpub\ directory.
So I have removed the user interface dialog that specifies the directory to install in. (Right click setup project | View | user interface).
I have create my custom dialog that allows the user to specify their install directory.
But the setup always installs in the default directory. How can I change the TARGETDIR to where the user wants?
Many thanks,
Steve
VS 2005
I am have developed a web service, and created the setup project using the MSI setup project.
However, the customer does not want to install the web service in the default C:\intpub\ directory.
So I have removed the user interface dialog that specifies the directory to install in. (Right click setup project | View | user interface).
I have create my custom dialog that allows the user to specify their install directory.
But the setup always installs in the default directory. How can I change the TARGETDIR to where the user wants?
Many thanks,
Steve