Environment: Install Shield 2009 Premier, Vista (Home/Premium, Ultimate)
I have a custom action in Install Shield 2009 that would fire during installation. If setup.exe is run its fine, but when run the MyApplication.msi in Vista(please note in other OS the custom actions work just fine) it shows exception running the custom action. Custom action is just executing an exe with command line arguments.
That exe executes just fine individually in that OS. But when MyApplication.msi wants to run it, it shows an exception.
I think: MyApplication.msi can't give that custom action(.exe file) proper privilege(administrative) to run with. But setup.exe can.
How can it be solved...?
Thanks, Samir