I'll certainly look at DART 8 as time permits. But that may take a while.
Quote from: JonF on January 06, 2013, 05:50:50 PMI'll certainly look at DART 8 as time permits. But that may take a while.Good to hear also
sorry, the codebox was erased at the bottom of the post. I can't find the darned edit button, so if a mod could fix it that would be appreciated.
Here's my redistributable DaRT 8 script
Quote from: JonF on March 17, 2013, 08:33:01 PMHere's my redistributable DaRT 8 scriptGreat, thanks Is there a chance to be able to use MSDaRT80.msi (x86 or x64) include in MSDOP (Microsoft Desktop Optimization Pack) for the extraction.Without having to build Dart8.iso, maybe a good thing even without DartConfig.dat key and RecEnv, StartRep available in win8 source.hmmm, I remove there is the List of files to copy for that.
If,ExistFile,%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x86)\adplus.exe,Begin DirMake,%Target_Prog%\Debugging Tools for Windows (x86) DirCopy,%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x86)\*.*,%Target_Prog%\Debugging Tools for Windows (x86)EndElse,If,ExistFile,%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x64)\adplus.exe,BeginDirMake,%Target_Prog%\Debugging Tools for Windows (x64)DirCopy,%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x64)\*.*,%Target_Prog%\Debugging Tools for Windows (x64)End
If,ExistFile,"%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x86)\adplus.exe",Begin DirMake,"%Target_Prog%\Debugging Tools for Windows (x86)" DirCopy",%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x86)\*.*","%Target_Prog%\Debugging Tools for Windows (x86)"EndIf,ExistFile,"%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x64)\adplus.exe",Begin DirMake,"%Target_Prog%\Debugging Tools for Windows (x64)" DirCopy,"%DartSourceDir%\%copyfilesfrom%\Program Files\Debugging Tools for Windows (x64)\*.*","%Target_Prog%\Debugging Tools for Windows (x64)"End