MSFN Forum: Newbie - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Newbie Rate Topic: -----

#1 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 30-January 05

Posted 30 January 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


#2 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 30 January 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 :P

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 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 30 January 2005 - 10:23 PM

u need to learn the basic first. before u use runonceEx.cmd

http://unattended.msfn.org

#4 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 30 January 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 :P

#5 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 30 January 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.

#6 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 30-January 05

Posted 30 January 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

#7 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 30-January 05

Posted 30 January 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.

#8 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 30 January 2005 - 11:07 PM

Major, on Jan 30 2005, 11:59 PM, said:

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 :)

#9 User is offline   arablizzard2413 

  • Member
  • PipPip
  • Group: Members
  • Posts: 104
  • Joined: 08-April 04

Posted 30 January 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...

#10 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 30 January 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.

#11 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 30-January 05

Posted 30 January 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

#12 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 31 January 2005 - 12:05 AM

start /wait <path to .exe file> <switch>

start /wait %SYSTEMDRIVE%\Install\Programs\Filename.exe /S
is an example

#13 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 31 January 2005 - 12:12 AM

more samples for you


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 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 305
  • Joined: 30-January 05

Posted 31 January 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

#15 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 31 January 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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy