hackmin Posted January 1, 2017 Share Posted January 1, 2017 (edited) I'm spanish, sorry for my so bad English My operating system is: Windows 10 I want to open an installer with AutoIT ... Here is the code: Run("C:\xxxx\xxxx\xxxxx\winzip21_downwz.exe") I test with other installers, and that code works correctly. The program is this: http://www.winzip.com/en/downwz.htm The name of the executable is: winzip21_downwz Also look at property-> details and try with: winzip WinZip Winzip21 Edited January 1, 2017 by hackmin Link to comment Share on other sites More sharing options...
jguinch Posted January 1, 2017 Share Posted January 1, 2017 Use #RequireAdmin at the top of your script hackmin 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
hackmin Posted January 1, 2017 Author Share Posted January 1, 2017 Now works perfectly thanks =) Link to comment Share on other sites More sharing options...
jguinch Posted January 1, 2017 Share Posted January 1, 2017 you're welcome @hackmin ! Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF 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