NetNeo Posted July 29, 2005 Posted July 29, 2005 Hi,newbie on the forums, and have found this site to be of excellent assistance.I am setting up my first server (properly anyway!) and have used RIS to automate the install process.With a great deal of reading and digesting information new to me, this site has helped me get up and running very quickly, and I have a resonable understanding of whats going on.BUT (theres always a but)I am having problems autoinstalling Acrobat Reader using the runonce menthod in a registry key.I know in a .cmd file you can use the "start /wait" function but it doesnt appear to work from me when using the runonce system instead. i am finding that Acrobat reader takes so long, the other applications are installing and then the machine rebooting before it is finshed. Is there a way to force windows to wait for the install to finish before carrying on to the next step?Any he;lp would be gratefully recieved.Thanks in advance....a noob
Mekrel Posted July 29, 2005 Posted July 29, 2005 Your using RunOnceEx?That doesnt require start /wait command mate, as it will not run the next registry key untill the other has finished.You can force it by downloading SLEEP.exe and using it with the commandSleep.exe <seconds> this is for command file usage to pause execution of the rest of the command file - but I see no reason why it shouldnt work there.REG ADD %KEY%\015 /VE /D "Pausing execution of installers" /fREG ADD %KEY%\015 /V 1 /D "path\to\sleep.exe 30" /fAlso, how are you installing acrobat reader? Shouldnt take that long. The long program to install on my machine is AVK antivirus but it does wait untill its finished before the rest.
NetNeo Posted July 29, 2005 Author Posted July 29, 2005 Thanks for the reply, I was talking out of my rear! I have got it working now, but the first few times I tried it the install kept insisting it was "downloading" and then "verifying" the file before the install actually statred. Meantime the other software started to install. Not quite sure what was causing it but it's working now so I will leave it well alone and move on to the next app.many thanks for your help, its taking the time to answer queries that has made this forum so useful and worth while. (not many forums that can say that!)
Mekrel Posted July 29, 2005 Posted July 29, 2005 Ah, glad you got it working, thats one thing I thought may have been the case as I know adobe to a pre-download installer and they also do the full installers just like DirectX setup.Good luck with the rest of your unattended installation
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