Third Party UI
Can I use UI developed by a third party during MSI installation? What I want is, during installation, third party UI will be displayed and it will keep talking to installer package for events such as "Next", "Back" etc. Standard MSI UI should not be visible in this case!!!
0 Comments
[ + ] Show comments
Answers (14)
Please log in to answer
Posted by:
timmsie
14 years ago
Yes, but you'll need to have a decent authoring tool like wise or installshield. You'd find it very difficult to achive using ORCA or Insted for example.
I use wise and you should be able to achieve what you want. You can change the "theme" of the dialogs and add your own bit map. Also if you open the properties for controls you can add your own graphics to them using the "Graphic" tab.
You'll only know if its possible by having a play with it
I use wise and you should be able to achieve what you want. You can change the "theme" of the dialogs and add your own bit map. Also if you open the properties for controls you can add your own graphics to them using the "Graphic" tab.
You'll only know if its possible by having a play with it
Posted by:
anonymous_9363
14 years ago
To be brutally honest, given the question - and no offence is intended - I'd say that implementing an external UI is probably beyond your capabilities. You really need to know your stuff to do this. For example, handing property values from dialog controls to the installer engine is down to you. My advice is to use a decent authoring tool and create custom dialogs within the standard UI.
Posted by:
timmsie
14 years ago
Posted by:
milindsm
14 years ago
Posted by:
timmsie
14 years ago
Posted by:
milindsm
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
milindsm
14 years ago
I am Sorry .... Requirement was not clear to me and thus I posted a wrong question...!!! Let me rephrase my question again..!!! I don't have 3rd Party UI binaries, I just have UI bitmaps (may be jpeg) depicting how the installer UI should look like...!!
Now, my question is, Is it possible to change the look-n-feel of the installer UI elements ?? e.g. some bitmap in the background, funky buttons etc. ????
Now, my question is, Is it possible to change the look-n-feel of the installer UI elements ?? e.g. some bitmap in the background, funky buttons etc. ????
Posted by:
milindsm
14 years ago
Posted by:
milindsm
14 years ago
Posted by:
milindsm
14 years ago
I used MsiSetExternalUI referring this. I could install the package but the custom actions from this pkg are not getting executed. I tried calling MsiProcessMessage with INSTALLMESSAGE_ACTIONSTART, INSTALLMESSAGE_PROGRESS with appropriate parameters but no luck. Can anybody just give me a hint what am I doing wrong or am I missing some crucial step???
NOTE: CA doesn't get executed if it has an entry in InstallUISequence. If moved to InstallExecuteSequence, it works!!
NOTE: CA doesn't get executed if it has an entry in InstallUISequence. If moved to InstallExecuteSequence, it works!!
Posted by:
anonymous_9363
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.