Page 1 of 1

Plug-in load files if call is only in Uninstall section

Posted: Fri Oct 23, 2015 4:49 am
by tofutim
I have a .NET plug-in that works when I make the call early in the MSICode. However, if the plug-in is only in the uninstall section (after REMOVE is true), somehow when it gets to this section InstallAware complains that the plug-in is not present, although it is found in the temporary folder as it is installing. A work around is to make a bogus call at the beginning of the MSICode, but this seems odd.

Re: Plug-in load files if call is only in Uninstall section

Posted: Fri Oct 23, 2015 12:15 pm
by FrancescoT
Let me check this.

Regards