for software installs, which is better to use when you want to launch the setup.exe file?
Announcement
Collapse
No announcement yet.
file.open or file.execute
Collapse
X
-
file.open or file.execute
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngineTags: None
-
Re: file.open or file.execute
Depends.
If you need to pass command line arguments to it, then you need to use Execute.
If you want the AutoPlay applicaction to wait while the setup runs, and then do something once it's done, you need to use Execute.
Otherwise, they're pretty much the same.--[[ Indigo Rose Software Developer ]]
-
Re: file.open or file.execute
Thankyou,
So let's say for instance I am checking to see if they have Acroread installed. If they don't, I want to install the latest version included on the CD for them. After the installation is completed, I would like for the action to continue and open the file they originally selected that started the installation.
This question goes hand in hand with my other post on detecting and then installing acroread.
ThanksTJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
Comment
-
Re: file.open or file.execute
Correct, That is what I want to do.TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
Comment
-
Re: file.open or file.execute
Let's say you want to execute a file that is not an .exe but maybe a .mov or .txt file as in the example in the Users Guide. Do you need to specify in the arguments or working directory the application to use in opening the file?
ThanksTJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
Comment
Comment