Re: [WiX-users] WixUI library support for 3.0

2008-03-27 Thread Siva Poobalasingam
u want to reuse in many packages. >> >> -- >> Mike Dimmick >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] ] On Behalf Of Jeff Bean >> Sent: 03 February 2007 06:45 >> To: wix-users@lists.sourceforge.net >

Re: [WiX-users] WixUI library support for 3.0

2007-02-06 Thread Ning Lin
if you have common components you want to reuse in many packages. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Jeff Bean Sent: 03 February 2007 06:45 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WixUI library support fo

Re: [WiX-users] WixUI library support for 3.0

2007-02-03 Thread Mike Dimmick
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Bean Sent: 03 February 2007 06:45 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WixUI library support for 3.0 The wixlib libraries are dlls now. Here is what I did: candle -out obj\MyInstall.wixobj -ext WixUIExtension MyInstal

Re: [WiX-users] WixUI library support for 3.0

2007-02-02 Thread Jeff Bean
The wixlib libraries are dlls now. Here is what I did: candle -out obj\MyInstall.wixobj -ext WixUIExtension MyInstall.wxs light -cultures:en-us -ext WixUIExtension -loc MyInstall.wxl -out MyInstall.msi obj\MyInstall.wixobj where MyInstall.wxs contains (amongst other stuff): You would change

[WiX-users] WixUI library support for 3.0

2007-02-02 Thread Ning Lin
According to this page, .wixlib is no longer supported: http://sourceforge.net/mailarchive/message.php?msg_id=36313215 I am in need of just a minimal UI as provided by the wix ui library from 2.0. What is the story here for 3.0? I tried to use the 2.0 library with no success, especially also bec