Re: [WiX-users] file association issue

2007-03-31 Thread Bob Arnson
vij wrote:
> when we un-install V2, we want file association reverted to V1, but 
> this is not happening.

There's no automatic support for that in MSI. You could store the 
current association in the registry, retrieve it using RegistrySearch, 
then write it back.

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] file association issue

2007-03-29 Thread vij
Hi,
  During the installation of our product (our product is a multimedia player), 
we are doing some file association with our product.
  Our requirement is; "Allow multiple versioins of player to coexist".
  Issue: When newer version(V2) is installed over the earlier version( V1), all 
the files are getting associated with V2 as expected. 
  when we un-install V2, we want file association reverted to V1, but this is 
not happening.
   
  Below given is the WiX code I am using for file assoication:
  





   
  am I doing something wrong? Any help will be highly appreciated!.
   
  thanks
  Vij

 
-
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users