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: Basic MSI Install Condition
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 20, 2012
02:27 PM
Basic MSI Install Condition
I have nine differend Basic MSI packages, all of which I used the Project Assistant - Installation Requirements - Does your application require any software to be installed on the machine? - THEN CHECKED - Framework 3.5 and 4.0.... this puts the DOTNETVERSION35SP1>="#1" AND DOTNETVERSION40FULL>="#1" in the Install Condition under General Infomation. All but one of the installers correctly checks for the framework. Does anyone have any ideas as to what could keep a condition from getting checked?
Thanks
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 27, 2012
11:56 AM
Ok, lets try it this way. If I wanted to enter an install condition to check for 4.0 framework, what would I have to do(showing DOTNETVERSION40FULL>="#1")? Or, if I wanted to use the Direct Editor to check that my install conditions are being put in correctly, which tables would I need to check?
Thanks
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 06, 2012
10:04 AM
figured it out... had a CA that was higher in the sequences than the Launch Conditions... the CA needed 4.0 so it was failing before the prereq could catch that 4.0 framework wasn't installed
Thanks for everyone who took a look at my post
Thanks for everyone who took a look at my post