Ed Russell wrote:
They are just normal files... The CA is linking to a database that has
been copied during install and performing some updates; I've tried
putting it after InstallFiles but it seems to be doing it in some patch
phase rather than after the files have actually been copied which
confused me a lot... 
  
There are three phases when an MSI runs:
  • UI
  • Script generation
  • Script execution
If you have a CA that needs files that are part of the install, you need to make it deferred, so it runs as part of the script execution. Otherwise it runs as part of script generation, which happens before the machine is being modified.
-- 
sig://boB
http://bobs.org



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to