Re: [WiX-users] Execute .reg file.

2009-05-21 Thread Neil Sleightholm
. Subject: Re: [WiX-users] Execute .reg file. 1 - Look up RegistryKey and RegistryValue in the WiX.chm. You could get tallow.exe from WiX 2.0 and use it to parse your .reg file into a .wxs then use WiXCop.exe on the .wxs to update it to the WiX 3.0 schema. Heat.exe should be able to do this all in one

Re: [WiX-users] Execute .reg file.

2009-05-21 Thread Pally Sandher
1 - Look up RegistryKey and RegistryValue in the WiX.chm. You could get tallow.exe from WiX 2.0 and use it to parse your .reg file into a .wxs then use WiXCop.exe on the .wxs to update it to the WiX 3.0 schema. Heat.exe should be able to do this all in one step since it's the replacement for tallow