Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

silent installation


1 reply to this topic

JG1210

JG1210
  • Members
  • 7 posts

Posted 04 March 2004 - 21:33

Ok i am trying to run a silent install. I simplified my install so there is only one custom dialog.

This is my response file:

[{9402F343-3777-41DE-B2A1-366C04B151C3}-DlgOrder]
Dlg0={9402F343-3777-41DE-B2A1-366C04B151C3}-SdWelcome-0
Count=3
Dlg1={9402F343-3777-41DE-B2A1-366C04B151C3}-SdAskDestination-0
Dlg2={9402F343-3777-41DE-B2A1-366C04B151C3}-SdFinish-0
[{9402F343-3777-41DE-B2A1-366C04B151C3}-SdWelcome-0]
Result=1
[{9402F343-3777-41DE-B2A1-366C04B151C3}-SdAskDestination-0]
Result=1
[{9402F343-3777-41DE-B2A1-366C04B151C3}-SdFinish-0]
Result=1

However, when I run silently the SdDestination dialog pops up anyway. Why isn't the install clicking next?

Thanks for any help,

JG

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 March 2004 - 17:00

I guess that SdAskDestination is your custom dialog. Do you have the functions in your dialog script that are required to support silent mode, like SilentReadData?