[WiX-users] Related to Sequences

2013-01-23 Thread Karkare,Aparna
My installer makes changes in registry. Before that it should take back up of registry in a .reg file. It is doing all this but with few problems. If I store the reg back up file in program files folder then it is saved there through below code: Binary Id=reg

Re: [WiX-users] Related to Sequences

2013-01-23 Thread Gabriel Ivanes
[TestReg]tab.reg = [INSTALLFOLDER]tab.reg INSTALLFOLDER shouldn't be empty to be created or you need to use CreateFolder's table (http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/creating-directories) Any need to import reg.exe in binary table ? Why not using CA 34 ?

Re: [WiX-users] Related to Sequences

2013-01-23 Thread Karkare,Aparna
for Windows Installer XML toolset. Subject: Re: [WiX-users] Related to Sequences [TestReg]tab.reg = [INSTALLFOLDER]tab.reg INSTALLFOLDER shouldn't be empty to be created or you need to use CreateFolder's table (http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/creating