Re: [WiX-users] How to update registry post install

2007-07-24 Thread Bob Arnson
Anidil wrote: >> Create the registry entry after the application files are installed in the >> system. >> (Say create the reg entry if application executable is found in the >> installation path (dynamic)) >> You can use FileSearch to see if a file already exists on the system then use that

Re: [WiX-users] How to update registry post install

2007-07-24 Thread Anidil
Bob Arnson-6 wrote: > > Anidil wrote: >> I want to create a registry entry after the application is installed.How >> do i >> get this functionality in the same msi? >> > > What do you mean by "after the application is installed"? > > Create the registry entry after the application files ar

Re: [WiX-users] How to update registry post install

2007-07-23 Thread Bob Arnson
Anidil wrote: > I want to create a registry entry after the application is installed.How do i > get this functionality in the same msi? > What do you mean by "after the application is installed"? -- sig://boB http://joyofsetup.com/ --