martin lavelle wrote:
> I wish to schedule CreateFolders to run in the AdminExecuteSequence, as I am 
> deploying program whose behaviour is effected by empty folders.To quote from 
> MSI documentation 
> (http://msdn.microsoft.com/en-us/library/aa368052(VS.85).aspx) "The installer 
> creates folders both for components that run locally and run from source.". I 
> have also tested that this works correctly.
> The current schema will not permit the CreateFolders element to exist in the 
> AdminExecuteSequence like so:
>     <AdminExecuteSequence>
>       <CreateFolders/>
>     </AdminExecuteSequence>
> Does anyone object to relaxing the schema to allow this?
>   

It doesn't matter if WiX permitted it: MSI doesn't. A "run from source" 
feature is installed normally via InstallExecuteSequence, not 
AdminExecuteSequence; that's just for "admin installations."

-- 
sig://boB
http://joyofsetup.com/



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

Reply via email to