Hi All,

I am trying to automate a setup written using InstallShield V7.00. I've put the post here as it is the oldest one.

I do not have the source to rebuilt the setup.exe.

I ran the setup as follows:
setup /r /f1c:\temp\setup.iss

In one of the dialogs, I specify the data source name (DSN). However, this is not being recorded in the ISS file. The dialogs GUID section just has Result=1.

In fact, if I run:
setup /s /f1c:\temp\setup.iss
The ODBC registry key has the DSN value blank. and the program would not start.

If I add the line:
szDSN=MyDSN
in the GUID section for that dialog and then run:
setup /s /f1c:\temp\setup.iss
it is not honoured. The DSN value is still blank.

Anyone know what is going on?

Cheers,
Vlad