Mahhhhmut Posted June 21, 2011 Posted June 21, 2011 Hi Leute ich möchte mit AutoIt mehrere automatische Installation "programmieren" die sich nacheinander Installieren. Das Programm ist auch fertig nur funktioniert es leider nicht. Ich war auch schon in mehreren Foren und habe mich dort schon erkundigt konnte aber keine Lösung finden.Ich hoffe ihr könnt mir weiterhelfen, im voraus schonmal danke. Hier ein Auszug aus meinem Programm: ;Intallation von Microsoft Office 2003 Standart FileChangeDir ("\\fas3140-b\ISOs\Microsoft\Office2003Standart") RunAsWait ($Benutzer, $Domaene, $Passwort, 0 , "\\fas3140-b\ISOs\Microsoft\Office2003Standart\SETUP.exe TRANSFORMS=\\fas3140-b\ISOs\Microsoft\Office2003Standart\Install.MST /q", "\\fas3140-b\ISOs\Microsoft\Office2003Standart") Sleep ( 5000 ) ;Intallation von SAP Gui FileChangeDir ("\\srv08\Software\SAPGUI\720_C2_P4\NW_7.0_Presentation\PRES1\GUI\WINDOWS\WIN32\setup") RunAsWait ($Benutzer, $Domaene, $Passwort, 0 , "\\srv08\Software\SAPGUI\720_C2_P4\NW_7.0_Presentation\PRES1\GUI\WINDOWS\WIN32\setup\NwSapSetup.exe /Silent /Product=""SAPGUI710""", "\\srv08\Software\SAPGUI\720_C2_P4\NW_7.0_Presentation\PRES1\GUI\WINDOWS\WIN32\setup") Sleep ( 5000 ) s ;Intallation des Benutzerkataloges FileChangeDir ("\\fas3140-b\guixt\Benutzerkatalog\Benutzerkatalog Installation") RunAsWait ($Benutzer, $Domaene, $Passwort, 0 , "\\fas3140-b\guixt\Benutzerkatalog\Benutzerkatalog Installation\installation_benutzerkatalog.exe", "\\fas3140-b\guixt\Benutzerkatalog\Benutzerkatalog Installation") Sleep ( 5000 ) am Ende des Programm's erfolgt ein Shutdown ^^
monoscout999 Posted June 21, 2011 Posted June 21, 2011 Hi. welcome to the forum... read this AutoIt FAQI can`t understand you.Ms999
Mahhhhmut Posted June 21, 2011 Author Posted June 21, 2011 Sry I want to use AutoIt to install some programms automatically ...but it dont works. I have visit some other sites but i cant find an answer ..could you help me ?
Mat Posted June 21, 2011 Posted June 21, 2011 There is a German forum for AutoIt here: http://www.autoit.de I'd try there as few people here speak German, and those that do are on the German forum as well as the English one. AutoIt Project Listing
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