d0nut Posted June 23, 2005 Posted June 23, 2005 (edited) Hi,I have this app which doesn't support silent switches, and insists on a reboot of the machine. So it really disturbs the RunOnceEx-method.I've used the forum search, but I really couldn't find anything useful.Any suggestions? Edited June 23, 2005 by d0nut
edmoncu Posted June 23, 2005 Posted June 23, 2005 may we know what program are you talking about? have you tried using ussf? its a command-line detector utility. otherwise, if that utility won't silent install the app you requested, perhaps try using scripting like autoit where it can simulate mouse and keyboard actions automatically.
ckw2068 Posted June 23, 2005 Posted June 23, 2005 Would it be possible to repack the app in an MSI file?
jbm Posted June 24, 2005 Posted June 24, 2005 If the program really doesn't have silent switches you could create a secondrunonceex.cmd file, (name it runonceex2.cmd for example) that installs that program and call it at the end of your first one.
MAVERICKS CHOICE Posted June 24, 2005 Posted June 24, 2005 If the program really doesn't have silent switches you could create a secondrunonceex.cmd file, (name it runonceex2.cmd for example) that installs that program and call it at the end of your first one.<{POST_SNAPBACK}>I find my installations work more reliably using this method & would be a simple way to overcome the posters problem.
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