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
- :
- Thanks
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
‎Aug 13, 2009
03:59 PM
dotnet 3.5 & Single File Installation
I must be missing something...
I want to create a single installation file (as "single file" would suggest) that will also install .NET 3.5. When I use the Single File option however it only creates a small setup with my program files, and creates a folder with the .net installer in it.
This makes it rather difficult to allow people to download my program over the internet. What am I missing? I was able to do this with .net 1.0 and 2.0, but the whole new .net stuff is now under dependencies and there doesn't appear to be any option to include the .net installer inside the setup.exe - that I've been able to find.
It's probably right under my nose...
I want to create a single installation file (as "single file" would suggest) that will also install .NET 3.5. When I use the Single File option however it only creates a small setup with my program files, and creates a folder with the .net installer in it.
This makes it rather difficult to allow people to download my program over the internet. What am I missing? I was able to do this with .net 1.0 and 2.0, but the whole new .net stuff is now under dependencies and there doesn't appear to be any option to include the .net installer inside the setup.exe - that I've been able to find.
It's probably right under my nose...
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 14, 2009
08:57 AM
The Redistributables view is where you add any of the latest versions of the .NET Framework to your project. For more information, see Adding .NET Framework Redistributables to Projects.
For the location of that prerequisite, you will want to use the Extract From Setup.exe option. If you have more than one prerequisite in your project, you can specify the location for all of the prerequisites in the Releases view. (As an alternative, you can specify different locations for each one.) To learn more, see Specifying the Location for InstallShield Prerequisites at the Release Level.
I hope that helps.
For the location of that prerequisite, you will want to use the Extract From Setup.exe option. If you have more than one prerequisite in your project, you can specify the location for all of the prerequisites in the Releases view. (As an alternative, you can specify different locations for each one.) To learn more, see Specifying the Location for InstallShield Prerequisites at the Release Level.
I hope that helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 14, 2009
09:58 AM
Ok - the answer is:
In the Installation Designer [Section 6 - Releases] go to the "Setup.exe" tab. At the bottom change "InstallShield Prerequisites Location" to "Extract From Setup.exe"
- this should be the default when choosing "Single Image" under build, but for some reason it isn't.
In the Installation Designer [Section 6 - Releases] go to the "Setup.exe" tab. At the bottom change "InstallShield Prerequisites Location" to "Extract From Setup.exe"
- this should be the default when choosing "Single Image" under build, but for some reason it isn't.