Re: [WiX-users] [Wix-users] msi and combo box

2011-04-07 Thread Thomazeau Michel
Hi Tobias, Thanks for you quick reply. I already have the differents rtf files (one per language) integrated in my visual project, So at least for this part I think I am ok! I have a custom license page (a title/a textfield/a checkbox, and the buttons) and I wanted to integrate a combobox in thi

Re: [WiX-users] [Wix-users] msi and combo box

2011-04-07 Thread Thomazeau Michel
? Can someone help me to do that? Thanks Michel. -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. htt

[WiX-users] [Wix-users] msi and combo box

2011-04-06 Thread Thomazeau Michel
Hi Guys, I have not found any infomation about using combo box ( the widget where you can choose one item in a list ) with WIX. My problem is about dynamic license text localization. I have seen many post about creating multiple msi, one for each languages. I have try this, in fact it work fi

Re: [WiX-users] How to write INSTALLDIR to registry?

2011-03-28 Thread Michel
.com wrote: > INSTALLDIR has to be defined in this way: > > > > -Maksim > > -Original Message- > From: Michel [mailto:mic...@acromania.nl] > Sent: Monday, March 28, 2011 10:33 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX

Re: [WiX-users] How to write INSTALLDIR to registry?

2011-03-27 Thread Michel
for full path of your file. > > -Maksim > > -----Original Message- > From: Michel [mailto:mic...@acromania.nl] > Sent: Monday, March 28, 2011 9:03 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] How to write INSTALLDIR to registry? > >

[WiX-users] How to write INSTALLDIR to registry?

2011-03-27 Thread Michel
This is probably a very basic question, and if I read it right in the documentation and tutorials online it should all work, but it doesn't... What I'm trying to do is write the full path to a filename in the registry, but [INSTALLDIR] does not get replaced by the actual install dir: T

Re: [WiX-users] Context menu handler registration on 64 bit

2010-09-01 Thread Michel
he x64 one in my installation script... doh! On 1/09/2010 19:25, Rob Hamflett wrote: > As far as I'm aware 32-bit shell extensions don't integrate with 64-bit > Explorer. You need a > separate 64-bit installer for this. > > Rob > > On 01/09/2010 05:59, Michel wrote: &g

[WiX-users] Context menu handler registration on 64 bit

2010-08-31 Thread Michel
This has probably been asked before (but I can't find a good way to search this list?): I've created my wix installer (with a bit of help from heat on the COM dll) which installs a simple shell folder context menu extension. It all works great on x86, but on x64 the context menu items don't s

Re: [WiX-users] ProgressDlg title disappears

2010-05-12 Thread Michel
Yes, I've seen this issue on one machine. Text disappears on a repaint. All text drawn over a bitmap (like the welcome/finish page text and the banner text) is affected. I've only seen this on 1 machine (I'm testing with 3 here) and I think it's a display driver issue, b

Re: [WiX-users] Files not removed upon uninstallation

2010-05-12 Thread Michel
g similar (can't remember exactly). Regards, Michel Verhagen On 13/05/2010 08:54, Kristoffer Danielsson wrote: > Hi, > > > > This is really frustrating. I had a working MSI, but realized I was violating > some MSI rules (used the same KeyPath for multiple components) and de