Help - Search - Members - Calendar
Full Version: K-Lite on RunOnceEx.cmd
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Kastrw35
what is the sytex for the line that i have to but in the RunOnceEx.cmd file
and what is the switches to do it silently blink.gif
i tryed INSTALLERFILENAME /verysilent /loadinf=".\silent.inf"

but it gave me an err msg blushing.gif what shuld i do :/
Alanoll
not use .\ but instead the full path?
Narag
What kind of error message did it say?
I had an error with registering quicktime .OCX but everything else was installed correctly.

Narag
pmcx9
» Applications that use Quotations

You will find that if you add additional " " quotation marks in the REG ADD entries, it won't be imported to the Windows Registry. To work around this, use a backslash \" for every quotation you intend to add, for example:

%KEY%\005 /V 1 /D "\"%systemdrive%\install\AdobeReader6\Adobe Reader 6.msi\" /qn" /f

By doing this, you can execute applications that contain spaces in the filename, or application switches that need to be enclosed in quotations.
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.