You are not logged in.

  • "PeterleX" started this thread

Posts: 50

Date of registration: Nov 15th 2008

  • Send private message

1

Monday, June 7th 2010, 6:39pm

ATI Catalyst 10.5 silent installieren

Hi,
ich würde gerne den ATI Catalyst 10.5 in Win 7 silent installieren.
Gibt es keine Möglichkeit die originale Setup-Datei silent zu entpacken?

Für das installieren wollte ich
Setup.exe /INSTALL /FORCE_HIDE_FIRST_RUN /AUTOACCEPT_ALL /FORCE_CLOSE_WHEN_DONE /ON_REBOOT_MESSAGE:NO
nehmen.
Leider komme ich da nur ein paar Dialog weiter, aber die Installation wird nicht gestartet.

Hoffe ihr könnt mir helfen
Danke :-)

Dimpel

Support

Posts: 962

Date of registration: Sep 23rd 2008

Thanks: 210 / 42

  • Send private message

2

Monday, June 7th 2010, 7:00pm

Hi,

Quoted

"Gibt es keine Möglichkeit die originale Setup-Datei silent zu entpacken?"
In dem du den Installer benutz bevor installiert wird entpackt er doch auf C:\

Edit: Schalter sollte glaube ich so lauten
setup /UNATTENDED_INSTALL /FORCE_HIDE_FIRST_RUN /FORCE_CLOSE_WHEN_DONE /AUTOACCEPT_ALL /ON_REBOOT_MESSAGE:NO
Hab kein ATI GK daher kann ich es nicht testen
Ich würde erst in ein SFX packen und testen
Allerdings weiß ich nicht ob der Installer vorher entpackt werden muss

Gruß Dimpel

This post has been edited 3 times, last edit by "Dimpel" (Jun 7th 2010, 7:28pm)


KRX

Support

Posts: 381

Date of registration: Mar 8th 2009

Thanks: 19 / 2

  • Send private message

3

Monday, June 7th 2010, 9:46pm

schau mal hier vielleichts hilfts

catalyst control center reg problem

faulgott

abUser

Posts: 135

Date of registration: Sep 24th 2008

Thanks: 0 / 1

  • Send private message

4

Monday, June 7th 2010, 10:02pm

Also das CCC lässt sich nach dem entpacken nach der oben genannten Methode einfach mit dem /S Schalter bei der Setup.exe installieren. Die Treiber hatte ich vorher immer integriert, ob das dort auch klappt weiß ich nicht
it is a historical fact that the state is the number one cause of unnatural death
in the 20. century alone over 150 million people were murdered at the hands of the state


mein Miranda-Paket (0.8.21): Download (mediafire) <-update auf 0.8.0.21, eingedeutscht

ICE

User

Posts: 1

Date of registration: Sep 22nd 2010

  • Send private message

5

Wednesday, September 22nd 2010, 2:26pm

ich hab mir eine cmd datei erstellt, mit diesem command: CALL ATICatalystControlCenter\Setup.exe -INSTALL
funtzt einwand frei .

C:\Windows\Setup\scripts\SetupComplete.cmd

SetupComplete.cmd

Source code

1
2
3
4
5
6
7
@echo off

REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System  /V EnableLUA /t REG_DWORD /D 0 /f

REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\005 /V 1 /t REG_SZ /D "%SYSTEMROOT%\Setup\scripts\setupmanager.exe" /f

Exit