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
- :
- Question about 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
‎Dec 02, 2010
02:10 AM
Question about Redistributables
Hello Community
I am building my first install in years, last install I made was using 3.5 on Pre .NET Delphi, easy single exe distributions.
Forgive my ignorance on this as there is a lot of fog in front of me right now on this topic.
Currently Using Visual Studio 2010 Premium / C#
I am building an install that requires:
[LIST=1]
.NET framework 3.5 SP1
SQL Server CE 3.5
Under redistributables, I have SQL CE 3.5 SP2 Checked; I assumed this would include the msi in my install. But when I look into the output folder it looks like there is a separate (GUID) folder that contains the files. Same applies to .NET Framework. So now I have two HUGE additional installs.
[LIST=1]
This seems to make my install require a separate self-extractor so I can include the redistributable? Am I missing something?
This just seems way too large to distribute a simple app. Is there no option so that install shield will just download these files from the web IF needed?
If I can get someone to give me a little time to reply to this it would lift a great deal of fog and I am sure it will all click for me.
Your comments greatly appreciated - Many thanks in advance!
I am building my first install in years, last install I made was using 3.5 on Pre .NET Delphi, easy single exe distributions.
Forgive my ignorance on this as there is a lot of fog in front of me right now on this topic.
Currently Using Visual Studio 2010 Premium / C#
I am building an install that requires:
[LIST=1]
Under redistributables, I have SQL CE 3.5 SP2 Checked; I assumed this would include the msi in my install. But when I look into the output folder it looks like there is a separate (GUID) folder that contains the files. Same applies to .NET Framework. So now I have two HUGE additional installs.
[LIST=1]
If I can get someone to give me a little time to reply to this it would lift a great deal of fog and I am sure it will all click for me.
Your comments greatly appreciated - Many thanks in advance!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 02, 2010
12:41 PM
InstallShield prerequisites require the Setup.exe bootstrapper that InstallShield creates. To download all of the InstallShield prerequisite files from the Internet at run-time, you need to select the "Download From The Web" option for the InstallShield Prerequisites Location setting on the Setup.exe tab for your release.
Hope that helps.
Hope that helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 05, 2010
06:41 AM
Thank you for the quick reply. Took me a minute to figure it out but all is good. new to InstallShield again.
Solution was:
Prerequisites Screen -> Check Item needed -> Right Click Item -> Select Properties -> Select Download From the Web
Solution was:
Prerequisites Screen -> Check Item needed -> Right Click Item -> Select Properties -> Select Download From the Web
