Wix doesn't provide any UI controls. It simply enables you to use Windows
Installer controls. Your options are limited to what is described here
http://msdn.microsoft.com/en-us/library/windows/desktop/aa368041%28v=vs.85%29
.aspx
Note especially, "However, not all standard Microsoft Windows controls are
available, and custom controls cannot be created for use with the installer
UI."

If you require a flexible custom installer UI you need to create an external
UI, which is also described in the MSDN but is a non-trivial exercise.
Bootstrappers such as DotNetInstaller and Burn allow you to wrap a custom UI
around a silent MSI.

-----Original Message-----
From: Ingo Fischer [mailto:ingoderfisc...@hotmail.com] 
Sent: 05 September 2012 13:24
To: wix-users-list
Subject: Re: [WiX-users] modify CheckBox control


Thank you Pally the answer.
I think the link is about customizing dialogs ( or remove whole dialogs from
a setup-wizard ).
I would like to customize a control. 
e.g. How can I make a checkbox a threeangle and the hook 5 times bigger and
red...

 

> From: pally.sand...@iesve.com
> To: wix-users@lists.sourceforge.net
> Date: Wed, 5 Sep 2012 11:24:45 +0000
> Subject: Re: [WiX-users] modify CheckBox control
> 
> To start you off see 
> http://neilsleightholm.blogspot.co.uk/2008/08/customised-uis-for-wix.h
> tml
> 
> Palbinder Sandher
> Software Platform Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
> http://www.iesve.com
> 
> **Design, Simulate + Innovate with the <Virtual Environment>** 
> Integrated Environmental Solutions Limited. Registered in Scotland No. 
> SC151456 Registered Office - Helix Building, West Of Scotland Science 
> Park, Glasgow G20 0SP Email Disclaimer
> 
> -----Original Message-----
> From: Ingo Fischer [mailto:ingoderfisc...@hotmail.com]
> Sent: 05 September 2012 12:08
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] modify CheckBox control
> 
> 
> Dear Friends,
> 
> how can I change / modify the CheckBox control. Or in general a 
> control comming with the Wix toolset. I suppose I have to modify the
downloaded Wix sources ..?
> 
> For example, if a checkbox is checked, it should appear on a blue
background.
> If it is not checked, the background should be white.
> 
> 
> ( this is my first mail to the list. Please let me know if I break any 
> rule )
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
-----------------------------------------------------------------------------
-
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to