Jump to content

Oliii

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Hungary

Everything posted by Oliii

  1. Sure Im using burn an existing image in nero 7 ultra. Its size about 850 megs
  2. It says its not CD format so it wants to burn as it was a CD.
  3. I know now why it doesnt do anything. Just remove the REM thing which is before the command.
  4. 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.
  5. Another thing, why the WPI after installing programs doesnt delete the icons and doesnt reboot the machine? But its set in the WPI.cmd
  6. I want to install the newest Msn Messenger installed silently without any Searchbars included? How can I do that??
  7. 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.
  8. 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.
  9. 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??
  10. One more question , what is Configurations line under the Config menu... Somewhere It is set to "Yes" but not at every apps.
  11. 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
  12. Thank YOU very much. Its much easier now. THANKS
  13. 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,
  14. Please write down how you did!!! It is worth it. Please. Thank you
  15. Windows Setup Source means X:\XPCD\.. ?
  16. 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
  17. 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.
  18. 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
  19. 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...
  20. Thank you very much. I didnt set it up , thats why it doesnt work.
  21. 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
  22. 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
×
×
  • Create New...