File association

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I use Visual Studio Setup and Deployment project to create msi and I have an
installed program version 4.2. Now I have new version 4.3,but I really want
to make two version coexist, that means when you double-click version 4.2's
project file(extension .ws),it will be opened by 4.2. And for version 4.3's
project file,it will be opened by 4.3.

Is it possible? If it is , how to do it?
 
hi,
I use Visual Studio Setup and Deployment project to create msi and I have an
installed program version 4.2. Now I have new version 4.3,but I really want
to make two version coexist, that means when you double-click version 4.2's
project file(extension .ws),it will be opened by 4.2. And for version 4.3's
project file,it will be opened by 4.3.

Is it possible? If it is , how to do it?
Use

a) version specific file extensions, e.g. .ws.4.2 and .ws.4.3
b) use a launch tool bound to .ws, which controls which application is
started.


mfG
--> stefan <--
 
Hi
| Hi,
| I use Visual Studio Setup and Deployment project to create msi and I have
an
| installed program version 4.2. Now I have new version 4.3,but I really
want
| to make two version coexist, that means when you double-click version
4.2's
| project file(extension .ws),it will be opened by 4.2. And for version
4.3's
| project file,it will be opened by 4.3.
|
| Is it possible? If it is , how to do it?


I think that your problem is how to decide which app to open, a possible
solution is when the app is open a file to verify its version if it's a
previous version then look if there is such a prev. version installed and
excute it if so.

Now I realize that when you install VS 03 & VS 05 in the same machine the
icons for projets created with 03 change (they have a small 7.1) over the
icon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top