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: Installing ADO.Net Hot fix with basic setup
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 03, 2010
12:25 AM
Installing ADO.Net Hot fix with basic setup
Hello All,
I am very new to Installshield, I have created basic MSI install setup for my application; I have included .net framework 3.5 SP1 as a prerequisites,my problem is Microsoft has release one more hot fix for 3.5 SP1.
How can make ADO.net Data service hot fix also a prerequisites to my application,and their will be separate exe for Windows 7 and for separate exe for rest of the OS. while preparing installer I have to take care of installing separete exe of windows 7 and separate exe for rest of OS.
Please help me as soon as possible.
Regards,
Vinay
I am very new to Installshield, I have created basic MSI install setup for my application; I have included .net framework 3.5 SP1 as a prerequisites,my problem is Microsoft has release one more hot fix for 3.5 SP1.
How can make ADO.net Data service hot fix also a prerequisites to my application,and their will be separate exe for Windows 7 and for separate exe for rest of the OS. while preparing installer I have to take care of installing separete exe of windows 7 and separate exe for rest of OS.
Please help me as soon as possible.
Regards,
Vinay
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 06, 2010
04:31 AM
There is a Prerequisite editor in the tools menu, you can make your own prerequisites with that. You can specify in there that a prerequisite only needs to run on a specific OS.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 06, 2010
06:57 AM
Thanks for suggestion.