Everything posted by Oliii
-
How to do bootable WinXp DVD ?
Sure Im using burn an existing image in nero 7 ultra. Its size about 850 megs
-
How to do bootable WinXp DVD ?
It says its not CD format so it wants to burn as it was a CD.
-
Replace RunonceEx to WPI , HELP
I know now why it doesnt do anything. Just remove the REM thing which is before the command.
-
Replace RunonceEx to WPI , HELP
Ive found a solution that might work. Just create a cleanup.cmd as it is written on the unattended mfsn page. And then just insert into the application list and give it 999 for the position. And at the end of the setup it will be executed and viola the Pc restarts and delets the icons.
-
Help making the new MSN Messenger installed without searchbars.
Thank you very much ,helped a lot
-
Replace RunonceEx to WPI , HELP
Another thing, why the WPI after installing programs doesnt delete the icons and doesnt reboot the machine? But its set in the WPI.cmd
-
Help making the new MSN Messenger installed without searchbars.
I want to install the newest Msn Messenger installed silently without any Searchbars included? How can I do that??
-
How to do bootable WinXp DVD ?
My question is whats in my topics title. Ive made an Unattended disc and I want to burn it onto a DVD. With nLite it doesnt work.
-
Replace RunonceEx to WPI , HELP
What is Configurations line (array/row/string I dont know more word for it) for? It is placed under the Category dropdown box. What can I do with it.?? In the example file at some applications its set to Yes.
-
Replace RunonceEx to WPI , HELP
So no need for it ,right? But by default at some programs it set to yes. I dont understand you... Im speaking about the configurations line in the Config menu where I set up which program will be installed and how... This line is under the Category dropdown box. Clear??
-
Replace RunonceEx to WPI , HELP
One more question , what is Configurations line under the Config menu... Somewhere It is set to "Yes" but not at every apps.
-
Runonce help
As you said runonceex.cmd and the cmdlines.txt are for execute an application installer. If you just want to have files on your hd then you just need to set it up in winnt.sif OEMPreinstall=Yes. -As you said above.. Anyway have you read the first part of this Guide except the RunOnceEx ??? http://unattended.msfn.org/intermediate/me...s/runonceex.htm
-
[HOWTO] give runonceex royaltheme skin
.
-
Replace RunonceEx to WPI , HELP
Thank YOU very much. Its much easier now. THANKS
-
Replace RunonceEx to WPI , HELP
Hello , could you please help me replacing runonceex to WPI?? So, according to this guide : http://unattended.msfn.org/advanced/methods/wpi.htm , I have to put all the WPI files under X:\WPI, if I want to install apps from CD/DVD , right? Till now I had a runonce cmd file with cmdlines.txt included in %OEM% distribution folder. Now what should I do if I want to replace the normal runonceex with the Windows Post Installer? And again I want to install the applications from Cd/Dvd. Do I need the %OEM% distribution folders? Do I have to add something to winnt.sif??? Thanks Indeed Regards,
-
Seriously Frustrated!
Please write down how you did!!! It is worth it. Please. Thank you
- Runonce help
-
Runonce help
Windows Setup Source means X:\XPCD\.. ?
-
Runonce help
You dont have to use the %CDROM% variable if you want to install your apps to the hard drive. This is what you want, isnt it?? Just remove the [GuiRunonce] entries from the winnt.sif. OemPreinstall must be set to yes. And make an $OEM$ folder , inside it make a $1. Everything in $1 folder will be installed to C:\. Hope it helps
-
Runonce help
Ohh sorry Ive seen it too , its my fault .Im sorry... Somehow I didnt noticed it because I dealt with the Windows Post Installer and I just skipped that point. Im sorry again..... But anyway thank you.
-
Runonce help
Yes I m beginner in making unattended discs but I m not a n00b !! I ve already read that guide that is why I asked you about it. The guide says I can find more info. on the forum about %CDROM% variable. So could you please help me making programs install from Cdrom?? Please Many thanks
-
Runonce help
I saw someone uses a %CDROM% variable instead of %systemdrive% why? Because my .cmd looks like this : cmdow @ /HID @Echo Off SET PP=%SystemDrive%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs" /f REG ADD %KEY%\000 /VE /D "JAVA" /f REG ADD %KEY%\000 /V 1 /D "%PP%JAVA.exe" /f REG ADD %KEY%\001 /VE /D ".NET Framework 2.0" /f REG ADD %KEY%\001 /V 1 /D "%PP%dotNET20.exe" /f REG ADD %KEY%\002 /VE /D "DaemonTools" /f REG ADD %KEY%\002 /V 1 /D "%PP%c38827.msi /quiet /passive /qn" /f REG ADD %KEY%\003 /VE /D "Media Player 10" /f REG ADD %KEY%\003 /V 1 /D "%PP%MP10.exe" /f REG ADD %KEY%\004 /VE /D "Firefox" /f REG ADD %KEY%\004 /V 1 /D "%PP%Firefox.exe -ms" /f REG ADD %KEY%\005 /VE /D "Adobe Acrobat Reader" /f REG ADD %KEY%\005 /V 1 /D "%PP%AdbeRdr75.exe -q /s /v/qn" /f REG ADD %KEY%\006 /VE /D "XviD Video Codec" /f REG ADD %KEY%\006 /V 1 /D "%PP%XviD.exe /VERYSILENT" /f REG ADD %KEY%\007 /VE /D "QuickTime 7" /f REG ADD %KEY%\007 /V 1 /D "%PP%QuickT.exe /S /v /qn" /f REG ADD %KEY%\008 /VE /D "FlashFXP" /f REG ADD %KEY%\008 /V 1 /D "%PP%FlashFXP.exe /VERYSILENT /SP-" /f REG ADD %KEY%\009 /VE /D "Winrar" /f REG ADD %KEY%\009 /V 1 /D "%PP%wrar.exe /S" /f REG ADD %KEY%\010 /VE /D "Msn Messenger 7.5" /f REG ADD %KEY%\010 /V 1 /D "%PP%msn.msi /quiet /passive /qn" /f REG ADD %KEY%\011 /VE /D "MsgPlus" /f REG ADD %KEY%\011 /V 1 /D "%PP%MsgPlus.exe /SilentInstallNoSponsor" /f REG ADD %KEY%\012 /VE /D "Finalizing Setup" /f REG ADD %KEY%\012 /V 1 /D "%systemdrive%\Install\Cleanup.cmd" /f EXIT And one more thing I dont know why but it doesnt install the MSN messenger and msg plus and quicktime player...
-
Runonce help
Thank you very much. I didnt set it up , thats why it doesnt work.
-
Runonce help
Hello again, I made an $OEM$ folder in my xp install folder and in the $OEM$ folder I made a $1 folder and a $$ folder. I put files under the K:\XPCD\$OEM$\$1\Apps folder. Finally I made a bootable iso with nLite. But it doesnt install any files to C:\Apps. Thats why the Runonceex application says I dont have those files under C:\Apps and gives an error where I can hit Okay Button. Did I misunterstand something about installing files under C:\ ?? Please help. Thanks
-
Please Help ME .
Please help I made a windows xp unatended CD with nLite, integrated hotfixes and so on... And I made some unattended application installs you know. The problem is that some of the applications isnt installed. Why? [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\SVCPACK" [CatalogHeader] [SetupHotfixesToRun] kb898458.exe /q /n /z /o mpsetup.msi /quiet /norestart AdbeRdr75.exe -q /s /v/qn Firefox.exe -ms MSN.EXE /QN MsgPlus.exe /SilentInstallNoSponsor QT7.exe /s/v/q wrar.exe /S XviD.exe /VERYSILENT FlashFXP.exe /S c38827.msi /PASSIVE /NORESTART dotnetfx.exe /q:a /c:"install /l /q" [ProductCatalogsToInstall] KB898458.cat KB898461.CAT KB899587.CAT KB899588.CAT KB899589.CAT KB899591.CAT KB900725.CAT KB900930.CAT KB901017.CAT KB901214.CAT KB902344.CAT KB902400.CAT KB903234.CAT KB903235.CAT KB904412.CAT KB904706.CAT KB905414.CAT KB905749.CAT KB906569.CAT KB907865.CAT ; Customized by nLite - www.nliteos.com This is my svcpack.IN_ file The media player isnt installed , msn and msg plus also. The quick time 7 isnt installed. Daemon tools (c38827) and dotnetfx arent installed. Thanks