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
- :
- InstallScript Project & .Net Framework 3.5 SP1
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 09, 2009
12:06 PM
InstallScript Project & .Net Framework 3.5 SP1
If we choose from between the objects the .NET Framework, the problem is that this object not includes the SP1 for 3.5.
However if check from the prerequisites the NET Framework 3.5 SP1 then the InstallShield will include the all redistributable, since 200 MB. It's to big to a CD release.
1. So, how can we add this SP1 support without this 200 MB file?
2. Even if I add this big file how can we suppress the restart of the target machine. (I guess if we add like a prerequisites than there is no way)
However if check from the prerequisites the NET Framework 3.5 SP1 then the InstallShield will include the all redistributable, since 200 MB. It's to big to a CD release.
1. So, how can we add this SP1 support without this 200 MB file?
2. Even if I add this big file how can we suppress the restart of the target machine. (I guess if we add like a prerequisites than there is no way)
(2) Replies
‎Sep 10, 2009
01:38 PM
You can use the Web Download option for .NET 3.5 Framework SP1 in the Setup Prerequisite if you dont want to bundle the full installer of .NET in your package.
To suppress the restart during the .NET 3.5 Framework SP1 install, edit the setup prerequsite and go the Application to Run tab. You can add "/norestart" to suppress restarting the target machine after .NET 3.5 Framework is installed.
To suppress the restart during the .NET 3.5 Framework SP1 install, edit the setup prerequsite and go the Application to Run tab. You can add "/norestart" to suppress restarting the target machine after .NET 3.5 Framework is installed.
‎Sep 10, 2009
02:34 PM
Hi franklint79!
Thank you for your reply.
Off course I known about this download option, but this is the only choice? The inatalshield don't have any Framework 3.5 SP1 object? Or just SP1 prerequisites? As I know in the 2009 version it is supported.
Thank you for your reply.
Off course I known about this download option, but this is the only choice? The inatalshield don't have any Framework 3.5 SP1 object? Or just SP1 prerequisites? As I know in the 2009 version it is supported.