I call my silent installs from RunOnceEx, but I can change to a different method if need be. They are all self-installers with no parameters in a folder at the root of my cd. I install everything in that folder. Is there any way to set up a file to automatically scan that folder for files or to just go through the files in that folder through alphabetical order?
The reason I ask is that I get tired of changing my RunOnceEx every time I make a change to my install folder at the root of my cd.
Page 1 of 1
Runonceex
#2
Posted 06 March 2005 - 03:47 PM
Search around this section and Unattended Windows.. I know Ive seen a couple people post up batches or vbscripts that do just what youre looking for.
#3
Posted 06 March 2005 - 09:07 PM
Something like this in a batch file...
for %%z in ("*.exe") do echo %%z
Share this topic:
Page 1 of 1



Help
Back to top









