Re: [WiX-users] ISAPI Filter installation hangs IIS

2006-07-29 Thread Bob Arnson
James Carter wrote:
 [exec] 
 E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(70) 
 : error LGHT0102 : The localization variable !(loc.ConfigureIIs ) is 
 unknown.  Please ensure the variable is 
 defined.   

The WiX extensions now support localization, which means you have to 
specify the culture for the localizable strings. Pass -cultures:en-us to 
use English strings.

-- 
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ISAPI Filter installation hangs IIS

2006-07-29 Thread Derek Cicerone








To resolve the localization issue: I think
youll need to pass cultures:en-us to light to load the English
resources for the extension. This change was just made in the last
release.



Please note that the custom action code in
WiX 3.0 is identical to what can be found in 2.0. We still havent
locked down on 2.0 and forked 3.0 for the custom actions (everything else has
forked).



Derek











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James Carter
Sent: Friday, July 28, 2006 10:46
AM
To:
wix-users@lists.sourceforge.net
Subject: [WiX-users] ISAPI Filter
installation hangs IIS





Has anyone encountered this? I'm trying to install a single sign on
isapi filter, and at the very end of the installation when it says
install to metabase or something like that, the thing hangs and
eventually all resources are eaten up causing the need for a reboot. 

Is this what was fixed in 3.0.1926.0 ?

I've been trying to get 3.0.1926.0 to compile my installer, but keep getting
the following error:

[exec] Microsoft (R) Windows Installer Xml Linker version 3.0.1926.0 
[exec] Copyright (C) Microsoft Corporation 2003. All rights reserved.
[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(70) :
error LGHT0102 : The localization variable !(loc.ConfigureIIs ) is
unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(71) :
error LGHT0102 : The localization variable !( loc.StartMetabaseTransaction) is
unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(72) :
error LGHT0102 : The localization variable !( loc.RollbackMetabaseTransaction)
is unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(73) :
error LGHT0102 : The localization variable !( loc.CommitMetabaseTransaction) is
unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(74) :
error LGHT0102 : The localization variable !( loc.WriteMetabaseChanges) is
unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(36) :
error LGHT0102 : The localization variable !( loc.msierrIISCannotConnect) is
unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(37) :
error LGHT0102 : The localization variable !( loc.msierrIISFailedReadWebSite)
is unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(38) :
error LGHT0102 : The localization variable !( loc.msierrIISFailedReadWebDirs)
is unknown. Please ensure the variable is
defined.

[exec]
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(39) :
error LGHT0102 : The localization variable !( loc.msierrIISFailedReadVDirs) is
unknown. Please ensure the variable is
defined.

[exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(40)
: error LGHT0102 : The localization variable !( loc.msierrIISFailedReadFilters)
is unknown. Please ensure the variable is
defined.

[exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(41)
: error LGHT0102 : The localization variable !( loc.msierrIISFailedReadMimeMap)
is unknown. Please ensure the variable is
defined.


Any help would be appreciated, thanks.

-James






-
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.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ISAPI Filter installation hangs IIS

2006-07-28 Thread James Carter
Has anyone encountered this? I'm trying to install a single sign on isapi filter, and at the very end of the installation when it says install to metabase or something like that, the thing hangs and eventually all resources are eaten up causing the need for a reboot.
Is this what was fixed in 3.0.1926.0 ?I've been trying to get 3.0.1926.0 to compile my installer, but keep getting the following error:[exec] Microsoft (R) Windows Installer Xml Linker version 3.0.1926.0
 [exec] Copyright (C) Microsoft Corporation 2003. All rights reserved.[exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(70) : error LGHT0102 : The localization variable !(loc.ConfigureIIs
) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(71) : error LGHT0102 : The localization variable !(
loc.StartMetabaseTransaction) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(72) : error LGHT0102 : The localization variable !(
loc.RollbackMetabaseTransaction) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(73) : error LGHT0102 : The localization variable !(
loc.CommitMetabaseTransaction) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(74) : error LGHT0102 : The localization variable !(
loc.WriteMetabaseChanges) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(36) : error LGHT0102 : The localization variable !(
loc.msierrIISCannotConnect) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(37) : error LGHT0102 : The localization variable !(
loc.msierrIISFailedReadWebSite) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(38) : error LGHT0102 : The localization variable !(
loc.msierrIISFailedReadWebDirs) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(39) : error LGHT0102 : The localization variable !(
loc.msierrIISFailedReadVDirs) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(40) : error LGHT0102 : The localization variable !(
loc.msierrIISFailedReadFilters) is unknown. Please ensure the variable is defined. [exec] E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(41) : error LGHT0102 : The localization variable !(
loc.msierrIISFailedReadMimeMap) is unknown. Please ensure the variable is defined. Any help would be appreciated, thanks.-James
-
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.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users