ffdshow Posted October 24, 2007 Posted October 24, 2007 (edited) I tried to install Opera with this line: ShellExecute("Opera.msi" & " /qn /norestart CREATE_DESKTOP_ICON=1 CREATE_QUICKLAUNCH_ICON=1 ALLUSERS=1") It works but with " /qn /norestart" only. How can I make to work with the rest? Edited October 24, 2007 by ffdshow
Moderators SmOke_N Posted October 24, 2007 Moderators Posted October 24, 2007 I would imagine (ShellExecute has a "parameters" parameter):ShellExecute("Opera.msi", "/qn /norestart 1 1 1")only a guess as I have no documentation, and you didn't provide a link to any. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
ffdshow Posted October 24, 2007 Author Posted October 24, 2007 It works with this: ShellExecuteWait("Opera.msi", " /qn /norestart CREATE_DESKTOP_ICON=1 CREATE_QUICKLAUNCH_ICON=1 ALLUSERS=1")
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