Bugs item #1768789, was opened at 2007-08-06 13:02
Message generated for change (Settings changed) made by robmen
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: Pending
>Resolution: Fixed
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: Rob Mensching (robmen)
Date: 2008-02-21 22:57

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

This appears addressed.

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

Comment By: Bob Arnson (barnson)
Date: 2007-10-30 22:55

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

Those loc strings are present in WixUtilExtension; use the -cultures
switch to specify the en-us culture.

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

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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to