Jump to content

sixpack

Member
  • Posts

    576
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Netherlands

sixpack last won the day on March 11 2020

sixpack had the most liked content!

About sixpack

Contact Methods

  • Website URL
    http://

sixpack's Achievements

1

Reputation

  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
×
×
  • Create New...