Re: [WiX-users] Associate file extension at the end of installation

2009-06-06 Thread Bob Arnson
puyo puy wrote: > I would like to display a checkbox at the end of installation > ask user whether he want to associate file extension Ask them before installation begins. At the end, it's too late. > I also want to know how can I change the background > color of the checkbox. MSI UI doesn't

[WiX-users] Associate file extension at the end of installation

2009-06-04 Thread puyo puy
Hi,   I would like to display a checkbox at the end of installation ask user whether he want to associate file extension (e.g. SQL file) to my application.  I modified my WIX scripts and add the following lines.  It won’t take effect unless I pass in SQL_EXTENSION ="TRUE" with silent install.

Re: [WiX-users] Associate file extension

2009-05-20 Thread Bob Arnson
puyo puy wrote: > error LGHT0204 : ICE69: Mismatched compone > nt reference. Entry 'reg025239CBB8E309CA4AF78D766B8DBDE4' of the Registry > table > belongs to component 'ExtensionComponent'. However, the formatted string in > colu > mn 'Value' references file 'notepad2' which belongs to component

[WiX-users] Associate file extension

2009-05-20 Thread puyo puy
Hi Everyone,   I want to create a feature allow user to associate a file extension to one of my distubuted applicatio but it comes up with the following error message:   error LGHT0204 : ICE69: Mismatched compone nt reference. Entry 'reg025239CBB8E309CA4AF78D766B8DBDE4' of the Registry table belon