CadwellDev
08-06-2009, 08:17 PM
I'm working on a fairly large and complex system that seems to be installing incorrectly. One of the secondary programs in the system attempts to boot up before the installation completes.
Is there any reason why one of a secondary system would attempt to boot before the installation is complete?
Our secondary program would always boot up and then do nothing about halfway through the installation process. The main problem is that the installation freezes once the secondary program is active.. it doesn't make any sense, the process is running, and the installation just sits there and does nothing with the status bar at 100%.
Firstly, I don't think that any part of the program should be booting up durring the installation, as far as I understand it seems that there shouldn't be any initialization before the install is over.. For even more strangeness, this progam launching prematurely in the system, Normally this secondary program would be launched after the main program runs, which it does not. I watch the process tree and nothing comes up except the secondary system...
So I removed the secondary program from the .ism solution just to see if it would at least get past the installation window and it gave me this error message.
Here is the Error
"Error 1001.Exception occured while initializing the installation:
System.IO.FileLoadException: Attem to load an unverified executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESU..." I think it overloaded the messageBox limit..
Any help would be greatly appreciated! I'm an intern which got tasked with building an install for a huge software system I've never worked with before and this is driving me up a wall!
Thanks, Josh
Is there any reason why one of a secondary system would attempt to boot before the installation is complete?
Our secondary program would always boot up and then do nothing about halfway through the installation process. The main problem is that the installation freezes once the secondary program is active.. it doesn't make any sense, the process is running, and the installation just sits there and does nothing with the status bar at 100%.
Firstly, I don't think that any part of the program should be booting up durring the installation, as far as I understand it seems that there shouldn't be any initialization before the install is over.. For even more strangeness, this progam launching prematurely in the system, Normally this secondary program would be launched after the main program runs, which it does not. I watch the process tree and nothing comes up except the secondary system...
So I removed the secondary program from the .ism solution just to see if it would at least get past the installation window and it gave me this error message.
Here is the Error
"Error 1001.Exception occured while initializing the installation:
System.IO.FileLoadException: Attem to load an unverified executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESU..." I think it overloaded the messageBox limit..
Any help would be greatly appreciated! I'm an intern which got tasked with building an install for a huge software system I've never worked with before and this is driving me up a wall!
Thanks, Josh