static final String desc = "Installing and launching requested programs on your computer";
static final String detailDesc = "Installing and running software that you requested on your computer. This may include checking for existing software and downloading new software to your computer's hard disk. You should only grant this access if you are installing or updating from a software source that you trust.";
static final String helpURL = "--";
public static void registerTarget() {
if (Target.findTarget("BinaryInstall") == null) {
Target[] var1 = new Target[3];
Principal var2 = PrivilegeManager.getSystemPrincipal();
UserTarget var0 = new UserTarget("BinaryInstall", var2, 30, "#ffaaaa", "Installing and launching requested programs on your computer", "Installing and running software that you requested on your computer. This may include checking for existing software and downloading new software to your computer's hard disk. You should only grant this access if you are installing or updating from a software source that you trust.", "--", var1);