Major Posted January 31, 2005 Share Posted January 31, 2005 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 questions1. 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 offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing application" /fREG ADD %KEY%\005 /VE /D "Nero Burning Rom 6.6.0.3" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Nero\Nero6603.exe /silent /noreboot /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /Write_SN" /fExitOnce 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 Link to comment Share on other sites More sharing options...
MCT Posted January 31, 2005 Share Posted January 31, 2005 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 oku can directly call the batch file or u can have something else call it, its up 2 uyes, put the cmdow.exe in windows\system32 Link to comment Share on other sites More sharing options...
Astalavista Posted January 31, 2005 Share Posted January 31, 2005 u need to learn the basic first. before u use runonceEx.cmdhttp://unattended.msfn.org Link to comment Share on other sites More sharing options...
MCT Posted January 31, 2005 Share Posted January 31, 2005 alsonewbie 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 Link to comment Share on other sites More sharing options...
Astalavista Posted January 31, 2005 Share Posted January 31, 2005 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. Link to comment Share on other sites More sharing options...
Major Posted January 31, 2005 Author Share Posted January 31, 2005 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 Link to comment Share on other sites More sharing options...
Major Posted January 31, 2005 Author Share Posted January 31, 2005 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. Link to comment Share on other sites More sharing options...
MCT Posted January 31, 2005 Share Posted January 31, 2005 My problem was that the manual is made for installing the application at the same time of installing the applicationsay what lolthe 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 Link to comment Share on other sites More sharing options...
arablizzard2413 Posted January 31, 2005 Share Posted January 31, 2005 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... Link to comment Share on other sites More sharing options...
Astalavista Posted January 31, 2005 Share Posted January 31, 2005 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. Link to comment Share on other sites More sharing options...
Major Posted January 31, 2005 Author Share Posted January 31, 2005 Yes arablizzard2413, that is I want. Thanks very muchWhy 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 thingsThanks to every body Link to comment Share on other sites More sharing options...
MCT Posted January 31, 2005 Share Posted January 31, 2005 start /wait <path to .exe file> <switch>start /wait %SYSTEMDRIVE%\Install\Programs\Filename.exe /S is an example Link to comment Share on other sites More sharing options...
Astalavista Posted January 31, 2005 Share Posted January 31, 2005 more samples for youwpi methodprog[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++batchECHO.ECHO Registering and Activating Norton Internet 2005ECHO 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.cmdREG ADD %KEY%\010 /VE /D "Installing NIS 2005" /fREG ADD %KEY%\010 /V 1 /D "REGEDIT /S %cdrom%\Software\NIS2005\NISserial.reg" /fREG ADD %KEY%\010 /V 2 /D "%cdrom%\Software\NIS2005\\symlcrst.exe" /fREG ADD %KEY%\010 /V 3 /D "%cdrom%\Software\NIS2005\NAVSETUP.EXE /O REBOOT=ReallySuppress /QB" /f Link to comment Share on other sites More sharing options...
Major Posted January 31, 2005 Author Share Posted January 31, 2005 Thank you very much MTC and Astalavista. both you are very kind.I have just installed the application nero. i execute the commandrundll32.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.cmdThank you again very much Link to comment Share on other sites More sharing options...
Astalavista Posted January 31, 2005 Share Posted January 31, 2005 SimonSays has written a guide for Nero, Firefox, and etcI 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now