[main] Title=Ghost Description=Ghost x86/x64 Drives and Disk backup/clone.#$x#$xGhost x86/x64 Respaldar/clonar Unidades y discos. Selected=True Level=5 Author=Misty, recoded by: Alacran/Taviruni from PEBakeryTeam Version=20210618 Date=2021-06-18 Interface=Interface1 Download_Level=0 NoWarning=False [Interface1] pTextLabelMenu1="1",1,1,35,3,70,18,10,Bold pButtonMenu2="2",1,8,75,0,70,20,pButtonMenu2,0,True,_pButtonMenu2_,True pButtonMenu3="?",1,8,145,0,70,20,pButtonMenu3,0,True,_pButtonMenu3_,True pTextLabel1="You need to have the program to use this .script file. This is not Free software.",1,1,19,72,454,18,8,Bold pBevel_B1=,1,12,10,118,500,40 pTextLabel_B1="PATH to Ghost32.exe",1,1,17,131,130,18,8,Bold pFileBox_B1=,1,13,158,128,222,20,file pButton_B1="ADD TO CACHE",1,8,404,129,96,20,B1.RUN,0,True,_B1.RUN_,True pBevel_B2=,1,12,10,193,500,40 pTextLabel_B2="PATH to Ghost64.exe",1,1,17,207,144,18,8,Bold pFileBox_B2=,1,13,158,203,222,20,file pButton_B2="ADD TO CACHE",1,8,404,205,96,20,B2.RUN,0,True,_B2.RUN_,True pCheckBoxInWim="Include Program in boot.wim",1,3,51,265,180,18,True [Interface2] pButtonMenu1="1",1,8,5,0,70,20,pButtonMenu1,0,True,_pButtonMenu1_,True pTextLabelMenu2="2",1,1,108,3,70,18,10,Bold pButtonMenu3="?",1,8,145,0,70,20,pButtonMenu3,0,True,_pButtonMenu3_,True pBevel1=,1,12,10,65,66,2 pTextLabel="Menu Entries",1,1,10,50,230,18,8,Bold pCheckBoxShortcutDesktop="Add to Desktop Menu",1,3,40,80,150,18,True pCheckBoxShortcutQuick="Add to Quicklaunch Menu",1,3,40,110,150,18,False pCheckBoxShortcutPrograms="Add to #$qStart#$q > ",1,3,40,140,99,18,True pCheckBoxShortcutLaunchBar="Add to LaunchBar Menu ",1,3,40,170,150,18,True pButtonShortcut1=?,1,8,10,80,18,18,pButtonShortcut1,0,True,_pButtonShortcut1_,True pButtonShortcut2=?,1,8,10,110,18,18,pButtonShortcut2,0,True,_pButtonShortcut2_,True pButtonShortcut3=?,1,8,10,140,18,18,pButtonShortcut3,0,True,_pButtonShortcut3_,True pButtonShortcut4=?,1,8,10,170,18,18,pButtonShortcut4,0,True,_pButtonShortcut4_,True pTextBox1=,1,0,140,140,150,21,Programs\Backup [pButtonMenu1] IniWrite,%ScriptFile%,Main,Interface,Interface1 System,REFRESHINTERFACE [pButtonMenu2] IniWrite,%ScriptFile%,Main,Interface,Interface2 System,REFRESHINTERFACE [pButtonMenu3] message,"Click on the buttons to toggle between tabs 1 and 2. #$x#$xTab 2 contains menu options for use in the selected shell. Click on the ? button for information about the different options." [pButtonShortcut1] message,"WinXShell only#$x#$xSelect this option to add a program shortcut to the Desktop." [pButtonShortcut2] message,"WinXShell only#$x#$xSelect this option to add a program menu option to the Quicklaunch menu - similar in appearence to the 'Pin to Taskbar' option in Windows 7/8/10." [pButtonShortcut3] message,"Applies to WinXShell#$c BBLean and LaunchBar Shell(s)#$x#$xSelect this option to add a program menu option to the Start menu. Leave blank to add to the root of the menu#$c or manually type a path to place in a sub-menu (do not use spaces in the path). E.g. #$x#$s- FileManager#$x#$s- Programs#$x#$s- Programs\FileManager#$x#$xAnd looking at the examples above - #$x#$xLeave this option blank to add a menu entry to the root of the program menu (the 'Start' menu in WinXShell#$c the 'Start' menu in BBLean#$c or the root of the LaunchBar menu bar if LaunchBar is selected as Shell)#$x#$xEnter 'FileManager' to add a menu entry for this application to the 'Start' > 'FileManager' sub-menu (WinXShell and bblean) or the 'FileManager' sub-menu in LaunchBar.#$x#$xEnter 'Programs' to add a menu entry for this application to the 'Start' > 'Programs' sub-menu (WinXShell and bblean) or the 'Programs' sub-menu in LaunchBar.#$x#$xEnter 'Programs\FileManager' to add a menu entry for this application to the 'Start' > 'Programs' > 'FileManager' sub-menu (WinXShell and bblean) or the 'Programs' > 'FileManager' sub-menu in LaunchBar." [pButtonShortcut4] message,"This setting does not apply to any LaunchBar instance running as the WinPE Shell. This option only applies to a LaunchBar instance when the Applications' > 'LaunchBar' program script is selected in the build.#$x#$xIf the 'Applications' > 'LaunchBar' program script is selected than enable this option to add a program menu entry to the root of the LaunchBar menu bar. #$x#$xPlease note that if option '6] Programs in boot.wim' in the main project script is set as 'NO'#$c then LaunchBar and a number of other applications will not be available at boot. In this case a text based .ini file will be used for LaunchBar menu settings." [B1.RUN] If,ExistFile,"%Programs%\Ghost\x86\Ghost.exe",Message,"The cache already contains a copy of Ghost. Exiting..." Else,Begin set,%Ghost%,%pFileBox_B1% If,%Ghost%,Equal,"",Begin Message,"ERROR - The filebox is empty. Change the path and retry. Exiting..." Exit,"ERROR - The filebox is empty. Change the path and retry. Exiting..." End If,Not,ExistFile,"%Ghost%",Begin Message,"ERROR - The selected file does not exist. Change the path and retry. Exiting..." Exit,"ERROR - The selected file does not exist. Change the path and retry. Exiting..." End StrFormat,PATH,"%Ghost%","%Ghost.PATH%" StrFormat,FILENAME,"%Ghost%","%Ghost32.exe%" If,Not,%Ghost32.exe%,Equal,Ghost32.exe,Begin Message,"ERROR - Selected file is not Ghost32.exe. Change the path and retry. Aborting..." Exit,"ERROR - Selected file is not Ghost32.exe. Change the path and retry. Aborting..." End If,Not,ExistDir,"%Programs%\Ghost\x86",DirMake,"%Programs%\Ghost\x86" Echo,"Copying files to cache" FileCopy,"%Ghost.PATH%\Ghost32.exe","%Programs%\Ghost\x86\Ghost.exe" If,Not,ExistFile,"%Programs%\Ghost\x86\Ghost.exe",Begin Message,"There appears to have been an error copying Ghost to the cache. Exiting..." Exit,"There appears to have been an error copying Ghost to the cache. Exiting..." End Else,Message,"Ghost added to the following path -#$x#$x#$s#$s#$s#$q%Programs%\Ghost\x86#$q" End [B2.RUN] If,ExistFile,"%Programs%\Ghost\x64\Ghost.exe",Message,"The cache already contains a copy of Ghost. Exiting..." Else,Begin set,%Ghost%,%pFileBox_B2% If,%Ghost%,Equal,"",Begin Message,"ERROR - The filebox is empty. Change the path and retry. Exiting..." Exit,"ERROR - The filebox is empty. Change the path and retry. Exiting..." End If,Not,ExistFile,"%Ghost%",Begin Message,"ERROR - The selected file does not exist. Change the path and retry. Exiting..." Exit,"ERROR - The selected file does not exist. Change the path and retry. Exiting..." End StrFormat,PATH,"%Ghost%","%Ghost.PATH%" StrFormat,FILENAME,"%Ghost%","%Ghost64.exe%" If,Not,%Ghost64.exe%,Equal,Ghost64.exe,Begin Message,"ERROR - Selected file is not Ghost64.exe. Change the path and retry. Aborting..." Exit,"ERROR - Selected file is not Ghost64.exe. Change the path and retry. Aborting..." End If,Not,ExistDir,"%Programs%\Ghost\x64",DirMake,"%Programs%\Ghost\x64" Echo,"Copying files to cache" FileCopy,"%Ghost.PATH%\Ghost64.exe","%Programs%\Ghost\x64\Ghost.exe" If,Not,ExistFile,"%Programs%\Ghost\x64\Ghost.exe",Begin Message,"There appears to have been an error copying Ghost to the cache. Exiting..." Exit,"There appears to have been an error copying Ghost to the cache. Exiting..." End Else,Message,"Ghost added to the following path -#$x#$x#$s#$s#$s#$q%Programs%\Ghost\x64#$q" End [process] If,%FullProjectRun%,Equal,NO,Run,"%ProjectDir%\Core\common.script",PostConfigRun AddInterface,%ScriptFile%,Interface1,"" AddInterface,%ScriptFile%,Interface2,"" If,%pCheckBoxInWim%,Equal,True,Set,%PROGRAMS.IN.WIM%,YES Else,Set,%PROGRAMS.IN.WIM%,NO Run,%ScriptFile%,CHECKS Run,%ScriptFile%,MENU Run,%ScriptFile%,COMMON If,%PROGRAMS.IN.WIM%,Equal,NO,Run,%ScriptFile%,NOT.IN.WIM If,%PROGRAMS.IN.WIM%,Equal,YES,Run,%ScriptFile%,IN.WIM [CHECKS] If,Not,ExistFile,"%Programs%\Ghost\%ARCH%\Ghost.exe",Begin Message,Ghost is missing - exiting script...,Error,5 Exit,Ghost is missing - exiting script...,WARN End [MENU] If,%PROGRAMS.IN.WIM%,Equal,NO,Begin If,Not,ExistFile,"%OutputDir%\Programs\ShortcutsNotInWim.txt",Run,"%ProjectDir%\Core\common.script",NotInWim TXTaddline,"%OutputDir%\Programs\ShortcutsNotInWim.txt","#$p~dp0nircmd.exe shortcut #$q#$p~dp0Ghost\Ghost.exe#$q #$q#$pTemp#$p\ShortCuts#$q #$qGhost#$q",Append End If,%PROGRAMS.IN.WIM%,Equal,YES,Begin ShellExecute,Hide,"%Tools%\Shortcut.exe","/A:C /T:#$q#$pSystemDrive#$p\Programs\Ghost\Ghost.exe#$q /F:#$q%ProjectTemp%\Ghost.lnk#$q /I:#$q#$pSystemDrive#$p\Programs\Ghost\Ghost.exe#$c0#$q" If,ExistFile,"%ProjectTemp%\Ghost.lnk",Begin Set,%MyShortcut%,Ghost.lnk If,%pCheckBoxShortcutDesktop%,Equal,True,FileCopy,"%ProjectTemp%\%MyShortcut%","%ProjectTemp%\ShortCuts\Desktop" If,%pCheckBoxShortcutQuick%,Equal,True,FileCopy,"%ProjectTemp%\%MyShortcut%","%ProjectTemp%\ShortCuts\Quick" If,%pCheckBoxShortcutPrograms%,Equal,True,Begin Set,%ProgramMenuPath%,%pTextBox1% Run,"%ProjectDir%\Core\common.script",StartMenu End If,%pCheckBoxShortcutLaunchBar%,Equal,True,FileCopy,"%ProjectTemp%\%MyShortcut%","%ProjectTemp%\ShortCuts\LaunchBar" If,%FullProjectRun%,Equal,NO,Run,"%ProjectDir%\Core\common.script",PostConfigRunShortcuts FileDelete,"%ProjectTemp%\%MyShortcut%" End End [COMMON] If,%PROGRAMS.IN.WIM%,Equal,NO,Set,%PATH%,%OutputDir% If,%PROGRAMS.IN.WIM%,Equal,YES,Set,%PATH%,%TargetDir% If,Not,ExistDir,"%PATH%\Programs",DirMake,"%PATH%\Programs" DirMake,"%PATH%\Programs\Ghost" DirCopy,"%Programs%\Ghost\%ARCH%\*.*","%PATH%\Programs\Ghost" IniWrite,"%OutputDir%\Project.Settings.ini",PROGRAMS,Ghost,YES [IN.WIM] If,%FullProjectRun%,Equal,NO,WimPathAdd,%OutputDir%\sources\boot.wim,%Boot.wim.Image.number%,%TargetDir%,"" //Wait,1 [NOT.IN.WIM] //Wait,1 If,%FullProjectRun%,Equal,NO,Run,"%ProjectDir%\Core\common.script",PostConfigRunNotInWim [EncodedFile-AuthorEncoded-ghost_101.ico] lines=1 0=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 1=pR5/9bxZgxL9ab9VLAHuRzwFuVj8XGqB/u/X7PMWxMGOM1LYhtzV8h9Krsn69H168dpoET+7/V3PuuMfBe5J/RPJ+8R54yA3lPllDvxU8T6VzZVKqu/lbPnqoiSmWrITXVs1BysyBIRT1wBa3ukb4HdjMWKinY7f/9r0pWqkIYOgh/SSmVPYjWiv+hLX0vHDzk++BJwz/3ziUP9n/wJ2r98M/kwmfvrtxF1LL2MWp55w+YM4nHR5W7/FetTReP0nbUKxuy4H28qfUMHazIpKtrdNQxWfj6b8TjVuGKK0c6eygL91uhzX0uSnWdJcOZfXTi/URqm/sAnZ7KpgwbQ9KD/3Gp+F3agXt3SHEYO5303rUaSms5Rvv3bSDH78fTifHsx4HuH4hjP7kAZg/u48qDtkBmjLG+uYbWtjmo6LMt1Dh/PN2IYNPv8P8ku9qAd2Gp9E7+BNrJ1xOej+52Sr9eS2vbT1P5ITN55j1AQ+/vfpyRo8UpvMv5XgcdT7shzDzaCmUOeGmTp5429F6jM9a/UPcL/mN8M5v5fZ7aL8XAxyiQcsJjyYBy2y5S+8r/pH7TvKf5vX0Zid4T21YLfuV3Lv+9RDFOkRRLjpSX2s3PU9ebM4UYTv8S29yGBmG9kPcQfN1Q7uNKpDh4XjP5+mYvpVMaRsd+xp7a89rjwnyvpsH9iF3x/iuV1qIzXX10trefTt0mavpsJzmmMbr4VhyV7Svy7S1qFO+xShrcO14/g6tlhvW078NFlP/WcmwMXuKxvzotTOC+hq7uWUddW5LpYp84xldSHIe6b1I/1oRAfZM6idENvNs8aX8kzx/YFn7tpiGBzjdcpJPxv6BDzl6qmR9DA7veJOxR/i1g7xoSFtHGObG+802PFl/H+7ZCip0/y8CB9ID+hzt6jE/XNtRW0bmOTmq96cTmw24NCGLU1CjG7KFQMBTENV5rV0WSnfE1TBRmKDGVl5i6hUJCL5NVfYoG1IfpfwEAiYGueJzjTc/ILy6JNzQw1MtMzmcYBSMMTFOH0C/4sMsX+KX9YmACAOrcCGARCKx6AQAAAAIAAAApAAAA6A4AAAAAAAABAAAAAAAAAAAAAAA [AuthorEncoded] ghost_101.ico=3893,5191 Logo=ghost_101.ico