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: Installshild compilation error
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 04, 2016
12:53 PM
Installshild compilation error
We have InstallShild 2012 Spring SP1 version of ism file and I installed InstallShild 2015 Professional trial. After upgrading it, I am getting following error messages:
1>ISDEV : error -6003: An error occurred streaming 'C:\Program Files (x86)\InstallShield\2015\SetupPrerequisites\Microsoft .net\3.5\Full\dotnetfx35.exe' into setup.exe
1>ISDEV : fatal error -5087: Stop at first error
I don't even require .net 3.5. We only require .net 4.0 client profile.
How can I resolve this issue?
Thanks.
Moon
1>ISDEV : error -6003: An error occurred streaming 'C:\Program Files (x86)\InstallShield\2015\SetupPrerequisites\Microsoft .net\3.5\Full\dotnetfx35.exe' into setup.exe
1>ISDEV : fatal error -5087: Stop at first error
I don't even require .net 3.5. We only require .net 4.0 client profile.
How can I resolve this issue?
Thanks.
Moon
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 04, 2016
05:56 PM
You may have accidentally checked a prerequisite under the Application Data-> Redistributables tab and do not have it downloaded to your development PC. Go into Redistributables and find the .NET3.5 package that the error is referring to and uncheck it, if that is the case.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2016
10:54 AM
Thank you for the reply, Iwerenka. But I checked before and I checked again today in Application Data->Redistributables, there is only one thing checked which is "Microsoft Office 2007 PIA".
I even opened the .ism file in notepad and searched for the string dotnetfx35 but I did not find one.
Any other suggestion?
I even opened the .ism file in notepad and searched for the string dotnetfx35 but I did not find one.
Any other suggestion?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2016
05:55 PM
Two other options that I can think of:
1. Look under "Behavior and Logic ->Support Files/Billboards" and see if the .NET3.5 is one of the support files listed in any of the directories. Delete if there.
2. If you have scripts under "Behavior and Logic-InstallScript", see if there is any references to the .NET3.5 file.
1. Look under "Behavior and Logic ->Support Files/Billboards" and see if the .NET3.5 is one of the support files listed in any of the directories. Delete if there.
2. If you have scripts under "Behavior and Logic-InstallScript", see if there is any references to the .NET3.5 file.