I must say there are problems indeedly with Backupper if you want to run it in a third-party 64-bit WinPE, currently there are many relatively complicated operations needed to do if you want to add Backupper to WinPE yourself maunally. We will release a PE edition of Backupper in the future.The file AmCore.dll, we will modify it in future versions, please keep an eye on our updates. Thank you very much for your attention to our Backupper.
The first Macrium 6 versions are also becoming available. For example: Home version, 32bit:http://updates.macrium.com/Reflect/v6/getmsi.asp?edition=0&type=0&arch=0&redirect=YChange "arch" to 1 for 64 bitChange "type" to 1 for Workstation, 2 for Server, 3 for Server plus.
type=2 works (Server version):http://updates.macrium.com/Reflect/v6/getmsi.asp?edition=0&type=2&arch=0&redirect=YMark, you changed "edition", instead of "type"!!!
The first Macrium 6 versions are also becoming available.
IFW 2.94For Infowhen you have the full Terabyte Image for Windows installed on your client, it has it's own PE Builder plugin installer, which you run and point at your PE apps folder and it generates this script which has always worked perfectly for me.I appreciate you need the program installed in the first place, but the script might help somebodyCode: [Select][main]Title=Image for WindowsDescription=TeraByte UnlimitedSelected=TrueLevel=5Version=002Download_Level=0NoWarning=False[variables]%ProgramTitle%=Image for Windows%ProgramEXE%=imagew.exe%ProgramFolder%=HD Tasks\Imaging\IFW[Interface]pCheckBox1="Start IFW Automatically",1,3,10,39,200,18,FalsepCheckBox2="Add IFW Shortcut To Desktop",1,3,10,60,200,18,FalsepCheckBox3="Add IFW Shortcut To Quick Launch",1,3,10,81,200,18,TruepCheckBox4="Run from RAM (boot.wim) - Recommended",1,3,10,102,264,18,TruepBevel1=pBevel1,1,12,10,133,273,105pTextLabel1="Include Optional Programs",1,1,18,140,230,18,8,BoldpCheckBox5=TBIView,1,3,37,166,200,18,TruepCheckBox6=TBIMount,1,3,37,190,200,18,TruepCheckBox7=TBOSDT,1,3,37,212,200,18,True[TBIView]If,EXISTFILE,"%ScriptDir%\tbiview.exe",Run,%ScriptFile%,TBIView_Process[TBIView_Process]FileCopy,"%ScriptDir%\tbiview.exe","%Target_Prog%\%ProgramFolder%\"Add_Shortcut,StartMenu,"HD Tasks\Imaging\IFW",%PE_Programs%\%ProgramFolder%\tbiview.exe,TBIView[TBIMount]If,EXISTFILE,"%ScriptDir%\tbimount.exe",Begin If,EXISTFILE,"%ScriptDir%\tbimount.sys",Run,%ScriptFile%,TBIMount_ProcessEnd[TBIMount_Process]FileCopy,"%ScriptDir%\tbimount.exe","%Target_Prog%\%ProgramFolder%\"FileCopy,"%ScriptDir%\tbimount.sys","%TargetDir%\Windows\System32\Drivers"Hive_Load,HKLMReg_Add,0x4,"%reg%\ControlSet001\Services\TBIMount","Type","1"Reg_Add,0x4,"%reg%\ControlSet001\Services\TBIMount","Start","3"Reg_Add,0x4,"%reg%\ControlSet001\Services\TBIMount","ErrorControl","1"Reg_Add,0x1,"%reg%\ControlSet001\Services\TBIMount","DisplayName","TBIMount"Reg_Add,0x1,"%reg%\ControlSet001\Services\TBIMount","ImagePath","system32\drivers\tbimount.sys"Hive_UnloadAdd_Shortcut,StartMenu,"HD Tasks\Imaging\IFW",%PE_Programs%\%ProgramFolder%\tbimount.exe,TBIMount[TBOSDT]DirMake,"%Target_Prog%\%ProgramFolder%\tbosdt"DirCopy,"%ScriptDir%\tbosdt\*.*","%Target_Prog%\%ProgramFolder%\tbosdt"Add_Shortcut,StartMenu,"HD Tasks\Imaging\IFW",%PE_Programs%\%ProgramFolder%\tbosdt\tbosdtw.exe,TBOSDT[process]RunFromRam,%pCheckBox4%DirMake,"%Target_Prog%\%ProgramFolder%\"FileCopy,"%ScriptDir%\imagew.exe","%Target_Prog%\%ProgramFolder%\"// -- Copy optional filesIf,EXISTFILE,"%ScriptDir%\imagew.ini",FileCopy,"%ScriptDir%\imagew.ini","%Target_Prog%\%ProgramFolder%\"If,EXISTFILE,"%ScriptDir%\cdboot.f35",FileCopy,"%ScriptDir%\cdboot.f35","%Target_Prog%\%ProgramFolder%\"If,EXISTFILE,"%ScriptDir%\cdboot.ifd",FileCopy,"%ScriptDir%\cdboot.ifd","%Target_Prog%\%ProgramFolder%\"If,EXISTFILE,"%ScriptDir%\IFW.INI",FileCopy,"%ScriptDir%\IFW.INI","%Target_Prog%\%ProgramFolder%\"If,EXISTFILE,"%ScriptDir%\ifwlang.dll",FileCopy,"%ScriptDir%\ifwlang.dll","%Target_Prog%\%ProgramFolder%\"// -- Process options and shortcutsAdd_Shortcut,StartMenu,"HD Tasks\Imaging\IFW"If,%pCheckBox1%,Equal,True,AddAutoRun,"Image for Windows","imagew.exe","",2If,%pCheckBox2%,Equal,True,Add_Shortcut,DesktopIf,%pCheckBox3%,Equal,True,Add_Shortcut,QuickLaunchIf,%pCheckBox5%,Equal,True,Run,%ScriptFile%,TBIViewIf,%pCheckBox6%,Equal,True,Run,%ScriptFile%,TBIMountIf,%pCheckBox7%,Equal,True,Run,%ScriptFile%,TBOSDTthe identical script has worked in the last five or six update versions of IFW on the win 8.1se/win8pe se and win7pe se projectsthat i use it with.
the identical script has worked in the last five or six update versions of IFW on the win 8.1se/win8pe se and win7pe se projectsthat i use it with.