Jump to content

Animator

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Animator

  1. Ok first THX for the fast help

    i now, that i must trade the applications.cmd with my programme.cmd but my problem is that i dont know what this lines are do, while i have no apps.inf and i have no mai_batch.cmd and in dont have customize.cmd.

    :RUNBATCH

    :: cmdow @ /hid

    :: ECHO Running Main Batch ...

    :: ECHO.

    :: start /wait %systemdrive%\install\main_batch.cmd

    :HOTFIXES

    :: This hopefully has been obsoleted by slipstreaming the hotfixes into the installer.

    :: Keeping it around just in case it is needed for anything else.

    :: IF NOT EXIST %systemdrive%\install\hotfixes.cmd GOTO APPS

    :: ECHO Running Hotfixes Batch ...

    :: ECHO.

    :: start /wait cmdow /run /hid %systemdrive%\install\hotfixes.cmd

    :APPS

    IF NOT EXIST %systemdrive%\install\apps.inf GOTO CUSTOM

    ECHO Running Applications Batch ...

    ECHO.

    start /wait RunDll32.exe setupapi,InstallHinfSection DefaultInstall 0 %systemdrive%\install\Apps.inf

    :CUSTOM

    IF NOT EXIST %systemdrive%\install\CUSTOMIZE.CMD GOTO ERROR

    :: ECHO Running Cumstom Batch ...

    :: ECHO.

    :: start /wait %systemdrive%\install\CUSTOMIZE.CMD

    GOTO END

    so can anyone post what i must do to start only my hotfixes.cmd and the programme.cmd on the 2'nd cd.

    I think in the How to is an error the PsKill programm must be load before the file runs. Right ??

    brb

    Ani

  2. Hi Community,

    I'm a Stupid German Man, my English iss Bad an I Hope some Germans or another people who can understand and speak German can Help me.

    I have a Problem with the Script in the First post from webmatic, i dont use the same *.cmd files and i dont use *.inf files.

    I use scripts like this

    hotfixes.cmd

    hotfixes2.cmd and

    programme.cmd for the second CD.

    Now, my problem is the script for the 2'nd CD, i dont now how to make it for my *.cmd files.

    In Deutsch :

    Ich habe ganz einfach das Problem das ich das script nicht für meine *.cmd dateien angepasst bekomme, weil ich nicht genau verstehe wie das funktionieren soll.

    I Hope some People can Help me, and I hope some People understand what i mean.

    Ich hoffe es kann mir jemand weiterhelfen.

    brb

    Animator

  3. Hi Community,

    I'm a Stupid German Man, my English iss Bad an I Hope some Germans or another people who can understand and speak German can Help me.

    I have a Problem with the Script in the First post from webmatic, i dont use the same *.cmd files and i dont use *.inf files.

    I use scripts like this

    hotfixes.cmd

    hotfixes2.cmd and

    programme.cmd for the second CD.

    Now, my problem is the script for the 2'nd CD, i dont now how to make it for my *.cmd files.

    In Deutsch :

    Ich habe ganz einfach das Problem das ich das script nicht für meine *.cmd dateien angepasst bekomme, weil ich nicht genau verstehe wie das funktionieren soll.

    I Hope some People can Help me, and I hope some People understand what i mean.

    Ich hoffe es kann mir jemand weiterhelfen.

    brb

    Animator

×
×
  • Create New...