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
- :
- Re: Error 1721 - Basic MSI project - Silent install
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
‎Mar 04, 2009
10:54 PM
Error 1721 - Basic MSI project - Silent install
Hello everyone ,
I am trying a silent install for Basic MSI project . I am running the following command for silent install .
setup.exe /s /v"/qn /l*v c:\msilog.txt"
So I am checking the log file "msilog.txt" . I found this error message :
Error 1721.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: AddContact
AddContact is an exe file that I am calling during both silent and normal install
Note : This installation works perfectly fine in normal or UI mode . I am getting this error only during silent install
Does anyone know what this error means and how can it be resolved??? Any help is appreciated. Thanks in advance.
I am trying a silent install for Basic MSI project . I am running the following command for silent install .
setup.exe /s /v"/qn /l*v c:\msilog.txt"
So I am checking the log file "msilog.txt" . I found this error message :
Error 1721.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: AddContact
AddContact is an exe file that I am calling during both silent and normal install
Note : This installation works perfectly fine in normal or UI mode . I am getting this error only during silent install
Does anyone know what this error means and how can it be resolved??? Any help is appreciated. Thanks in advance.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 06, 2009
12:25 AM
The problem is with your command and the quotes you are providing. can you send some more details.
use this in your script :
LaunchAppAndWait("Setup.exe" , "/s /v"/qn", LAAW_OPTION_WAIT)
use this in your script :
LaunchAppAndWait("Setup.exe" , "/s /v"/qn", LAAW_OPTION_WAIT)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 06, 2009
02:14 AM
Its a Basic MSI project . All the custom action are VB scripts . I cant run an Installscript command that you have specified...
Note : I am gettin 1721 error only for silent install
Note : I am gettin 1721 error only for silent install