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
- :
- Silent install fails with resultcode=-3
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
‎Jan 19, 2011
05:13 PM
Silent install fails with resultcode=-3
Hi There,
Yes, there many threads on this topic but none has altemate solution explained. Following are entries from my setup.iss file recored using 'setup.exe /r /f1"C:\Temp\setup.iss" command.
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-DlgOrder]
Dlg0={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdWelcome-0
Count=8
Dlg1={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdLicense-0
Dlg2={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-0
Dlg3={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SetupType-0
Dlg4={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-1
Dlg5={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit2-0
Dlg6={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit1-0
Dlg7={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdFinish-0
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdWelcome-0]
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdLicense-0]
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-0]
szDir=C:\Program Files\Product1
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SetupType-0]
Result=301
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-1]
szDir=C:\Program Files\Product2
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit2-0]
szEdit1=ProductServer
szEdit2=6050
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit1-0]
szEdit1=Training
Result=1
[Application]
Name=Product Test
Version=4.2.0.0
Company=XYZ
Lang=0009
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
When I execute 'setup.exe /s /f1"C:\Temp\setup.iss" /f2"C:\Temp\setup.log"' command; I get following in the log file.
[InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-3
I have already gone through all sort online threads related to this and none helped to resolve the issue.
Can somebody please help me to find out what wrong I am doing here?
Any help appreciated.
Thanks,
Milind
Yes, there many threads on this topic but none has altemate solution explained. Following are entries from my setup.iss file recored using 'setup.exe /r /f1"C:\Temp\setup.iss" command.
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-DlgOrder]
Dlg0={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdWelcome-0
Count=8
Dlg1={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdLicense-0
Dlg2={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-0
Dlg3={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SetupType-0
Dlg4={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-1
Dlg5={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit2-0
Dlg6={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit1-0
Dlg7={705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdFinish-0
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdWelcome-0]
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdLicense-0]
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-0]
szDir=C:\Program Files\Product1
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SetupType-0]
Result=301
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdAskDestPath-1]
szDir=C:\Program Files\Product2
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit2-0]
szEdit1=ProductServer
szEdit2=6050
Result=1
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdShowDlgEdit1-0]
szEdit1=Training
Result=1
[Application]
Name=Product Test
Version=4.2.0.0
Company=XYZ
Lang=0009
[{705AF480-0DEF-11D3-9D27-00A024A08FE4}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
When I execute 'setup.exe /s /f1"C:\Temp\setup.iss" /f2"C:\Temp\setup.log"' command; I get following in the log file.
[InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-3
I have already gone through all sort online threads related to this and none helped to resolve the issue.
Can somebody please help me to find out what wrong I am doing here?
Any help appreciated.
Thanks,
Milind
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 15, 2011
07:27 AM
This issue arise because of custom dialog field doesn't have proper input,
Do installscript logging and then check the log.
Do installscript logging and then check the log.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 16, 2011
11:54 AM
Hi Palanisamy,
Thanks for help. Can you please give me steps to how to do the installscript logging?
Thanks again.
Milind
Thanks for help. Can you please give me steps to how to do the installscript logging?
Thanks again.
Milind