Hi,

I have custom actions that calls InstallUtil.exe. Things works just fine now 
except I have left-over .InstallState file in my installation folder.

It turns out this is because the custom action that calls InstallUtil.exe 
during installation before it GACs the assembly while it calls InstallUtil.exe 
during uninstallation after the assembly is removed from GAC.

To solve this, I need to schedule the custom action after the assembly is added 
to GAC during installation. How can I do this?

I tried scheduling the custom action after MsiPublishAssemblies, but it seems 
like real GAC'ing is still done after the custom action.

Thanks,
Sunghwa

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to