[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


Re: [WiX-users] job postings...

2006-06-20 Thread James Carter
Why not just start another mailing list ([EMAIL PROTECTED])? Then those of us interested could subscribe to it. Maybe I'm oversimplifying the situation.
-JamesOn 6/20/06, Rob Mensching [EMAIL PROTECTED] wrote:
I recently had some people ask me if it would be okay for them to send outjob requests to this mailing list.I thought about it and I was conflicted.On one hand, this is place to talk about the WiX toolset, how to use it, and
how to improve it.Job postings don't belong here.On the other hand, thepeople that hang out here would likely be very good matches for some of thepositions I've heard queries for.I'm still leaning towards my initial feeling (No) but I thought I might as
well just ask here to see what everyone else felt.___WiX-users mailing listWiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to use WixUIExtension.dll

2006-06-07 Thread James Carter
Derek,This is being caused because license.rtf is an external resource referenced by the wixlib. It is not included in the wixlib itself, therefore, it looks on the filesystem.If you rebuild WiX UI from source, then the issue appears to go away, but, if you run that executable on another machine, you will notice the error again. Except this time, the path shown is from your machine.
-JamesOn 5/23/06, Derek Cicerone [EMAIL PROTECTED] wrote:
Unfortunately, I was referring to using a debugger.I know it's a pain soI'll understand if you aren't interested in doing that.Seems likely thatsomeone will have to debug this issue though because we're not seeing it
here.Derek-Original Message-From: Hecker, Thomas [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 23, 2006 3:04 AMTo: 
[EMAIL PROTECTED]; wix-users@lists.sourceforge.netSubject: AW: [WiX-users] How to use WixUIExtension.dllDoes this mean I have to add a debug command line option (that I can't see ;
-v2 output doesn't say more) or that I have to install Visual C# Express andloading the sourcecode etc.?Last one would be possible, too, but I's some kind of long-winded :) Tillnow, I was wix-binary user only.
Give me instructions, please.Thomas-Ursprüngliche Nachricht-Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 23. Mai 2006 11:08
An: Hecker, Thomas; wix-users@lists.sourceforge.netBetreff: RE: [WiX-users] How to use WixUIExtension.dllI gotta say - I'm honestly at a loss.I'm not sure why you might be getting
that error message and I can't repro the issue.Would it be possible to tryrunning the code in the debugger to track down the cause?Thanks,Derek-Original Message-From: Hecker, Thomas [mailto:
[EMAIL PROTECTED]]Sent: Tuesday, May 23, 2006 1:00 AMTo: [EMAIL PROTECTED]; 
wix-users@lists.sourceforge.netSubject: AW: [WiX-users] How to use WixUIExtension.dllExactly as you did:Light.exe product.wixobj -ext WixUIExtension -cultures:en-us-Ursprüngliche Nachricht-
Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]Gesendet: Montag, 22. Mai 2006 18:16An: Hecker, Thomas; 
wix-users@lists.sourceforge.netBetreff: RE: [WiX-users] How to use WixUIExtension.dllWhat is the commandline you ran?-Original Message-From: Hecker, Thomas [mailto:
[EMAIL PROTECTED]]Sent: Monday, May 22, 2006 2:53 AMTo: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: AW: [WiX-users] How to use WixUIExtension.dllDoing so results in the following error: [exec] Microsoft (R) Windows Installer Xml Linker version 3.0.1717.0 [exec] Copyright (C) Microsoft Corporation 2003. All rights reserved.
 [exec]E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\LicenseAgreementDlg.wxs(31) : error LGHT0084 : Das Gerät ist nicht bereit.For non-germans: last line means device not ready
Semms like a hard coded path?Thomas-Ursprüngliche Nachricht-Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 19. Mai 2006 18:54
An: Hecker, Thomas; wix-users@lists.sourceforge.netBetreff: RE: [WiX-users] How to use WixUIExtension.dllDepending upon the version of WiX you use the directions vary - we've made a
lot of changes to this in the past week (and we're gonna make a few more inthe next month for UI in 3.0, then we should be done).With the very, very latest build, you need:Light.exe product.wixobj -ext WixUIExtension -cultures:en-us
(this specifies your wixobj, that you want to use the UI extension, and thatyou want English - there are currently a handful of other languagesavailable and more are going to be added over time).Derek
-Original Message-From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]
] On Behalf Of Hecker, ThomasSent: Friday, May 19, 2006 1:58 AMTo: wix-users@lists.sourceforge.netSubject: [WiX-users] How to use WixUIExtension.dll
Hi,I'm to untalented to natively understand the new wixui behaviour.I included the functionality via a UIRef Id=WixUI_Mondo / in myproduct element.Until now I linked via:
light.exe product.wixobj wixui.wixlib -loc WixUI_en-us.wxlWith the actual release 3.0.1717 there is no wixui.wixlib anymore, butthe WixUIExtension.dll.How do I have to call light to link correctly?
Thank you very much,Thomas---Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job
easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=kkid0709bid3057dat1642
___WiX-users mailing listWiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users---All the advantages of Linux Managed Hosting--Without the Cost and Risk!Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn morehttp://sel.as-us.falkag.net/sel?cmdlnkkid7521bid$8729dat1642