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
>
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
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
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
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
5 matches
Mail list logo