Re: Shell pack installation error - any idea?
Edited: you'll need to disable error reporting first. Press Win+Break on keyboard and in system properties dialog, on the advance tab, click on Error Reporting and disable it completely from there.
I have a solution for your problem but you need to have Microsoft Visual C++ 6 installed on your system as your debugger. It may work with other debuggers but i haven't tested it myself. When the executable generates error, press Cancel in the error dialog to start Debugger ie. Visual C++ 6. It will display the disassembly of exe in it and you'll see a lot of assembly language code. Don't worry, you have nothing much to do. There will be a line that will be highlighted with yellow color. This is the current line and this is the line that has caused the error. The next line has a JMP instruction, right click on it and select 'Set as Next Statement' from the menu. Click ok to any warning that occurs. now press F5 to continue running the application. Setup will start normally. Install as usual.
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)
Samsung Omnia Pro B7610 with Stock WM 6.1 ROM
Blog: http://www.sumitbhardwaj.co.in/blog
Last edited by Krazy_About_Technology; 12-12-2007 at 03:31 PM.
|