I have an installer, an MSI file, when executed interactively (by an end user), it installs just fine. Specicially, the Custom Action I added to the MSI via an Installer class, executes as part of the users installation.

However if I execute the installation, via Scheduling a Task on Windows 7, as the SYSTEM user account, the MSI seems to install, but it looks like my Custom Action does not get fired. I get no errors and the Scheduled Tasks says the installation was successfull.

Does anyone know why or how a Custom Action would be skipped and not executed which seems to be the situation.

Thanks

link|improve this question

33% accept rate
Did you try creating a verbose log to see what happens? setupanddeployment.com/debugging/msi-log – Cosmin Pirvu Sep 22 '11 at 19:39
Actually this was a stupid issue where because we're now installing as LocalSystem, the user profile used is the Default profile. The applicaitoon, post installation, was looking under the current users profile for configuration. Helps to "know your paths!"... <mutter> – Rob K. Sep 23 '11 at 0:32
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.