Re: [WiX-users] INSTALLDIR creation "timing"

2006-10-12 Thread Bob Arnson
Sigurd Stenersen wrote: > I don't mind doing the actual action later, in fact I already moved it to > After='InstallFinalize', but there must be a way to tell if the product is > being installed at any point in the cycle ? > Be careful with custom actions relative to InstallFinalize. In Windo

Re: [WiX-users] INSTALLDIR creation "timing"

2006-10-12 Thread Sigurd Stenersen
Jonas Jonsson L (AL/EAB) wrote: > Not > Installed But that's even later - the "Not Installed" part quits working much earlier. I don't mind doing the actual action later, in fact I already moved it to After='InstallFinalize', but there must be a way to tell if the product is being installed at

Re: [WiX-users] INSTALLDIR creation "timing"

2006-10-12 Thread Jonas Jonsson L (AL/EAB)
Not Installed /Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sigurd Stenersen Sent: den 11 oktober 2006 21:29 To: wix-users@lists.sourceforge.net Subject: [WiX-users] INSTALLDIR creation "timing" I'm using a custom action th

[WiX-users] INSTALLDIR creation "timing"

2006-10-11 Thread Sigurd Stenersen
I'm using a custom action that accesses the INSTALLDIR directory, and thus it must run after the directory is created. I do it like this : This works fine, except it runs on uninstall as well. So I try : NOT Installed Now, that does NOT work, and I suspect it may be because [Installed