/build/static/layout/Breadcrumb_cap_w.png

This package can only be run from a bootstrapper

I have a vendor MSI which installs several dependencies to support itself which I need to weed out. The vendor MSI also creates several other MSIs on install. One of these resulting MSIs contains the vendor app alone without the dependencies it would otherwise need to run. We have these dependencies already in our environment rendering them unnecessary. The problem is when trying to install the MSI (which does not include the dependency software) is that I get an error stating: "This package can only be run from a bootstrapper". 
I can include any/all details. I didn't bother as I wasn't sure what would be useful to include. Any help would be greatly appreciated.  
Again, thanks in advance.
Vendor: Tricerat
Software: Screwdrivers Client

1 Comment   [ + ] Show comment
  • check in launch conditions table and Drop that cell - sriram236 5 years ago

Answers (3)

Posted by: anonymous_9363 6 years ago
Red Belt
1
- Enable verbose MSI logging (Google it)
- Run the installer
- Find the log for the MSI in question. The logs get written to %TEMP% using the prefix 'MSI' followed by random alphanumeric characters, so it'll take a little hunting down.
- Check out the properties listed at the foot of the log. That'll tell you which property is being used to determine whether or not you're using the bootstrapper.
Posted by: Pressanykey 6 years ago
Red Belt
0
Hi,
open the vendor MSI in Orca and search fro the string "This package can only...". This is shown in the event that a property is set / not set. Either set the condition so that it is always false (i.e. the message is never shown) or remove the function that shows the message.
It may also be a so called launch condition.... If it happens to be an InstallShield created MSI it might be enough to set the property ISSETUPDRIVEN to 1 passed via the command line..

msiexec /i "name of vendor.msi" ISSETUPDRIVEN=1

Cheers
Phil

Comments:
  • Hi Phil - thank you for responding. I am using Installshield. I don't see that property you mentioned but there is a property named "AI_BOOTSTRAPPER_OPTIONS" whose value is set to "h".
    I suspect the value definition is unique to the vendor... is this a standard value and if so, what should I enter in place of "h" for the value? - rcooder 6 years ago
    • Then try what I suggested first... msiexec /i "name of msi" ISSETUPDRIVERN=1 - Pressanykey 6 years ago
Posted by: Lilly.sony 4 years ago
White Belt
0

run the exe in user context. this error prompts only if it is attempted to install at system context. if you are using a psapp tool kit, try execute-processasuser followed by its parameters and this works fine when installed from software center(that uses system context).

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ