Jump to content

Setup.ISS Ati Control Panel!


Recommended Posts


[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-DlgOrder]
Dlg0={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdWelcome-0
Count=4
Dlg1={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdLicense-0
Dlg2={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdAskDestPath-0
Dlg3={0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdFinishReboot-0
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdWelcome-0]
Result=1
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdLicense-0]
Result=1
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdAskDestPath-0]
szDir=C:\Program Files\ATI Technologies\ATI Control Panel
Result=1
[Application]
Name=ATI Control Panel
Version=3.00.000
Company=ATI Technologies
Lang=0009
[{0BEDBD4E-2D34-47B5-9973-57E62B29307C}-SdFinishReboot-0]
Result=1
BootOption=0

Link to comment
Share on other sites

I have the same problem - I'm trying to create a setup.iss file for my control panel 3.6 and the -r switch is not working.

When I "setup.exe -R" - I get a message that the file can't be found.

If you could post the revised code that works - I could cut and past for control panel.

It would be nice to understand what I'm doing wrong - so I can use the procedure for other iss applications...

Link to comment
Share on other sites

If the file isn't found, then its likely you're not viewing the correct folder containing setup.exe

If you're not sure how to switch directories in command prompt, then type out the full path, for e.g.:

C:\XPCD\$OEM$\$1\Applications\ATI_CP\setup.exe -R

This also works from Start > Run

Link to comment
Share on other sites

Solved the problem - best described as operator error:

I tried the procedure with files located in c:\xyz and everything worked ok - leading me to believe the path was not working as expected...

Suggested path -

C:\XPCD\$OEM$\$1\Applications\ATI_CP\setup.exe -R

I had lengthed the path with the inclusion of a note:

C:\XPCD (updated thru 08.15.2003)\$OEM$\$1\Applications\ATI_CP\setup.exe -R

This must have make the path too long, or contained inappropriate characers for use with the -r switch.

thanks -

Link to comment
Share on other sites

folders with spaces need to be surrounded with quotation marks:

"C:\XPCD (updated thru 08.15.2003)\$OEM$\$1\Applications\ATI_CP\setup.exe" -R

Although its recommended you don't use spaces at all for any of your folders, so it will reduce the probability of errors during testing.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...