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
t: 21 May 2009 13:43 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Execute .reg file. Hi In our project, we are copying .reg file on user's machine which we have to execute after end of the installation. How can we achive this ? Do we need to do it using Regedit. If yes how can w

[WiX-users] Execute .reg file.

2009-05-21 Thread Rahul.Ekbote
Hi In our project, we are copying .reg file on user's machine which we have to execute after end of the installation. How can we achive this ? Do we need to do it using Regedit. If yes how can we call regedit in .wxs file Also there is one .exe file. How can I get the version information from