This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: corrupted .Net Framework 4.0 issue after its installation as part of redistributables
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2013
08:05 AM
corrupted .Net Framework 4.0 issue after its installation as part of redistributables
Hello,
We are installing .net framework 4.0 as part of our pre-requisites from our installer program as it is required to run our installer and application.
After installation of framework, the installer is not working anymore. It is giving exception that .net framework requires on your machine to continue setup.. we have run verification tool and found out that .net framework is corrupted after installation.
We are not getting why it got corrupted after installation.
What should we do now?
Thanks In Advanced,
Pallavi Agrawal
We are installing .net framework 4.0 as part of our pre-requisites from our installer program as it is required to run our installer and application.
After installation of framework, the installer is not working anymore. It is giving exception that .net framework requires on your machine to continue setup.. we have run verification tool and found out that .net framework is corrupted after installation.
We are not getting why it got corrupted after installation.
What should we do now?
Thanks In Advanced,
Pallavi Agrawal
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 13, 2013
01:51 AM
It could be that the redist was not downloaded properly. Can you try installing the .net 4.0 setup separately which is downloaded as part of the prereq download and check if it works?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 13, 2013
02:17 AM
We are not downloading framework 4.0 at time of installation. we have already included its executable file into our installer.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 13, 2013
02:45 AM
How is the exe for .Net distributed in your installer? is it being extracted from setup.exe or is it copied along with the setup(copy from source media)? Just run this .Net executable file individually out of your installer and check if it is working. If it turns out that the executable is corrupted, you can delete the old copy redownload it and build it as part of your Installer.
I am trying to see if the problem is with the .Net installer itself, because when we are installing any prerequisite as part of the InstallShield setups all it does is invoking the exe for the prereq installer (may be silently at times).
I am trying to see if the problem is with the .Net installer itself, because when we are installing any prerequisite as part of the InstallShield setups all it does is invoking the exe for the prereq installer (may be silently at times).