Jump to content

Recommended Posts

Posted

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 ^^

Posted

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 ?

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...