Jump to content

[Feature] SetAppAsDefault


Recommended Posts

In configwizard.js after

CommandsMenuBar.addNewChild("jscript_system", 10, "jscript_ErrorReporting", "ErrorReporting()", false, "", "");
add
CommandsMenuBar.addNewChild("jscript_system", 11, "jscript_SetAppAsDefault", "SetAppAsDefault()", false, "", "");
and before
case 'jscript_SetAutoLogonUser':
add
case 'jscript_SetAppAsDefault':  HandleCommandsSelectionMenu('{JSCRIPT}=SetAppAsDefault("Program ID")');  break;
In jscript.js add
function SetAppAsDefault(ProgId){  position="jscript.js";whatfunc="SetAppAsDefault()";RunCmd('"' + wpipath + '\\Tools\\WPI Tool.exe" /Action=SetAppAsDefaultAll /ProgId="' + ProgId + '"', false, true);}

And replace WPI Tool.exe with the attached one.

WPI Tool.exe

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...