Major
Jan 30 2005, 09:24 PM
Hello every body.
I am a newbie, i have been reading the manual of unattended applications installs but i have not understood it well. I would like to try for example with nero. but first and sorry i have a questions
1. I can install only an unattended application without install OS? because i have already the OS installed.
2. If i can, can you verify please.
I have created a file RunOnceEx.cmd with the text:
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing application" /f
REG ADD %KEY%\005 /VE /D "Nero Burning Rom 6.6.0.3" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Nero\Nero6603.exe /silent /noreboot /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /Write_SN" /f
Exit
Once I have created the file RunOnceEX.cmd, i must execute it directly? or i must do other things?
Also i have downloaded cmdow, where i must put it? windows\system32?
Thank you very much and sorry for my questions
MCT
Jan 30 2005, 09:36 PM
u need an Operating system for your unattended application installs, u can install applications while installing windows, i think i understand what u mean

your commandfile looks ok
u can directly call the batch file or u can have something else call it, its up 2 u
yes, put the cmdow.exe in windows\system32
Astalavista
Jan 30 2005, 10:23 PM
u need to learn the basic first. before u use runonceEx.cmd
http://unattended.msfn.org
MCT
Jan 30 2005, 10:26 PM
also
newbie or n00b = "I cannot think for myself, i rely on others to do my work for me" its an excuse out of doing it yourself, by calling yourself a n00b/newbie u are saying u cannot do it & dont care to spend the time 2 look
Astalavista
Jan 30 2005, 10:53 PM
Check your pm I sent u a link that is easy to understand.
MCT means well, bec. if u ask people to think for you. You'll never learn.
And learning is good.
Major
Jan 30 2005, 10:59 PM
I am calling my self newbie because is true. I have searched and i have been reading the manual for three days. My problem was that the manual is made for installing the application at the same time of installing the application. And only i want to install the application nero.
Thanks
Major
Jan 30 2005, 11:04 PM
I think if i want to install an unattended windows xp with applications, i can do it because the manual is very good and clear, but i have not seen commands to explain me how i can only install an application. The method i have seen is based on create folder $OEM$ which has relation with installing unattende xp.
MCT
Jan 30 2005, 11:07 PM
QUOTE (Major @ Jan 30 2005, 11:59 PM)
My problem was that the manual is made for installing the application at the same time of installing the application
say what lol
the way GUIRunOnce or RunOnceEx is, is that its run when u first logon/restart the pc, if u want to silently install nero without runonceex just use a cmd file & call setup like:
start /wait d:\nerosetup.exe
arablizzard2413
Jan 30 2005, 11:13 PM
Oh wait, I think I get what he is saying! He wants to know if he can do an unattened installation of applications when the system is already installed, like for when a company is upgrading software and they don't want to sit and enter all the information for multiple computers. Either that or he wants it to just install silently... don't know why you would want to do that for one computer though...
Astalavista
Jan 30 2005, 11:31 PM
I think we need simonsays, it is some what difficult to understand what he is saying. Simon speaks espaniol maybe they can communicate.
You can use WPI for post install method.
You still hv to find all the switches for the programs u will be installing.
In the sample of nero u seem to hv already found that Switch for that.
Major
Jan 30 2005, 11:38 PM
Yes arablizzard2413, that is I want. Thanks very much
Why i want to do it for my computer?
is a good question, maybe i would like to do it in order to learn. learning is good like ke says astalavista. Only i know install applications and the windows xp, i have never worked with batch files and unattended.
maybe i wilt spend time but it does not matter to me since i learn new things
Thanks to every body
MCT
Jan 31 2005, 12:05 AM
start /wait <path to .exe file> <switch>
start /wait %SYSTEMDRIVE%\Install\Programs\Filename.exe /S
is an example
Astalavista
Jan 31 2005, 12:12 AM
more samples for you
wpi methodCODE
prog[pn]=['Norton Internet Security 2005']
desc[pn]=['Provides essential protection from viruses, hackers, and privacy threats. Norton AntiVirus is the world’s most trusted antivirus solution.* Norton Personal Firewall keeps personal data in and hackers out. And Norton Privacy Control, Norton AntiSpam, and Norton Parental Control safeguard you and your family from other common online risks.']
ordr[pn]=[330]
regb[pn]=['%cdrom%\\Software\\NIS2005\\NISserial.reg']
cmd1[pn]=['%cdrom%\\Software\\NIS2005\\symlcrst.exe']
cmd2[pn]=['%cdrom%\\Software\\NIS2005\\SYMSETUP.EXE /O REBOOT=ReallySuppress /QB']
cat[pn]=['Security']
pn++
batch
CODE
ECHO.
ECHO Registering and Activating Norton Internet 2005
ECHO Please wait...
regedit /s %SYSTEMDRIVE%\install\applications\NIS2005\NISserial.reg
"%systemdrive%\install\applications\NIS2005\symlcrst.exe"
%SYSTEMDRIVE%\install\applications\Nav2005\NAVSETUP.exe "/qn /noreboot REBOOT=ReallySuppress"
RunonceEX.cmdCODE
REG ADD %KEY%\010 /VE /D "Installing NIS 2005" /f
REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %cdrom%\Software\NIS2005\NISserial.reg" /f
REG ADD %KEY%\010 /V 2 /D "%cdrom%\Software\NIS2005\\symlcrst.exe" /f
REG ADD %KEY%\010 /V 3 /D "%cdrom%\Software\NIS2005\NAVSETUP.EXE /O REBOOT=ReallySuppress /QB" /f
Major
Jan 31 2005, 12:13 AM
Thank you very much MTC and Astalavista. both you are very kind.
I have just installed the application nero. i execute the command
rundll32.exe iernonce.dll,RunOnceExProcess. i execute it for trying and it was succesful.
Before i didn´t know how to call the batch file RunOnceEx.cmd
Thank you again very much
Astalavista
Jan 31 2005, 12:18 AM
SimonSays has written a guide for Nero, Firefox, and etc
I hv a guide for PowerDVD, Gif Animator, Winrar, Office 2003, Norton Internet Security
u should use the search... and learn to use RunonceEX.cmd or WPI
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.