Jump to content











Photo
- - - - -

Guardian Edge plugin or app script - need help


  • Please log in to reply
9 replies to this topic

#1 techguru

techguru
  • Deactivated
  • 4 posts
  •  
    United States

Posted 10 September 2008 - 03:33 PM

Does anyone have or know where to get Guardian Edge plugin or app script? Can't find it anywhere, winbuilder 075 will convert Bartpe plugin to app so I can use either one. Thanks in advance. :huh:

#2 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 10 September 2008 - 04:12 PM

techguru, welcome to our community.

I've never heard about a script or plugin for the program you mention but we have a request section for app scripts on this site.

I'll move your topic to the appropriate place and maybe someone can help.

:huh:

#3 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 10 September 2008 - 04:54 PM

It would also be a smart idea to give a link to the product page.

:huh:

#4 techguru

techguru
  • Deactivated
  • 4 posts
  •  
    United States

Posted 10 September 2008 - 08:48 PM

It would also be a smart idea to give a link to the product page.

:huh:

Thanks MedEvil

http://www.guardianedge.com/

My goal is to Access an encrypted HDD from BartPE. using
EPHD Access Utility (EPHD_ACCESS_UTILITY.EXE).
then take the plugin and covert to app script and add to vistape. I support laptop users with encrypted HD by Guardian Edge. Vendor provided me winPE bootup disk with access utility but I would like to incorporate in VistaPE.

Thanks in advance

#5 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 10 September 2008 - 09:59 PM

Does the program requires any install?

You can likely send an email to the company to provide support for an app script, who knows if they'll help.

:huh:

#6 techguru

techguru
  • Deactivated
  • 4 posts
  •  
    United States

Posted 11 September 2008 - 04:27 AM

I have located the winPE plugin for Guardian Edge. But I am having trouble converting, anyway I am new to this and if anyone could help with converting to app script. thanks again. :huh: , :huh:

Attached Files

  • Attached File  ephd.zip   446.64KB   948 downloads


#7 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 11 September 2008 - 07:27 PM

Had a look at the site. The software is comercial, without any test versions available.
I'm afraid you will have to do the coding yourself.

:huh:

#8 muggles

muggles

    Newbie

  • Members
  • 24 posts
  • Location:New Orleans
  •  
    United States

Posted 31 July 2010 - 09:58 PM

I was successful today in creating a working EPHD .script for XPLive. If anyone is still in need, msg me and I'll shoot you a copy.

#9 ncfl_maine

ncfl_maine
  • Members
  • 6 posts

Posted 17 August 2010 - 05:07 PM

[codebox] [Main] Title=GuardianEdge Access Utility v9.5 Type=script Selected=True Level=5 Author=WinBuilder Version 080 Credits=ncfl_maine hotmail dot com [Variables] %ProgramTitle%=GuardianEdge HD Access v9 %ProgramEXE%=EAHD_Access_Utility.exe %ProgramTitle2%=GuardianEdge Recovery PE v9 %ProgramEXE2%=GERecoverWinPE.exe %ProgramFolder%="GE95" [WinntDirectories] Echo,"Making new directories.." [Process] //Extracting-GE95 Files Echo,"Processing %ProgramTitle%" ExtractFile,%ScriptFile%,Folder,ephdxlat.sys,"%Target_Win%\system32\drivers" ExtractFile,%ScriptFile%,Folder,eafsprot.sys,"%Target_win%\system32\drivers" If,ExistDir,%Target_Prog%\%ProgramFolder%,DirDelete,%Target_Prog%\%ProgramFolder% Run,%ScriptFile%,Process-Install Run,%ScriptFile%,SetupReg.AddReg Run,%ScriptFile%,shortcuts [Process-Install] Set,%muck%,"%ProjectTemp%\%ProgramFolder%" If,EXISTDIR,%muck%,DirDelete,%muck% DirMake,%muck% FileCopy,%Tools%\7za.exe,%muck% Echo,"Extracting GuardianEdge HD 9.5 ..." ExtractAllFiles,%ScriptFile%,Folder,%muck% Echo,"Copying GuardianEdge HD 9.5 to PE build..." FileDelete,%muck%\7za.exe FileDelete,%muck%\*.sys DirCopy,%muck%,%Target_Prog% DirDelete,%muck% [SetupReg.AddReg] Echo,"Loading registry hive: [setupreg.hiv]" Hive_Load,HKLM Echo,"Writing new values on registry hive.." reg_add,0x0,"%reg%\ControlSet001\services\ephdxlat" reg_add,0x1,"%reg%\ControlSet001\services\ephdxlat","DisplayName","GuardianEdge Encryption Filter" reg_add,0x1,"%reg%\ControlSet001\services\ephdxlat","Group","PnP Filter" reg_add,0x4,"%reg%\ControlSet001\services\ephdxlat","ErrorControl","1" reg_add,0x4,"%reg%\ControlSet001\services\ephdxlat","Start","0" reg_add,0x4,"%reg%\ControlSet001\services\ephdxlat","Type","1" reg_add,0x0,"%reg%\ControlSet001\services\eafsprot" reg_add,0x1,"%reg%\ControlSet001\services\eafsprot","EpfsVolumePath","" reg_add,0x1,"%reg%\ControlSet001\services\eafsprot","Group","filter" reg_add,0x1,"%reg%\ControlSet001\services\eafsprot","ImagePath","System32\drivers\eafsprot.sys" reg_add,0x4,"%reg%\ControlSet001\services\eafsprot","ErrorControl","1" reg_add,0x4,"%reg%\ControlSet001\services\eafsprot","ProtectionStyle","1" reg_add,0x4,"%reg%\ControlSet001\services\eafsprot","Start","0" reg_add,0x4,"%reg%\ControlSet001\services\eafsprot","Type","2" reg_add,0x0,"%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" reg_add,0x7,"%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}","UpperFilters","PartMgr","ephdxlat" Hive_Unload,HKLM [shortcuts] Echo,"Adding shortcuts for %ProgramTitle%" Add_Shortcut,Desktop,,"X:\Program Files\GE95\%ProgramEXE%","%ProgramTitle%" Add_Shortcut,Desktop,,"X:\Program Files\GE95\%ProgramEXE2%","%ProgramTitle2%" Add_Shortcut,AutoStart,,"X:\Program Files\GE95\%ProgramEXE%","%ProgramTitle%" [EncodedFolders] Folder [Folder] eafsprot.sys=10932,14576 ephdxlat.sys=54704,72939 EACaseConverter.dll=18917,25223 EAECCWinPE.dll=42246,56328 EAFRWinPEDBWrapper.dll=379984,506646 EAFRWinPEUserManagement.dll=236263,315018 EAHD_Access_Utility.exe=42693,56924 EAHDCliSectAccEAFS.dll=28807,38410 EAHDWinPEDBWrapper.dll=264908,353211 EPCL32.dll=42039,56052 GERecoverWinPE.exe=301136,401515 MFC71u.dll=511814,682419 mfc80.dll=517182,689576 mfc80u.dll=515815,687754 mfcm80.dll=24696,32928 mfcm80u.dll=24155,32207 Microsoft.VC80.CRT.manifest=400,534 Microsoft.VC80.MFC.manifest=404,539 msvcm80.dll=126531,168708 msvcp71.dll=132548,176731 msvcp80.dll=147953,197271 msvcr71.dll=180979,241306 msvcr80.dll=317542,423390 [/codebox] You'll need to encode your own Guardian Edge files (as I'm sure there's a copyright violation for posting them). But if anyone can get the %Target_Prog% to work right when building the desktop short cuts, I'd really appreciate the help.

#10 muggles

muggles

    Newbie

  • Members
  • 24 posts
  • Location:New Orleans
  •  
    United States

Posted 17 August 2010 - 09:16 PM

You'll need to encode your own Guardian Edge files (as I'm sure there's a copyright violation for posting them). But if anyone can get the %Target_Prog% to work right when building the desktop short cuts, I'd really appreciate the help.


I can share what works for the older version of my Guardian Edge EPHD plugin (less the executables). It may help you with the newer version... may not.
[Main]

Title=EPHD Access Utility

Description=EPHD Access Utility will allow you to access drives encrypted with GuardianEdge EP Hard Disk through the Windows PE Environment. This tool will not load the protection service, so please avoid making changes to the encrypted disk. This tool was only designed to allow you to access files from the encrypted disk.

Selected=True

Level=5

Version=001

Date=7/31/2010

Author=muggles

Credit=MakeScript



[Variables]

%ProgramEXE%=EPHD_ACCESS_UTILITY.EXE

%ProgramFolder%=EPHD

%ProgramTitle%=EPHD



[Process]

RunFromRam,%CheckBoxRAM%

If,%CheckBoxSM%,Equal,True,Add_Shortcut,StartMenu

If,%CheckBoxDE%,Equal,True,Add_Shortcut,Desktop

If,%CheckBoxQL%,Equal,True,Add_Shortcut,QuickLaunch

Unpack,EPHD

Unpack,Target_Sys,,,%Target_Sys%,.

FileCopy,"%Target_Sys%\ephdxlat.sys","%target_sys%\drivers"

INIAddLine,"%target_win%\TXTSETUP.SIF",SourceDisksFiles,"ephdxlat.sys=1,,,,,,_x,4,0,0"

INIAddLine,"%target_win%\TXTSETUP.SIF",ScsiClass.Load,"ephdxlat=ephdxlat.sys"



[Interface]

Bevel_1=,1,12,21,12,171,39

CheckBoxRAM="Run from ram (boot.wim)",1,3,33,23,168,18,False

Bevel_2=,1,12,21,67,171,102

TextLabel_Shortcut="Create shortcuts in :",1,1,27,75,117,18,8,Normal

CheckBoxSM="StartMenu",1,3,30,94,129,18,True

CheckBoxDE="Desktop",1,3,30,115,96,18,True

CheckBoxQL="Quick Launch",1,3,30,136,150,18,False



[EncodedFolders]

EPHD

Target_Sys





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users