Re: [WiX-users] Sequencing headache...

2007-05-14 Thread Rob Hamflett
Run it as a deferred action between InstallFiles and WriteRegistryValues. Rob Gareth at Serif wrote: > Hi guys, > > I have a problem that I'd like to install file and use it as part of a CA, > but before the registry is written. Initially this seemed easy enough by > sequencing the CA within the

[WiX-users] Sequencing headache...

2007-05-14 Thread Gareth at Serif
Hi guys, I have a problem that I'd like to install file and use it as part of a CA, but before the registry is written. Initially this seemed easy enough by sequencing the CA within the InstallExecute sequence somewhere between InstallFiles and WriteRegistryValues, but in this scenario the CA tri