Detect-It-Easy/db/PE/CreateInstall.1.sg
2014-06-01 23:42:39 +02:00

18 lines
507 B
Text

// DIE's signature file
init("installer","CreateInstall");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("558BEC81EC200200005356576A00FF15........68........894508FF15........85C074276A00A1........50FF15"))
{
bDetected=1;
}
else if(PE.compareEP("81EC0C0400005356575568605040006A016A00FF15........8BF0FF15........3DB7000000750F56FF15"))
{
sVersion="2003.3.5";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}