Bob Arnson wrote: 

That's not a file included with WiX. If you want to specify your own
file, pass its directory with a -b switch or specify an absolute path in
the -d switch.

 

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

 

And still 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'.

 

Funny part is that the following path \ directory \ file does not exist
in my PC. 

 

I've bypassed the problem by executing:

light -ext WixUIExtension -cultures:en-US -sice:ICE64
-dWixUIDialogBmp=D:\Wix\Wix_3.0.2330.0\Bitmaps\WixUIBannerBmp.bmp
SampleWixUI.wixobj.

 

Still, according to you're reply, the first command should work as well.


 

 

TIA 

 

Albert Shamsiyan 

Configuration and Installation Manager

________________________________

From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 12, 2006 9:24 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: 

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 directory with a -b switch or specify an absolute path in
the -d switch.




-- 
sig://boB
http://bobs.org
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to