vote up 0 vote down star

Here's the requirement: 1. One single installation file. (aka. setup.exe) All the other files include the required dlls and msi itself must embedded in this setup.exe. 2. Frameless UI, which the pure msi doesn't support.

Firstly, we are using pure msi to provide the installation GUI, but then we found it's not support the frameless GUI. So we want to keep the single file and make our own frameless GUI.

Anyone has any ideas?

flag

80% accept rate

1 Answer

vote up 0 vote down

You'll need to impliment an external UI handler.

You might find some of the links on http://blogs.msdn.com/windows_installer_team/archive/2005/07/23/442584.aspx as a helpful starting point.

link|flag
No, I mean the GUI still there, but just no windows frames like title bar and border.. – redjackwong Oct 30 at 7:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.