Jump to content

sixpack

Member
  • Posts

    576
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by sixpack

  1. Use install option B that will work for you
  2. "start /wait setup.exe /adminfile custom.msp"........no reboot!!! Ad this to your config.xml as last command and before </Configuration> .............. <Setting Id="Reboot" Value="ReallySuppress" /> </Configuration>
  3. or http://www.msfn.org/board/index.php?showto...47&hl=diskeeper
  4. http://www.iansharpe.com/getfile.php?dl=yourcpl
  5. take a look at this: http://www.autoitscript.com/forum/index.ph...topic=10708&hl=
  6. wow.. verry nice script MHz thanks for it
  7. thanks MHz for the better script entry
  8. for next time it's "lock the taskbar"
  9. Hi SixPack, Always nice to see a friend. The script does not make reg files. It's purpose is to locate the store folders from registry, and copy the *.dbx files there. The 40kb backup program, that I supplied a link to, copies the *dbx and exports the reg files, to a chosen folder. So then you can script the process. Given time. I maybe able to create a full solution. Should do the address book too? @Oleg_II That link looks like a good option. <{POST_SNAPBACK}> yes that would be nice if it does the WAB book too o... i did play around with your code and this one copy's the dbx files from the store: #NoTrayIcon If Not FileExists(@ScriptDir & '\mail') Then DirCreate(@ScriptDir & '\mail') EndIf Opt('ExpandEnvStrings', 1) $key = RegRead('HKEY_CURRENT_USER\Identities', 'Default User ID') $value = RegRead('HKEY_CURRENT_USER\Identities\' & $key & '\Software\Microsoft\Outlook Express\5.0', 'Store Root') FileCopy($value, @ScriptDir & '\mail\*.dbx', 1) Exit
  10. Mydoom 13 juli 05 ;Mydoom 13 juli 05 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools] "MydoomTool"="OK" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MRT] "Version"="2EEAB848-93EB-46AE-A3BF-9F1A55F54833"
  11. hi MHz for some reason the "to find the Store Root" code doesent create a reg file is this correct? btw, nice to see you again
  12. working for the dutch version to, no prompts after going to win.up v6 to save some work, here are the dutch files files are compresed with "Cabarc -m LZX:21 n" download: http://rapidshare.de/files/2631297/winup6_nld.rar.html
  13. got it all to work now, thanks for your time Yzöwl
  14. i dont know, try it i always use the wab extention
  15. try this RD /S /Q "%systemdrive%\D"
  16. every thing in the Address Book folder wil be copyed
  17. @Yzöwl how to use this line : for /d %g in (%temp%\*) do rd /s /q %g if the path hase a space like this: for /d %g in (%windir%\Downloaded Installations\*) do rd /s /q %g or will it work like this if i dont use " edit: second question if i want to keep the cookies in "Temporary Internet Files" and delete the rest how to do this in a batch file? edit2: if i use for /d %%g in (%temp%\*) do rd /s /q %%g the system cant find the path
  18. example FOR %%d IN (c: 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 %%d\WIN51IP.SP2 SET CDROM=%%d xcopy /E /Y /Q "%CDROM%\$OEM$\Address Book\*.*" "%USERPROFILE%\Application Data\Microsoft\Address Book\*.*"
  19. http://majorgeeks.com/download.php?det=2495
  20. thanks btw... "DefaultGroupName=Acrobat\Adobe Reader Speed-Up" this works great i had that problem to glad i have a solution now
  21. i use Method 1 and make a sfx file and unpacking ad t-39
  22. 1. Download WindowsMedia10-KB892313-x86-ENU.exe package; 2. Extract WMP.DLL with WinRAR or 7z; 3. Cabarc -m LZX:21 n WMP.DL_ WMP.DLL 4. Put updated WMP.DL_ over old one; 5. Burn, install, post here if it works ;-) <{POST_SNAPBACK}> thanks works with the dutch version to
  23. works great here i have questions tho.. can i move the driver folder D to windows folder and if not can i make it a system folder (hide it)? the topic says "Exception: MassStorage drivers" so they are not included? or must i delete it before running SetupCopyOEMInf.exe?
  24. look here to and it works for v3.3 to http://www.msfn.org/board/index.php?showto...reblaster&st=10
×
×
  • Create New...