Re: [WiX-users] WiX: special character (c) shows up as "?"

2009-05-20 Thread Olex
re not Unicode. > > Olex wrote: > > I'm attempting to set a text control with a copy right note, where I > specify > > $#169; for (c) symbol. > > However, in MSI it shows up as "?" symbol instead. > > > > Is there a way to debug this? > > I found ou

[WiX-users] WiX: special character (c) shows up as "?"

2009-05-20 Thread Olex
I'm attempting to set a text control with a copy right note, where I specify $#169; for (c) symbol. However, in MSI it shows up as "?" symbol instead. Is there a way to debug this? I found out that I can correct MSI using Orca.exe by manually placing (c) symbol, so there must be something failing

[WiX-users] [Wix-users] Re: WiX: special character (c) shows up as "?"

2009-05-20 Thread Olex
Resending with the correct subject. On Wed, May 20, 2009 at 5:26 PM, Olex wrote: > I'm attempting to set a text control with a copy right note, where I > specify $#169; for (c) symbol. > However, in MSI it shows up as "?" symbol instead. > > Is there a way to de

[WiX-users] [Wix-Users] Is it possible to have transparent Icons on top of a background image?

2009-03-11 Thread Olex
According to the MSI docs, .ico can be transparent. Does this mean they can be transparent only on top of text and control, or also on top of a background image (jpg) ? And I have verified that .ico file has transparency info there using external image viewers. However, in MSI once built from WiX

[WiX-users] [Wix-Users] Is it possible to have transparent Icons on top of a background image?

2009-03-11 Thread Olex
According to the MSI docs, .ico can be transparent. Does this mean they can be transparent only on top of text and control, or also on top of a background image (jpg) ? And I have verified that .ico file has transparency info there using external image viewers. However, in MSI once built from WiX

Re: [WiX-users] Detecting Server 2008 Core

2009-03-08 Thread Olex
Perhaps by calling into vbscript custom action in WiX? On Sun, Mar 8, 2009 at 8:43 PM, Alex Ivanoff wrote: > Actually, this is much better: > http://msdn.microsoft.com/en-us/library/ms724358(VS.85).aspx > . > > But considering the

[WiX-users] [Wix-Users] 64bit Quiet Execution CustomAction on Wix2

2009-02-27 Thread Olex
Is there CAQuietExec64 on Wix2? http://wix.sourceforge.net/manual-wix3/qtexec.htm It doesn't look like and attempting to use it doesn't produce any results. So is there any way at all to run scripts in 64-bit on Wix2 besides creating your own 64bit DLL? -- Oleksandr Lozitskiy "Wealth is the pro

[WiX-users] [Wix-users] Dialogs Don't Detect Property Changes During Installation

2009-02-09 Thread Olex
I'm attempting to show custom install progress, so that I don't just show a progress bar, but also some text control which indicate what step the installation is on. And I would like something more complex that just a single text control which changes its text. My attempt is to place CustomActions

[WiX-users] [Wix-Users] How to Kick Off Custom Event at the Start of a Dialog?

2009-02-07 Thread Olex
How would I launch an as soon as a dialog starts? I know I can do it by attaching an event to a PushButton through . However, I would like to do it without that. My context is that I'm writing a custom installation where I do not install any files but instead run several CustomAction. So during

[WiX-users] [Wix-Users] Transparent Images?

2009-02-05 Thread Olex
Is there any way besides icons to place transparent images into controls? The only accepted types are .BMP and .JPG neither of which support transparency. This looks to be a limitation from Windows Installer itself. Is this true? -- Oleksandr Lozitskiy "Wealth is the product of man's capacity

[WiX-users] [Question] Placing background images to the back of the dialog

2009-02-04 Thread Olex
I wish to place a background image behind all other elements. How do I do that? I've tried placing this control as the first control but that doesn't work. Some items are placed underneath it anyway. I've looked through all the elements and properties, an