Hi,
     I am building a setup file. At the end of the installation, I want to 
start the main application program. The main application program requires 
elevated privileges on Windows VISTA to run. So, I am setting the Custom action 
(within InstallExecuteSequence) as 'deferred' and Impersonate as 'No'. I am 
also sequencing it to come before 'InstallFinalize'. Though, using this 
approach the program starts successfully; the setup generates an error with ID: 
2762 - meaning deferred custom action needs to be scheduled between 
'InstallInitialize' and 'InstallFinalize'. But, I am doing just that. If I 
remove the 'deferred' option from that custom action, the error goes away. In 
the log I can see another error with error code 2867. Another thing to note is 
that the error also goes away when I remove the 'InstallUISequence'.


Thanks.
// Sudripta.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to