Re: [WiX-users] How to copy registry subkey which includes some entries

2010-08-04 Thread Pally Sandher
Email Disclaimer -Original Message- From: little.forest [mailto:little.for...@ymail.com] Sent: 04 August 2010 01:28 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to copy registry subkey which includes some entries We need to do these: 1. Detect the HKCU\Software\CompanyX

Re: [WiX-users] How to copy registry subkey which includes some entries

2010-08-04 Thread little.forest
, August 4, 2010 3:39:46 AM Subject: Re: [WiX-users] How to copy registry subkey which includes some entries 1 - http://msdn.microsoft.com/en-us/library/aa372497.aspx 2 - Nope you'll have to do it the long way. You'll need 2 MSI's if you want to access the 64-bit areas of the registry on x64 platforms

[WiX-users] How to copy registry subkey which includes some entries

2010-08-03 Thread little.forest
We need to do these: 1. Detect the HKCU\Software\CompanyX\ProductY key(this key includes 5 entries) in registry, if the key exists, then copy it to be HKCU\Software\CompanyX\ProductY_Fix. 2. For 32 bit machine, detect if HKLM\Software\CompanyX\ProductY exists. If it exists, then copy the key