Jump to content

Just-in-Time Debugger - Help Please!


Recommended Posts

Hi, I just followed instructiong to configure WPI and everything seems to go well until I press the Install bouton.

I just apears a pop up window called "Just-in-time debugging", that says: Please, select a debugger: "New instance of Microsoft Script editor" - Do you want to debug using the selected debugger?

If I press no, it ends there, and if I press yes, I have some windows that have no idea what is going on.

Could anyone tell me what I should do or where could be the problem?

Thanks in advance.

post-195956-1213025315_thumb.jpg

Link to comment
Share on other sites


Windows XP SP2

Tried with Anti-vir & McAfee anti-virus sotware

1. Start by double clicking WPI.hta

2. Added IZArc in Config with the following settings:

Command1 = %wpipath%\Install\IZArc\IZArc_Setup.exe /SP- /SILENT /NORESTART

Command2 = %wpipath%\Install\IZArc\IZArcCL.exe /SP /SILENT /NORESTART

Registy After = "%wpipath%\Install\IZarc\CU.reg"

3. Clicking Begin Install to start installing software.

Can definitely confirm its when WPI exits as tried adding a 2nd program and its not per program but when WPI closes.

//---------------------------------------------------------------------------------------------
// Reference ... prog[0] won't be used. It's just an example.
// Look in program.js to see explanation of these properties.
//---------------------------------------------------------------------------------------------
// pn=0; // start value for prog numbering
// prog[pn]=['ProgramName'];
// ordr[pn]=[0];
// desc[pn]=['Description'];
// uid[pn]=['APP1'];
// dflt[pn]=['no'];
// cat[pn]=['Application Category'];
// forc[pn]=['false'];
// configs[pn]=['List of configs to be auto checked. Comma seperated'];
// deps[pn]=[];
// excl[pn]=[];
// cond[pn]=['Javascript Conditional Statement'];
// gcond[pn]=['Javascript Conditional Statement to gray item'];
// regb[pn]=['Registry Key Path'];
// cmd1[pn]=['CommandLine 1'];
// cmd2[pn]=['CommandLine 2'];
// cmd3[pn]=['CommandLine 3'];
// cmd4[pn]=['CommandLine 4'];
// cmd5[pn]=['CommandLine 5'];
// cmd6[pn]=['CommandLine 6'];
// cmd7[pn]=['CommandLine 7'];
// cmd8[pn]=['CommandLine 8'];
// cmd9[pn]=['CommandLine 9'];
// cmd10[pn]=['CommandLine 10'];
// rega[pn]=['Registry Key Path'];
// picf[pn]=['Picture File'];
// picw[pn]=['Width'];
// pich[pn]=['Height'];
// textl[pn]=['Text Location'];
// pn++;

//---------------------------------------------------------------------------------------------
// Your programs here ...
//---------------------------------------------------------------------------------------------
pn=1;
prog[pn]=['IZarc 3.81'];
desc[pn]=['IZArc is the ultimate freeware archive utility supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO.'];
uid[pn]=['IZARC881'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['%wpipath%\\Install\\IZArc\\IZArc_Setup.exe /SP- /SILENT /NORESTART'];
cmd2[pn]=['%wpipath%\\Install\\IZArc\\IZArcCL.exe /SP /SILENT /NORESTART'];
rega[pn]=['"%wpipath%\\Install\\IZarc\\CU.reg"'];
pn++;

//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------

Hope this helps :)

Edited by Sin_of_Nature
Link to comment
Share on other sites

I have the same problem on some of my computers at work: some which I installed Windows, some that came with it already installed. I don't get any errors on my home computers.

I honestly have no clue yet as to why it is doing it. I get the error when install is done and self.close(), the very last call, is made. Absolutely no reason for it to error there.

Don't give up on me......I will figure it out. I have to: I use WPI at work.

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...