Link to home
Create AccountLog in
Avatar of dominicwong
dominicwong

asked on

How to keep multiple versions of a software in installation folder (via VS2008, .NET)

Hi experts
I need to release a software. But this software has, for example, version 1, version 2, etc.
They need to coexist in an installation folder so that user might use old and new versions.

Please tell me how I might configure my deployment/setup project so that when it installs, each version goes into its own folder as follows:
c:\Program Files\company name\product name\version 1
c:\Program Files\company name\product name\version 2

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of tipsybroom
tipsybroom
Flag of Germany image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of dominicwong
dominicwong

ASKER

Thanks tipsybroom.