Jump to content

McoreD

Member
  • Posts

    156
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by McoreD

  1. That's very true SiMoNsAyS. I didn't like Firefox until I found tabextensions_en http://www.google.com/search?hl=en&lr=&ie=...ser&btnG=Search
  2. REG ADD %KEY%\010 /VE /D "3ivX D4 4.5.1" /f REG ADD %KEY%\010 /V 1 /D "regsvr32 /s 3ivxDSDecoder.ax" /f REG ADD %KEY%\011 /VE /D "AC3 Filter 1.01a" /f REG ADD %KEY%\011 /V 1 /D "regsvr32 /s ac3filter.ax" /f REG ADD %KEY%\053 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\053 /V 1 /D "\"%CDROM%\DOTNETFX\setup.exe\"" /f REG ADD %KEY%\054 /VE /D ".NET Framework 1.1 SP1" /f REG ADD %KEY%\054 /V 1 /D "\"%CDROM%\DOTNETFX\NDP1.1sp1-KB867460-X86.exe\" /qb" /f REG ADD %KEY%\060 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\060 /V 1 /D "\"%CDROM%\EXTRA\MSN\MsnMsgs.msi\" /qn" /f REG ADD %KEY%\061 /VE /D "Messenger Plus! 3.01" /f REG ADD %KEY%\061 /V 1 /D "\"%CDROM%\EXTRA\MSN\MsgPlus-301.exe\" /SilentInstallNoSponsor" /f REG ADD %KEY%\075 /VE /D "WinRAR 3.40 Corporate Edition" /f REG ADD %KEY%\075 /V 1 /D "\"%CDROM%\EXTRA\WinRAR\setup.exe\" /s" /f REG ADD %KEY%\085 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\085 /V 1 /D "\"%CDROM%\EXTRA\WMP10\mp10setupMSFN.exe\"" /f
  3. Just have it like maxXPsoft said. Since those files are already in System Folder, you don't need to speficy the file path. Or in RunOnceEx.cmd you can have REG ADD %KEY%\010 /VE /D "Disabling Zip Folders" /f REG ADD %KEY%\010 /V 1 /D "regsvr32 /u /s zipfldr.dll." /f etc. Cheers, McoreD
  4. Try this method for creating a silent WMP10 setup. http://www.msfn.org/board/index.php?showtopic=26571&hl= Then in RunOnceEx.cmd just have REG ADD %KEY%\085 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\085 /V 1 /D "\"%CDROM%\EXTRA\WMP10\mp10setupMSFN.exe\"" /f That's all you gotta do.
  5. Hi, what will happen if we put ProfilesDir = "D:\" under [GuiUnattended] section in winnt.sif? Will it create subdirectories such as D:\user1 D:\user2 D:\user3 etc?
  6. Trust me, if you are not into DVD Ripping you can safely remove the following: * Windows Media 7 [version 7.1.0.3055] * Windows Media 8 [version 8.0.0.371] * Windows Media 9 VCM [version 9.0.1.369] * MS MPEG-4 [version 4.1.0.3927] [Encoding] WMP10 can play WMV7, WMV8 and WMV9 and also WMVA (WMV9 Advanced Profile). Nowadays, you don't need to use the old MS MPEG-4, you use the new WMV9 instead. If you are into *ivX ripping, having the following is fine: * DivX Pro [version 5.1.1] [Decoding] * DivX Pro [version 5.1.1] [Encoding] * XviD 1.0.0.0 RC2 [2004-02-07] [Decoding] * XviD 1.0.0.0 RC2 [2004-02-07] [Encoding] Otherwise, I only have 3ivxDSDecoder.ax registered and 3ivx.dll copied to System32 directory.
  7. That's great prathapml!. Much appreciated. Cheers, McoreD
  8. Hi All, What will be the command/registration entry to display Control Panel as a menu, in Start Menu? There are other settings which I would like to change. Once I get to know how to display Control Panel as a menu, hopefully I will be able to figure out the rest. Thank you very much, McoreD
  9. Later I managed to add the setup_wm.exe /DisallowSystemRestore /Q:A /R:N command during IExpress Wizard and create an unattended WMP10 Setup. You guys are great!
  10. Hi there, first of all, great post! I was referred to this thread by madTaMsKi. I hope the following will work for RunOnceEx? REG ADD %KEY%\065 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\065 /V 1 /D "%CDROM%\EXTRA\WMP10\mp10setup.exe" /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N" Please correct me if I am wrong. Thanks, McoreD
×
×
  • Create New...