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
- :
- How to install prerequisites without downloading?
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
Nov 11, 2011
08:10 AM
How to install prerequisites without downloading?
Hi.
I'm having my first steps with InstallShield 2012. My objective is to install common prerequisites like .Net and SQL Server Express 2008. BUT, the prerequisites need to be installed without having an Internet connection. I started with Basic MSI.
I have in the Application Data | Redistributables view selected “Extract From Setup”. The project builds ok but when run it, it still tries to download the prerequisites. What is wrong?
Do I need to create a merge module that installs prerequisites?
Do I (somehow) create a SetupPrereq.exe and how would I chain my setups?
I appreciate any guideline. Thanks in advance.
Franz
I'm having my first steps with InstallShield 2012. My objective is to install common prerequisites like .Net and SQL Server Express 2008. BUT, the prerequisites need to be installed without having an Internet connection. I started with Basic MSI.
I have in the Application Data | Redistributables view selected “Extract From Setup”. The project builds ok but when run it, it still tries to download the prerequisites. What is wrong?
Do I need to create a merge module that installs prerequisites?
Do I (somehow) create a SetupPrereq.exe and how would I chain my setups?
I appreciate any guideline. Thanks in advance.
Franz
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 13, 2011
12:02 PM
"Extract from Setup" should have done the trick for you.....
you can verify in the Releases folder which is DISk1 and you'll fine the ISSetupPrerequisites folder which should contain your prereq's.......
if you don't find...I would suggest you to try in a new project.....
you can verify in the Releases folder which is DISk1 and you'll fine the ISSetupPrerequisites folder which should contain your prereq's.......
if you don't find...I would suggest you to try in a new project.....
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 13, 2011
04:20 PM
Thanks for replying.
When in the Redistributables view, selecting SQL Server 2008, the folder ISSetupPrerequisites gets filled with the prerequistes for SQL Server 2008, meaning .Net 3.5 and Window Installer 4.5 is downloaded locally too. I get these msu and exe files on my disk. After Build, the setup.exe file is about 2 Mb which seems far too small.
As I'm new to IS and about to evaluate IS 2012, I'm using a trial version. Is this causing all trouble?
Looking forward for comments!
Franz
When in the Redistributables view, selecting SQL Server 2008, the folder ISSetupPrerequisites gets filled with the prerequistes for SQL Server 2008, meaning .Net 3.5 and Window Installer 4.5 is downloaded locally too. I get these msu and exe files on my disk. After Build, the setup.exe file is about 2 Mb which seems far too small.
As I'm new to IS and about to evaluate IS 2012, I'm using a trial version. Is this causing all trouble?
Looking forward for comments!
Franz
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 15, 2011
04:10 PM
I found the "Release Wizard" and that solved my problem. As said, I'm new to this and didn't see documentation or reminder for this.
Franz
Franz