This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Error 1721?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
11:51 AM
Error 1721?
I have provided an .msi installer to a client to test, but they are getting the following error:
Error 1721. There is a problem with this Windows Installer Package. A program required for this install to complete could not be run.
Is this an issue with the runtime version of the Windows Installer on the user's computer?
Thanks in advance,
Don Metzler
Error 1721. There is a problem with this Windows Installer Package. A program required for this install to complete could not be run.
Is this an issue with the runtime version of the Windows Installer on the user's computer?
Thanks in advance,
Don Metzler
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
11:57 AM
Does your MSI have any custom actions that call executables (EXEs or DLLs)? If so, these executables may have dependencies that aren't on the target system.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
12:15 PM
DanGalender wrote:
Does your MSI have any custom actions that call executables (EXEs or DLLs)? If so, these executables may have dependencies that aren't on the target system.
Yes, there is a custom EXE which is called. I will check that.
Thanks,
Don
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2008
02:22 PM
I have found a link which describes what the problem may be:
http://www.tipandtrick.net/2008/error-1721-there-is-a-problem-with-this-windows-installer-package-when-install-or-uninstall-on-vista/
So this seems to be a security issue when the .msi installer is running the external application in our installation.
It sounds like setting the msidbCustomActionTypeNoImpersonate bit may resolve this. How can I do this in the basic .msi project when opening the external application GadgetInstall.exe ?
Thanks,
Don Metzler
http://www.tipandtrick.net/2008/error-1721-there-is-a-problem-with-this-windows-installer-package-when-install-or-uninstall-on-vista/
So this seems to be a security issue when the .msi installer is running the external application in our installation.
It sounds like setting the msidbCustomActionTypeNoImpersonate bit may resolve this. How can I do this in the basic .msi project when opening the external application GadgetInstall.exe ?
Thanks,
Don Metzler