Jump to content

sixpack

Member
  • Posts

    576
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by sixpack

  1. "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>
  2. or http://www.msfn.org/board/index.php?showto...47&hl=diskeeper
  3. take a look at this: http://www.autoitscript.com/forum/index.ph...topic=10708&hl=
  4. wow.. verry nice script MHz thanks for it
  5. for next time it's "lock the taskbar"
  6. 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
  7. 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"
  8. 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
  9. 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
  10. got it all to work now, thanks for your time Yzöwl
  11. i dont know, try it i always use the wab extention
  12. every thing in the Address Book folder wil be copyed
  13. @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
  14. 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\*.*"
  15. http://majorgeeks.com/download.php?det=2495
  16. thanks btw... "DefaultGroupName=Acrobat\Adobe Reader Speed-Up" this works great i had that problem to glad i have a solution now
  17. i use Method 1 and make a sfx file and unpacking ad t-39
  18. 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
  19. 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?
  20. look here to and it works for v3.3 to http://www.msfn.org/board/index.php?showto...reblaster&st=10
×
×
  • Create New...