Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-13 Thread Albert Shamsiyan
users] SampleWixUI.wxs and Wix_3.0.2330.0 version Albert Shamsiyan wrote: This is exactly what I've tried to do, the command I've to execute was: light -ext WixUIExtension -cultures:en-US -sice:ICE64 -bD:\Wix\Wix_3.0.2330.0\Bitmaps -dWixUIBannerBmp=WixUIBannerBmp.bmp SampleWixUI.wixobj

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-13 Thread Bob Arnson
Albert Shamsiyan wrote: This is exactly what I've tried to do, the command I've to execute was: light -ext WixUIExtension -cultures:en-US -sice:ICE64 _-bD:\Wix\Wix_3.0.2330.0\Bitmaps -dWixUIBannerBmp=WixUIBannerBmp.bmp_ SampleWixUI.wixobj The -b switch requires a space between the switch

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-12 Thread Albert Shamsiyan
users@lists.sourceforge.net Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version Albert Shamsiyan wrote: And the following error occurred: E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) : error LGHT0103 : The system cannot find the file 'WixUIBannerBmp

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Bob Arnson
Albert Shamsiyan wrote: And the following error occurred: E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) : error LGHT0103 : The system cannot find the file 'WixUIBannerBmp.bmp'. That's not a file included with WiX. If you want to specify your own file, pass its direc

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Rob Mensching
December 11, 2006 21:41 To: Albert Shamsiyan Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version Albert Shamsiyan wrote: Sorry of being a nag, but what good does the -b switch offers me? The -b switch on light.exe adds another directory to the list

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Albert Shamsiyan
EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 7:41 AM To: Albert Shamsiyan Cc: Simon Dahlbacka; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version Albert Shamsiyan wrote: Sorry of being a nag, but what good does the -b switch offers me? T

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Bob Arnson
Albert Shamsiyan wrote: Sorry of being a nag, but what good does the –b switch offers me? The -b switch on light.exe adds another directory to the list light searches for files. -- sig://boB http://bobs.org - Take Sur

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Albert Shamsiyan
; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version specify WiX variable values with the file names of your bitmaps, as when replacing the default license text. (you're missing -d switches or ) On 12/11/06, Albert Shamsiyan < [EMAIL P

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Simon Dahlbacka
les. What's wrong? TIA Albert Shamsiyan Configuration and Installation Manager -- *From:* Bob Arnson [mailto:[EMAIL PROTECTED] *Sent:* Monday, December 11, 2006 9:10 AM *To:* Albert Shamsiyan *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Albert Shamsiyan
:10 AM To: Albert Shamsiyan Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version Albert Shamsiyan wrote: 1. When linking SampleWixUI.wxs using Wix version 3.0.2330.0, I should use "light -ext WixUIExtension -cultures:en-US -s

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-10 Thread Bob Arnson
Albert Shamsiyan wrote: 1. When linking SampleWixUI.wxs using Wix version 3.0.2330.0, I should use "light -ext WixUIExtension -cultures:en-US -sice:ICE64 SampleWixUI.wixobj". What does the flag --sice refers to? I see that the project can be linked without this flag as