ran Posted October 21, 2004 Posted October 21, 2004 Hey everyone,First, again and again and again, THANKYOU. This is a terrific site with people who spend inordinate amounts of their precious time making things easier for so many people who require/want unattended installs. Now, onto my problem:I install the ATI 4.9 Catalyst Drivers and Control Panel separately. Well, I should say I *attempt* to install them.Both packages are extracted and 7zip (self-extracting) compressed into .exe'sI then use RunOnceEx entries to: a: extract into a directory (e.g. Ddriver4_9, CPanel4_9) with the 7zip -y switch. b: Run the setup filesREG ADD %KEY%\015 /VE /D "ATI Device Drivers v4.9" /fREG ADD %KEY%\015 /V 1 /D "%Systemdrive%\Install\applications\DDriver4_9.exe -yREG ADD %KEY%\015 /V 2 /D "%Systemdrive%\Install\applications\DDriver4_9\setup -s -f2\"%systemdrive%\Adriver.log\"" /fREG ADD %KEY%\020 /VE /D "ATI Control Panel v4.9" /fREG ADD %KEY%\020 /V 1 /D "%Systemdrive%\Install\applications\CPanel4_9.exe -yREG ADD %KEY%\020 /V 2 /D "%Systemdrive%\Install\applications\CPanel4_9\setup -s -f2\"%systemdrive%\APanel.log\"" /fExtraction always works as expected and I can find the extracted directories and actually install from the directories if I do it from a commandline.But, Whereas the driver installs fine (Error code 0), the control panel gives me an 'Error Code 3" in the log file and it does not install.Any ideas why?
CoffeeFiend Posted October 21, 2004 Posted October 21, 2004 -3 means "Required data not found in the Setup.iss file", did you create it yourself?
ran Posted October 21, 2004 Author Posted October 21, 2004 Admittedly, no I did not create the .iss file.The reason I did not create it is because it nevers creates them. I've tried the '-R' switch 'til I'm blue in the face, and then after the installation I've searched my entire computer for a setup.iss file. No file is ever found.Perhaps I'm doing something wrong during the "practice" install to generate the .iss file? Seemed id***-proof (just add the -R switch)..but well, I *am* a pretty good id***.I was just using the prepackaged one.Ran
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now