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
- :
- Msi Prerequisite Installs but complains it failed
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 08, 2014
09:51 AM
Msi Prerequisite Installs but complains it failed
Hey Folks,
I have a bit of a strange problem. I have a prerequisite which has a condition that checks the registry for the product. When I run my installation the prerequisite kicks off and it installs the product perfectly fine only the final condition check to ensure the product has been installed is saying it was unsuccessful, If I rerun the setup it shows that the product is already installed and doesnt try to install it again. What I think is happening is that somehow the installation is returning before it has finished setting up it's registry components and this is causing my installation to not see that it is installed correctly. I think the easiest fix would be to put a time delay in but I'm not sure if this is even possible within a prerequisite.
Has anyone experienced anything like this before?
I have a bit of a strange problem. I have a prerequisite which has a condition that checks the registry for the product. When I run my installation the prerequisite kicks off and it installs the product perfectly fine only the final condition check to ensure the product has been installed is saying it was unsuccessful, If I rerun the setup it shows that the product is already installed and doesnt try to install it again. What I think is happening is that somehow the installation is returning before it has finished setting up it's registry components and this is causing my installation to not see that it is installed correctly. I think the easiest fix would be to put a time delay in but I'm not sure if this is even possible within a prerequisite.
Has anyone experienced anything like this before?
- Tags:
- prerequisites
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2014
02:12 PM
Double check your conditions for install. A prerequisite will check to ensure that all conditions are true after install.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2014
02:39 PM
add /Lv* install.log to the command line of the prerequisite.
lookup for errors in that.
lookup for errors in that.