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-tp3501763p3501763.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

