Jump to content











Photo
* * * * * 1 votes

VistaPE 12 RC1 out


  • Please log in to reply
131 replies to this topic

#126 InfinityoO

InfinityoO

    Newbie

  • Members
  • 19 posts
  •  
    United States

Posted 06 January 2009 - 03:50 AM

thx mate ..waiting for the updates and bug fixes

#127 InfinityoO

InfinityoO

    Newbie

  • Members
  • 19 posts
  •  
    United States

Posted 14 January 2009 - 01:06 AM

sorry for bumping this.. but any progress on an updated build .. or infor whee the vistape project is headed.. is work still being done on this.. thx

#128 JonF

JonF

    Gold Member

  • .script developer
  • 1185 posts
  • Location:Boston, MA
  •  
    United States

Posted 21 January 2009 - 03:35 PM

Hope this is the correct place. When I build VIstaPE, I'm always getting 17 warnings about not being able to copy various files. While other stuff is going on in the background I'm trying to track some of these down.

In WinRE.script, in the lines:

[codebox]DirMake,"%Target_Prog%\%ProgramFolder%" DirMake,"%Target_Prog%\%ProgramFolder%\%DistLang%" If,ExistFile,"%BootSRC%\sources\recovery\%DistLang%\PssWiz.exe.mui",FileCopy,"%BootSRC%\sources\recovery\%DistLang%\PssWiz.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\PssWiz.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\%DistLang%\RecEnv.exe.mui",FileCopy,"%BootSRC%\sources\recovery\%DistLang%\RecEnv.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\RecEnv.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\%DistLang%\StartRep.exe.mui",FileCopy,"%BootSRC%\sources\recovery\%DistLang%\StartRep.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\StartRep.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\en-US\PssWiz.exe.mui",FileCopy,"%BootSRC%\sources\recovery\en-US\PssWiz.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\PssWiz.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\en-US\RecEnv.exe.mui",FileCopy,"%BootSRC%\sources\recovery\en-US\RecEnv.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\RecEnv.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\en-US\StartRep.exe.mui",FileCopy,"%BootSRC%\sources\recovery\en-US\StartRep.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\StartRep.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\PssWiz.exe",FileCopy,"%BootSRC%\sources\recovery\PssWiz.exe","%Target_Prog%\%ProgramFolder%\PssWiz.exe" If,ExistFile,"%BootSRC%\sources\recovery\RecEnv.exe",FileCopy,"%BootSRC%\sources\recovery\RecEnv.exe","%Target_Prog%\%ProgramFolder%\RecEnv.exe" If,ExistFile,"%BootSRC%\sources\recovery\StartRep.exe",FileCopy,"%BootSRC%\sources\recovery\StartRep.exe","%Target_Prog%\%ProgramFolder%\StartRep.exe" If,ExistFile,"%BootSRC%\Windows\System32\%DistLang%\bmrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\%DistLang%\bmrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\bmrui.exe.mui" If,ExistFile,"%BootSRC%\Windows\System32\%DistLang%\rstrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\%DistLang%\rstrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\rstrui.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\bmrui.exe",FileCopy,"%BootSRC%\windows\System32\bmrui.exe","%TargetDir%\windows\System32\bmrui.exe" If,ExistFile,"%BootSRC%\windows\System32\rstrui.exe",FileCopy,"%BootSRC%\windows\System32\bmrui.exe","%TargetDir%\windows\System32\rstrui.exe" If,ExistFile,"%BootSRC%\Windows\System32\en-US\bmrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\en-US\bmrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\bmrui.exe.mui" If,ExistFile,"%BootSRC%\Windows\System32\en-US\rstrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\en-US\rstrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\rstrui.exe.mui" [/codebox] each line that copies a file from %BootSRC%\... en-US generates a warning. I don't understand why ... maybe because the destiantion file exists already because it was copied from %BootSRC%\...%DistLang%. Anyhow, this should fix it: [codebox]DirMake,"%Target_Prog%\%ProgramFolder%" DirMake,"%Target_Prog%\%ProgramFolder%\%DistLang%" If,ExistFile,"%BootSRC%\sources\recovery\%DistLang%\PssWiz.exe.mui",FileCopy,"%BootSRC%\sources\recovery\%DistLang%\PssWiz.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\PssWiz.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\%DistLang%\RecEnv.exe.mui",FileCopy,"%BootSRC%\sources\recovery\%DistLang%\RecEnv.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\RecEnv.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\%DistLang%\StartRep.exe.mui",FileCopy,"%BootSRC%\sources\recovery\%DistLang%\StartRep.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\StartRep.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\PssWiz.exe",FileCopy,"%BootSRC%\sources\recovery\PssWiz.exe","%Target_Prog%\%ProgramFolder%\PssWiz.exe" If,ExistFile,"%BootSRC%\sources\recovery\RecEnv.exe",FileCopy,"%BootSRC%\sources\recovery\RecEnv.exe","%Target_Prog%\%ProgramFolder%\RecEnv.exe" If,ExistFile,"%BootSRC%\sources\recovery\StartRep.exe",FileCopy,"%BootSRC%\sources\recovery\StartRep.exe","%Target_Prog%\%ProgramFolder%\StartRep.exe" If,ExistFile,"%BootSRC%\Windows\System32\%DistLang%\bmrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\%DistLang%\bmrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\bmrui.exe.mui" If,ExistFile,"%BootSRC%\Windows\System32\%DistLang%\rstrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\%DistLang%\rstrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\rstrui.exe.mui" If,ExistFile,"%BootSRC%\windows\System32\bmrui.exe",FileCopy,"%BootSRC%\windows\System32\bmrui.exe","%TargetDir%\windows\System32\bmrui.exe" If,ExistFile,"%BootSRC%\windows\System32\rstrui.exe",FileCopy,"%BootSRC%\windows\System32\bmrui.exe","%TargetDir%\windows\System32\rstrui.exe" If,%DistLang%,NotEqual,en-us,Begin DirMake,"%Target_Prog%\%ProgramFolder%\en-us" If,ExistFile,"%BootSRC%\Windows\System32\en-US\bmrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\en-US\bmrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\bmrui.exe.mui" If,ExistFile,"%BootSRC%\Windows\System32\en-US\rstrui.exe.mui",FileCopy,"%BootSRC%\Windows\System32\en-US\rstrui.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\rstrui.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\en-US\PssWiz.exe.mui",FileCopy,"%BootSRC%\sources\recovery\en-US\PssWiz.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\PssWiz.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\en-US\RecEnv.exe.mui",FileCopy,"%BootSRC%\sources\recovery\en-US\RecEnv.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\RecEnv.exe.mui" If,ExistFile,"%BootSRC%\sources\recovery\en-US\StartRep.exe.mui",FileCopy,"%BootSRC%\sources\recovery\en-US\StartRep.exe.mui","%Target_Prog%\%ProgramFolder%\%DistLang%\StartRep.exe.mui"
End
[/codebox]

Of course, that requires WB075

#129 pecd.net

pecd.net

    Silver Member

  • .script developer
  • 947 posts
  •  
    Germany

Posted 21 January 2009 - 06:53 PM

as long as it work ignore it..some files are copied depending on the selected source...the script just tried if it can copy, and if not it gives a warning...for vista sp0 or sp1 or server 2008 there are differences...

#130 JonF

JonF

    Gold Member

  • .script developer
  • 1185 posts
  • Location:Boston, MA
  •  
    United States

Posted 21 January 2009 - 10:33 PM

I don't like warnings.

What I posted does not depend on the source, before or after my changes.

Here's another two:

In 03-base-files.script line 93 is a duplicate of line 92, and line 308 is a duplicate of line 307.

I'm pretty sure those aren't processed differently depending on the source.

#131 pecd.net

pecd.net

    Silver Member

  • .script developer
  • 947 posts
  •  
    Germany

Posted 22 January 2009 - 12:04 PM

thanks, will take a look at it as time permits...but it is true that some files are only copied when using waik, and some are only used when building from server 2008 oder vista

#132 JonF

JonF

    Gold Member

  • .script developer
  • 1185 posts
  • Location:Boston, MA
  •  
    United States

Posted 24 January 2009 - 08:30 PM

The Memtest++ script distributed with VIstaPE is a few versions behind. The current version is 2.11.

http://vistape.flemi...ipts/memtest.7z




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users