- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ThinApp package wanting to run MSIEXEC
Hi,
We have an application which we are attempting to ThinApp, the application installs onto Windows 7 with no issues and only requires SQL Native Client. When I have built the ThinApp package and run the EXE the application is attempting to run Windows Installer and errors with Error 1719: The Windows Installer Service could not be accessed.
I was able to successfully create a ThinApp of the application when it was installed on Windows XP, but we are now in the process of migrating to Windows 7 and need to update this package too.
I am using Windows 7 SP1, and have tried both pre-installing SQL Native Client and installing it as part of the package both.
Is it possible to find out why MSIEXEC is attempting to run, and how could I stop it from needing to do this?
MSIEXEC runs each time the package is executed, it wouldnt be as much of an issue if it needed to only do this the first time a user runs the package.
Any assistance would be greatly appreciated.
Matt