Bugs item #1768789, was opened at 2007-08-06 13:02
Message generated for change (Settings changed) made by pmarcu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1768789&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: sbonev (sbonev)
>Assigned to: pmarcu (pmarcu)
Summary: Referencing WixUtilExtension.dll gives linking error

Initial Comment:
Referencing WixUtilExtension.dll gives linking error "installer has encountered 
an unexpected error installing this package"
======================================
Save the attached .wxs file to disk... 

Compile using:
candle.exe -out WixProject4.wixobj -ext "C:\Program Files\Windows Installer XML 
v3\bin\WixUtilExtension.dll" WixProject4.wxs

Link using:
Light.exe -ext "C:\Program Files\Windows Installer XML 
v3\bin\WixUtilExtension.dll" -out "C:\Users\my\Documents\Visual Studio 
2005\Projects\WixProject4\WixProject4\bin\Debug\WixProject4.msi" 
WixProject4.wixobj

Results:
light.exe : error LGHT0217 : An unexpected external UI message was received: 
The installer has encountered an unexpected error installing this package. This 
may indicate a problem with this package. The error code is 2738.

Expected Results:

No build errors.

Other:

Wix Version 3.0.3127


----------------------------------------------------------------------

Comment By: Martin Lavelle (hypercaust)
Date: 2007-10-03 10:51

Message:
Logged In: YES 
user_id=1322672
Originator: NO

I am getting a different error in Release 3.0.3307.0 which I think relates
to this issue.
When using the PermissionEx Element, I get the errors:

C:\delivery\Dev\wix_public\src\ext\utilextension\wixlib\UtilExtension.wxs(115)
: error LGHT0102 : The localization variable
!(loc.msierrSecureObjectsFailedCreateSD) is unknown.  Please ensure the
variable is defined.
C:\delivery\Dev\wix_public\src\ext\utilextension\wixlib\UtilExtension.wxs(116)
: error LGHT0102 : The localization variable
!(loc.msierrSecureObjectsFailedSet) is unknown.  Please ensure the variable
is defined.
C:\delivery\Dev\wix_public\src\ext\utilextension\wixlib\UtilExtension.wxs(117)
: error LGHT0102 : The localization variable
!(loc.msierrSecureObjectsUnknownType) is unknown.  Please ensure the
variable is defined.

This is cured by including the localisation file
".\src\ext\UtilExtension\wixlib\en-us.wxl", which I have obviously obtained
from the source code directly.
Thanks...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1768789&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to