
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows Silent Installer Failing
Hi members,
I am trying to setup an automation script for installing qlik replicate in windows as a bootup script .Though the script fails intermittently wth error
[responseresult]resultcode=-3
How to see a detailed message of this error .Anyone knows what command to execute to get detailed log ?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In general Replicate uses installshield for the installation. So when you get an error during silent install you should check its message in installshield errors details see link below.
https://www.ibm.com/docs/en/sgfmw/5.3.1?topic=troubleshooting-installshield-error-messages
In addition, you can control the logging level by using the /le option.
For more details see the link below under 'logging options'
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec
Regards,
Orit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In general Replicate uses installshield for the installation. So when you get an error during silent install you should check its message in installshield errors details see link below.
https://www.ibm.com/docs/en/sgfmw/5.3.1?topic=troubleshooting-installshield-error-messages
In addition, you can control the logging level by using the /le option.
For more details see the link below under 'logging options'
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec
Regards,
Orit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks heaps community members . We found its an access related issue of the user with which we were installing . Figured out and resolved.
