Jump to content

amitri

Member
  • Posts

    58
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Slovenia

Everything posted by amitri

  1. amitri

    Remote desktop

    Remote Desktop (msrdpcli.exe) goes to HFSVPK_SW folder for W2000. Is this OK?
  2. I'm using HFSLIP to slipstream WMP10 in Windows XP. I keep getting error about system restore is turned off. The problem is similar as in this thread link. What am I doing wrong? Everything else (=hotfixes, switchless installers, regfiles etc.) goes well. Is it possible it got something to do with a /DisallowSystemRestore WMP10 switch? Thanks in advance.
  3. I guess you need reg.exe. Look here: http://www.msfn.org/board/index.php?showtopic=29543
  4. amitri

    Hotfix info

    I'am using XPCREATE with instructions for current hotfixes in Windows XP without problem. However I have one MUI related hotfix Q331331 I would like to add it in XPCREATE, but somehow it doesn't fit in any of existed folders. Could someone help. Thanks in advance. q331331
  5. @Zilexa Sorry just seen this post. If I understand correctly if my "normal" cmdlines.txt is [COMMANDS] "RunOnceEx.cmd" then the "T12" cmdlines.txt is: [COMMANDS] "RunOnceEx.cmd" "rundll32.exe iernonce.dll,RunOnceExProcess" I run switchless installers and silent hotfixes from RunOnceEx. No problem with that from T12?
  6. No problem with this code in W2K, hope it helps: cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\cdrom_ip.5 SET CDROM=%%i: SET PP=%cdrom%\Oem\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D ".Net Framework 1.1 SP1 with updates" /f REG ADD %KEY%\001 /V 1 /D "%PP%netfxsp1.exe" /f REG ADD %KEY%\003 /VE /D "Windows Media Player 9" /f REG ADD %KEY%\003 /V 1 /D "%PP%MPsetup.exe /Q:A /R:N" /f REG ADD %KEY%\005 /VE /D "WMP9 hotfix KB828026" /f REG ADD %KEY%\005 /V 1 /D "%PP%KB828026.exe /Q /O /N /Z" /f REG ADD %KEY%\007 /VE /D "Adobe Reader 7.0.2" /f REG ADD %KEY%\007 /V 1 /D "%PP%acroread702.exe" /f REG ADD %KEY%\009 /VE /D "Sun Java 5.0 update 4" /f REG ADD %KEY%\009 /V 1 /D "%PP%jre504.exe" /f EXIT Using the guide from UA XP CD works OK, changes are reg.exe in system 32 and cdrom_ip.5 for CD check.


×
×
  • Create New...