Need to know some more information.

1) Have either or both MSIs been released yet?
2) Where are you sequencing RemoveExistingProducts?
3) Why aren't you implementing this as MSI & removable MSP?

-----Original Message-----
From: bjscf [mailto:[email protected]] 
Sent: Monday, August 24, 2009 12:06 AM
To: [email protected]
Subject: [WiX-users] How can I revert to old file and registry value.


Hello all,

I have the below question, does anyone know how to implement it?

I need to write two MSIs, both of them will install the same file with
different versions to the same path and modify the same registry value. For
example, the two MSIs are MSI-1 and MSI-2. MSI-1 will install file A
(version 1.0) to system32 folder and modify registry value to "this is
MSI-1". MSI-2 will also install file A (version 2.0) to system32 folder and
modify registry value to "this is MSI-2".

When MSI-1 is installed, file A (ver 1.0) is copied to system32 folder and
registry value is modified to "this is MSI-1". Then after MSI-2 is
installed, file A (ver 2.0) overlap the old version (1.0) and registry value
is changed to "this is MSI-2".

If MSI-2 is uninstalled, I hope file A is reverted to version 1.0 and
registry value is reverted to "this is MSI-1".

Thanks,
Changfeng
-- 
View this message in context:
http://n2.nabble.com/How-can-I-revert-to-old-file-and-registry-value-tp35017
63p3501763.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to