Jump to content

Oliii

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Hungary

Posts posted by Oliii

  1. That is just a side effect of the multi configs opition.

    So no need for it ,right?

    But by default at some programs it set to yes.

    One more question , what is Configurations line under the Config menu...

    Somewhere It is set to "Yes" but not at every apps.

    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??

  2. So with the OEMPreinstall=Yes then logically I shouldn't need the cmdlines.txt or the RunOnceEx.cmd files at all.

    Am I just full of caca? or does this make sense?

    Thanks

    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

  3. 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,

  4. 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

  5. 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 :blushing:

    Many thanks

  6. 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...

  7. 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

  8. 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...