Tripredacus Posted May 8, 2007 Posted May 8, 2007 Ah I know why this is happening. You are probably using a relative path! Use full paths to see how that works. Or make a copy of the CD that has your script on the disc itself. Twitter | MSFN | VGCollect
Developers Jos Posted May 8, 2007 Developers Posted May 8, 2007 @experience,Is the AutoIt script in the same directory as Setup.exe and Comp.ini?@JdeB,If it all three are in the same directory, would experience still need to set the working directory - if yes, then won't experience need to determine the CD drive letter?Think that is correct but cannot be sure because I have no idea what the Setup.exe really does.@experience,What do you do when you run the setup.exe program manually ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
experience Posted May 8, 2007 Author Posted May 8, 2007 What do you do when you run the setup.exe program manually ?When i run it manually it loads to the following
Developers Jos Posted May 8, 2007 Developers Posted May 8, 2007 When i run it manually it loads to the followingI meant: How do you start it ? From the Explorer or from CMD ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
experience Posted May 8, 2007 Author Posted May 8, 2007 I meant: How do you start it ? From the Explorer or from CMD ?From explorer - just double clicking the setup.exe
Developers Jos Posted May 8, 2007 Developers Posted May 8, 2007 try (Modify D:\ when the drive has a different letter assigned): FileChangeDir("D:\") Run("Setup.exe") WinWaitActive("Software Setup - Component") Send("{ENTER}") SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
experience Posted May 8, 2007 Author Posted May 8, 2007 try (Modify D:\ when the drive has a different letter assigned): FileChangeDir("D:\") Run("Setup.exe") WinWaitActive("Software Setup - Component") Send("{ENTER}")I tried that with the same error - however changing D to C came up with the following please go to the control panel to install and configure system components
Developers Jos Posted May 8, 2007 Developers Posted May 8, 2007 I tried that with the same error - however changing D to C came up with the followingWhat is the directory that contains the Setup.exe ?Did you try to put that in the FileChangeDir() command ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
experience Posted May 8, 2007 Author Posted May 8, 2007 What is the directory that contains the Setup.exe ?Did you try to put that in the FileChangeDir() command ?The directory is c:\bootdvdso i tried FileChangeDir("c:\bootdvd")Run("Setup.exe")WinWaitActive("Software Setup - Component")Send("{ENTER}")I think this is just one of those that im not gonna get automated. Its nothing major just would have made my job a bit easier.Thanks for the help guys but i think i've been defeated by HP lol
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