cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
milindkadam
Level 3

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
Labels (1)
0 Kudos
(2) Replies
palanisamy
Level 7

This issue arise because of custom dialog field doesn't have proper input,
Do installscript logging and then check the log.
0 Kudos
milindkadam
Level 3

Hi Palanisamy,

Thanks for help. Can you please give me steps to how to do the installscript logging?

Thanks again.
Milind
0 Kudos