Newbie
#1
Posted 30 January 2005 - 09:24 PM
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
#2
Posted 30 January 2005 - 09:36 PM
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
#3
Posted 30 January 2005 - 10:23 PM
#4
Posted 30 January 2005 - 10:26 PM
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
#5
Posted 30 January 2005 - 10:53 PM
MCT means well, bec. if u ask people to think for you. You'll never learn.
And learning is good.
#6
Posted 30 January 2005 - 10:59 PM
Thanks
#7
Posted 30 January 2005 - 11:04 PM
#8
Posted 30 January 2005 - 11:07 PM
Major, on Jan 30 2005, 11:59 PM, said:
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
#9
Posted 30 January 2005 - 11:13 PM
#10
Posted 30 January 2005 - 11:31 PM
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.
#11
Posted 30 January 2005 - 11:38 PM
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
#12
Posted 31 January 2005 - 12:05 AM
start /wait %SYSTEMDRIVE%\Install\Programs\Filename.exe /S
is an example
#13
Posted 31 January 2005 - 12:12 AM
wpi method
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
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.cmd
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
#14
Posted 31 January 2005 - 12:13 AM
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
#15
Posted 31 January 2005 - 12:18 AM
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



Help

Back to top








