Re: [WiX-users] Vista unknown publisher

2007-05-30 Thread Guillaume Girard
Pseudonymic Wannabe wrote:
 Ah ok thank you, what tools can be used to automaticly sign our 
 installer with a certificate? We are looking into buying one from 
 verisign or simular but we are not sure whichever is better and what 
 lets us do this automaticly. Thanks

This page helped me quite a bit:
http://msdn2.microsoft.com/en-us/library/bb172338.aspx

Guillaume.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ListView table?

2007-02-13 Thread Guillaume Girard
Bob Arnson wrote:
 Guillaume Girard wrote:
 Unfortunately, the ListView table is not created in the final MSI 
 file. Shouldn't it be?
   
 
 WiX doesn't create tables unless they're needed. You can use the 
 EnsureTable element to make sure an empty table is created.
 

It makes sense, thank you.

I got confused by the ListBox table appearing despite the fact that it's 
empty and I can't find any EnsureTable for it in the code. But now 
everything is working.

Thank you,
Guillaume.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] File Chooser Dialog

2007-02-13 Thread Guillaume Girard
Hi,

I can't find any support in Wix (or rather, in MSI) for building a file 
chooser dialog. In particular, I'm missing a file list control. Am I 
just being confused?

If this is indeed not supported by Wix/MSI, how would you go building 
one? I thought of having a custom action filling in a list view, but I'm 
a little doubtful about re-writing the whole logic behind a file chooser 
dialog. Would it be possible to use a dialog from another UI in a custom 
action?

Regards,
Guillaume Girard.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ListView table?

2007-02-12 Thread Guillaume Girard
Hi,

I'm using wix 2.0.4820.

I'm trying to add a ListView control to one of my dialog boxes, which I 
would like to fill with a custom action during installation. 
Unfortunately, the ListView table is not created in the final MSI file. 
Shouldn't it be?

I'm doing exactly the same thing with a ListBox and the ListBox table is 
empty but present in the MSI. When editing the MSI with Orca, I can add 
an empty ListView table and the installer works (that is, it doesn't 
return an error when creating the dialog box with the listview).

It looks like a bug to me, but since I haven't been using wix for a long 
time, I guess I'd better ask if I'm not forgetting something obvious?

Regards,
Guillaume Girard.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users