Shell pack installation error - any idea?

Status
Not open for further replies.
Hi Everyone,

I am Trying to Install VTP (Vista Transformation pack) 8.0.1. But as soon as i click on the Executable file it comes up with an error message. I am pasting the screenshot, Kindly go through it. It's nothing important as such, but just wanna know what causes it actually. It's not a matter of corrupted executable for sure as i have tried downloading the file twice.

Any suggestion and help would be appreciated.
 
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.
 
Last edited:
Status
Not open for further replies.
Top Bottom