Help - Search - Members - Calendar
Full Version: Runonceex
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
mox
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.
durex
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.
mid
Something like this in a batch file...

CODE
for %%z in ("*.exe") do echo %%z




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.