Re: [WiX-users] Custom UI help

2007-10-02 Thread Bob Arnson
Anidil wrote:
 and UIRef Id=My_WixUI_InstallDir / in the WiX installer source file.
 and i add  My_WixUI_InstallDir.wixlib,which is a custom library to the light
 command line,
 and have followed the instructions given in the WiX tutorial to create
 custom library..
 I get the same error though.any comments?
   

The error is saying it can't find it so I'd look at your .wixlib. Or 
just add it to your project as another .wxs file.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom UI help

2007-10-01 Thread Anidil

I have the UI element My_WixUI_InstallDir inside My_WixUI_InstallDir.wxs file
as follows:

Wix xmlns=http://schemas.microsoft.com/wix/2003/01/wi;
  Fragment
UI Id=My_WixUI_InstallDir
  TextStyle Id=WixUI_Font_Normal FaceName=Arial Size=8 /
  TextStyle Id=WixUI_Font_Bigger FaceName=Arial Size=12 /
  TextStyle Id=WixUI_Font_Title FaceName=Arial Size=9 Bold=yes
/

  Property Id=DefaultUIFont Value=WixUI_Font_Normal /
  Property Id=WixUI_Mode Value=InstallDir /

  DialogRef Id=BrowseDlg /
  DialogRef Id=DiskCostDlg /
  DialogRef Id=InstallDirDlg /
  DialogRef Id=ErrorDlg /
  DialogRef Id=ExitDialog /
  DialogRef Id=FatalError /
  DialogRef Id=FilesInUse /

and UIRef Id=My_WixUI_InstallDir / in the WiX installer source file.
and i add  My_WixUI_InstallDir.wixlib,which is a custom library to the light
command line,
and have followed the instructions given in the WiX tutorial to create
custom library..
I get the same error though.any comments?


Bob Arnson-6 wrote:
 
 Anidil wrote:
 error LGHT0112 : Unresolved reference to symbol 'UI:My_WixUI_InstallDir'
 in
 section 'Product:E2486DE6-CC2E-48C0-AD20-C2C142FA1636'.
   
 
 That means it's looking for a UI element with Id My_WixUI_InstallDir. If 
 you have that, it most likely means you're not adding the library to 
 your light command line.
 
 -- 
 sig://boB
 http://joyofsetup.com/
 
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Custom-UI-help-tf4533744.html#a12977862
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom UI help

2007-09-28 Thread Anidil

I use a custom wix ui library , My_WixUI_InstallDir.wixlib to create my MSI.I
get the following UI related error during link time.

error LGHT0112 : Unresolved reference to symbol 'UI:My_WixUI_InstallDir' in
section 'Product:E2486DE6-CC2E-48C0-AD20-C2C142FA1636'.

Other than UI dialog wxs's,what other files/codes should i be adding to the
custom library?

-- 
View this message in context: 
http://www.nabble.com/Custom-UI-help-tf4533744.html#a12938382
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users