; ghost.inf
; PE Builder v3 plug-in INF file for Symantec Ghost32
; Created by Bart Lagerweij
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="Clonazione Hd: Symantec Ghost 8.0"
Enable=1
[WinntDirectories]
a="Programs\ghost8",2
[SourceDisksFiles]
files\ghost32.exe=a,,1
files\ghostexp.exe=a,,1
files\ghostsrv.exe=a,,1
files\ghostcdr.dll=a,,1
oleaccrc.dll=2
[Software.AddReg]
0x0, "Classes\.gho"
0x1, "Classes\.gho", "", "Ghost"
0x0, "Classes\Ghost"
0x1, "Classes\Ghost", "", "Ghost image file"
0x0, "Classes\Ghost\DefaultIcon"
0x2, "Classes\Ghost\DefaultIcon", "", "%SystemDrive%\Programs\ghost8\ghostexp.exe,0"
0x0, "Classes\Ghost\shell"
0x0, "Classes\Ghost\shell\open"
0x0, "Classes\Ghost\shell\open\command"
0x2, "Classes\Ghost\shell\open\command", "", "%SystemDrive%\Programs\ghost8\ghostexp.exe "%1""
[Append]
nu2menu.xml, ghost_nu2menu.xml
<!-- Nu2Menu entry for Symantec Ghost32

<NU2MENU>
<MENU ID="Clone tools">
<MITEM TYPE="POPUP" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost8\*.*))" MENUID="Ghost8">Symantec Ghost v8</MITEM>
</MENU>
<MENU ID="Ghost8">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost8\ghost32.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\ghost8\ghost32.exe">Ghost32</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost8\ghostsrv.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\ghost8\ghostsrv.exe">GhostCast Server</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost8\ghostexp.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\ghost8\ghostexp.exe">Ghost Explorer</MITEM>
</MENU>
</NU2MENU>