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: Prerequisite Question
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
‎Oct 02, 2009
06:58 PM
Prerequisite Question
Hello, I have a basic MSI project that I have approximately 5 prerequisites for. My question is, I want to download only 1 of the prerequisites and bundle in the other 4. The one prerequisite that I do not want to bundle in is the .NET Framework 3.5 SP1 which I have checked the box for the (download from web) version of this prerequisite.
However, when I try to compile my project, I get error messages stating that I have not provided download URL information for the 4 prerequisites that I am bundling into my installer.
Is this an all or nothing proposition? If you elect to have one prerequisite downloaded from the web, does this force you to have all prerequisites downloaded from the web?
Thanks in advance!
Tim
However, when I try to compile my project, I get error messages stating that I have not provided download URL information for the 4 prerequisites that I am bundling into my installer.
Is this an all or nothing proposition? If you elect to have one prerequisite downloaded from the web, does this force you to have all prerequisites downloaded from the web?
Thanks in advance!
Tim
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2009
07:24 PM
The way the setup launcher works is it will look for the download location if it can't find it.
Uncheck the checkbox for download for the web your prequesties and include the web release of .net Run it on a system with no framework and notice that it will correctly download it when the complete .net framework is not included.
🙂
Uncheck the checkbox for download for the web your prequesties and include the web release of .net Run it on a system with no framework and notice that it will correctly download it when the complete .net framework is not included.
🙂
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2009
10:07 PM
Did that, that is when it started prompting me for the URL for the other prerequisites in my project.
Tim
Tim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 05, 2009
05:29 AM
In your releases view and on the setup.exe tab ensure that the option 'Installshield Prerequisites Location' is set to 'Follow individual Selections' then in your redistributable view, right click each of the pre-reqs, select properties and then change the build location to either 'Copy From Cource Media' or 'Extract From Setup.exe' if you want to distribute them or if you want it to download select 'Download From The Web'
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 05, 2009
10:13 AM
Thanks, I will give this a try? By the way, what is the difference between copy from source and extract from setup.exe?
Thanks!
Tim
Thanks!
Tim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 05, 2009
10:31 AM
Copy from source means that the pre-req sits alongside your setup.exe in the same folder and your setup.exe just points to it. Extract from setup.exe means that the build process compresses the pre-req into the setup.exe and is temporarily extracted and run during installation. If you tend to distribute over the web then it's nice to have a single download and extract from setup.exe is best but with a cd it's best to have copy from source media for speed
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 05, 2009
12:39 PM
Thanks, this is very helpful. I am trying out your suggestions now on a virtual machine.
Tim
Tim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 05, 2009
01:06 PM
Your suggestion worked very well. That is exactly what I was looking for.
Thanks!
Tim
Thanks!
Tim
