.NET install failing
Posted: Mon Oct 02, 2006 1:15 pm
Hi,
We're using 5.31 (we haven't had the chance to upgrade to the new version). We're having a problem with the .NET web media block that I've been trying to resolve.
When we run the installer on a system (XP home for example) that doesn't have .NET I eventually get:
This happens after the progress bar has gone by a couple times which leads me to believe it downloaded the .net web media block ok but failed to run/execute it. I've tried a couple of different servers and verified that the web media block is accessible.
Now, the interesting part. After this failure, it continues to install our product. If I rebuild the installer and run it again it notices it is an upgrade, that .NET is missing, and tries to install it. And, it succeeds! I don't get the error.
I've tried rewriitting the web media block again and agian, re-entering the .NET framework plug-in line a few times to no avail.
I've also tried building the installer on another machine with the same results.
I've also tried making a new sample .NET install and running that. That works fine. I've taken the script code from the sample and tried to use it in our installer but that doesn't work either.
Is there any way to get more information out of the installer as to what is going on? Is there debugging/logging that we can use with the .NET install to help? If not, can we possibily get a special version of the plug-in with debugging?
What are the dependencies for the .net plug-in to work? Could there be something that is missing when the plug-in is run?
We're using 5.31 (we haven't had the chance to upgrade to the new version). We're having a problem with the .NET web media block that I've been trying to resolve.
When we run the installer on a system (XP home for example) that doesn't have .NET I eventually get:
Code: Select all
Unable to load plug-in library. Please rebuild your project and make sure all required plug-ins are installed.
This happens after the progress bar has gone by a couple times which leads me to believe it downloaded the .net web media block ok but failed to run/execute it. I've tried a couple of different servers and verified that the web media block is accessible.
Now, the interesting part. After this failure, it continues to install our product. If I rebuild the installer and run it again it notices it is an upgrade, that .NET is missing, and tries to install it. And, it succeeds! I don't get the error.
I've tried rewriitting the web media block again and agian, re-entering the .NET framework plug-in line a few times to no avail.
I've also tried building the installer on another machine with the same results.
I've also tried making a new sample .NET install and running that. That works fine. I've taken the script code from the sample and tried to use it in our installer but that doesn't work either.
Is there any way to get more information out of the installer as to what is going on? Is there debugging/logging that we can use with the .NET install to help? If not, can we possibily get a special version of the plug-in with debugging?
What are the dependencies for the .net plug-in to work? Could there be something that is missing when the plug-in is run?