Jump to content











Photo
- - - - -

Vistape11 Winbuilder 76 MMC script problem


  • Please log in to reply
No replies to this topic

#1 Jim A

Jim A

    Newbie

  • Members
  • 23 posts
  •  
    United States

Posted 20 June 2009 - 10:34 PM

After I upgraded from WB75b5 to WB76 the Vistape11 MMC script fails on a file copy. ;)

:)Run - Processing section: [CopyLangFiles] From file: [%BaseDir%\Projects\VistaPE\Addons\MMC.script]
IF - File exists: [%BaseDir%\Temp\VistaPE\InstallWimSrc\Windows\System32\en-US\apphelp.dll.mui] evaluated string: [If,ExistFile,"%InstallSRC%\Windows\System32\%DistLang%\apphelp.dll.mui",FileCopy,"%InstallSRC%\Windows\System32\%DistLang%\apphelp.dll.mui","%TargetDir%\Windows\System32\%DistLang%"]
FileCopy - Copied [%BaseDir%\Temp\VistaPE\InstallWimSrc\Windows\System32\en-US\apphelp.dll.mui] to: [%BaseDir%\Target\VistaPE\Windows\System32\en-US]
IF - File exists: [%BaseDir%\Temp\VistaPE\InstallWimSrc\Windows\System32\en-US\ADSLDPC.dll.mui] evaluated string: [If,ExistFile,"%InstallSRC%\Windows\System32\%DistLang%\ADSLDPC.dll.mui",FileCopy,"%InstallSRC%\Windows\System32\%DistLang%\ADSLDPC.dll.mui", "%TargetDir%\Windows\System32\%DistLang%"]
FileCopy - Failed to copy [%BaseDir%\Temp\VistaPE\InstallWimSrc\Windows\System32\en-US\ADSLDPC.dll.mui] to: [ "%BaseDir%\Target\VistaPE\Windows\System32\en-US"]
Halt
The problem is there is a space character between the “,” and the “"%TargetDir%

%\ADSLDPC.dll.mui", "%TargetDir%

This is also true for the next 40 or so file copy lines.

I made the MMC script work by a global replace of “, “ with “,” ;)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users