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: Can't include .NET Framework 2.0 to my build
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
‎Sep 14, 2007
08:44 AM
Can't include .NET Framework 2.0 to my build
Hi all
I need to include the .NET Framework 2.0 to my application build.
On the Releases page, I am setting the .Net Framework Location to "Copy from Source Media" and selecting ".NET 2.0"
When I try to build the release, I get the following error:
Error -6247: The .NET Framework redistributable C:\Program Files\Macrovision\IS 2008 Express\Redist\0409\i386\dotnetfx20.exe is not found on the system. To download this file, go to the Build Your Release View, and then select the .NET 2.0 Core Language or .NET 2.0 Language Packs property to download new languages.. To download more .NET redistributables, go to the Tools menu and select the "Redistributable Downloader".
IS seems to be looking for a file named "dotnetfx20.exe" that doesnt exist on my machine. There is a file named "dotnetfx.exe" in the same folder but I'm pretty sure it's for a previous version of .Net. I've tried renaming it to "dotnetfx20.exe" but although the build then works, setup fails with an error message about "... cannot find 1033dotnetredist.exe"
Does anybody out there have the "dotnetfx20.exe" file or know how to fix this issue?
Thanks
I need to include the .NET Framework 2.0 to my application build.
On the Releases page, I am setting the .Net Framework Location to "Copy from Source Media" and selecting ".NET 2.0"
When I try to build the release, I get the following error:
Error -6247: The .NET Framework redistributable C:\Program Files\Macrovision\IS 2008 Express\Redist\0409\i386\dotnetfx20.exe is not found on the system. To download this file, go to the Build Your Release View, and then select the .NET 2.0 Core Language or .NET 2.0 Language Packs property to download new languages.. To download more .NET redistributables, go to the Tools menu and select the "Redistributable Downloader".
IS seems to be looking for a file named "dotnetfx20.exe" that doesnt exist on my machine. There is a file named "dotnetfx.exe" in the same folder but I'm pretty sure it's for a previous version of .Net. I've tried renaming it to "dotnetfx20.exe" but although the build then works, setup fails with an error message about "... cannot find 1033dotnetredist.exe"
Does anybody out there have the "dotnetfx20.exe" file or know how to fix this issue?
Thanks
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 14, 2007
09:14 AM
Please rename the dotnetfx.exe file back (it should be under 500k, otherwise you have the wrong one and should consider moving it aside and running InstallShield's repair). Then use the Redistributable Downloader from the Tools menu, and download ".NET Framework Version 2.0 Redistributable Package" (which unfortunately gets alphabetized in the middle of the language packages).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2007
06:32 AM
Thanks, I've now downloaded the redistributable and everything now works fine.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 05, 2008
06:04 AM
Hi Michael,
I downloaded ".NET Framework Version 2.0 Redistributable Package" by using Tools->downloader. download is completed successfully but I am unable to find downloaded file.
Please help me. Thanks in advance.
-Jai
I downloaded ".NET Framework Version 2.0 Redistributable Package" by using Tools->downloader. download is completed successfully but I am unable to find downloaded file.
Please help me. Thanks in advance.
-Jai
MichaelU wrote:
Please rename the dotnetfx.exe file back (it should be under 500k, otherwise you have the wrong one and should consider moving it aside and running InstallShield's repair). Then use the Redistributable Downloader from the Tools menu, and download ".NET Framework Version 2.0 Redistributable Package" (which unfortunately gets alphabetized in the middle of the language packages).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 17, 2008
01:41 PM
I have the exact same issue as jaiprakashv while using InstallShield 11 Professional. I expect it to be in the InstallShield Objects/Merge Modules after downloading it, but I can't find it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 20, 2008
04:06 PM
I can't speak for IS 11, but in 2008 Express, you need to add the location of your download to the Merge Module Locations via: Tools / Options / Merge Module Options. HTH