jinchausti Posted March 11, 2011 Share Posted March 11, 2011 Hi all, I'm using AutoIt to automatically deploy some software on 1600 PC's. It works great on XP, but I have troubles with W7. Prior to install, I have to unzip the software on a folder, c:\tmp, so I start the instalator, and the first thing I get is a WinZip window: WinWaitActive($txt2 ,"") Second, I have to change the folder to unzip in, from default value to c:\tmp ControlSetText("WinZip Self-Extractor - NSL_70SP1_20100416a.exe", "", "[CLASS:Edit; INSTANCE:1]", "c:\tmp") This is what it's driving me mad. It works great on XP, but misserably failed on W7. Can someone give a little light about what's going on? Thx in advance Link to comment Share on other sites More sharing options...
water Posted March 11, 2011 Share Posted March 11, 2011 (edited) In my previous life I used the Winzip command line add-on. Makes life a lot easier.Or use the winzip command line parameters. Edited March 11, 2011 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
jinchausti Posted March 11, 2011 Author Share Posted March 11, 2011 In my previous life I used the Winzip command line add-on. Makes life a lot easier.Or use the winzip command line parameters.Thanks for the suggestion, but I can't use it. I must run NSL_70SP1_20100416a.exe instead... Link to comment Share on other sites More sharing options...
water Posted March 11, 2011 Share Posted March 11, 2011 (edited) Then use "NSL_70SP1_20100416a.exe /auto c:\temp" to automatically extract the files into c:\tempPlese check this kb article. Edited March 11, 2011 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
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