We have created a click once application using VS 2008.

I would like to have 2 unique installations of the same application, one which is a TEST application and one which is a LIVE application.

Unfortunately, I dont know where to specify (in the project properties) the uniqueness between the apps.

Everytime I try to install the LIVE app it informs me that the application is already installed (as I have the test app already installed).

I want to be able to install both.

Any help is much appreciated!

Vishal

link|improve this question
feedback

1 Answer

Create a separate installer for the test app. Give it a different name and installation path. If using a Visual Studio setup project then use a different Product Code (see the project's properties window).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.