Re: [WiX-users] Setting SiteID in IIS 6

2008-04-01 Thread david adams

Quinton:
 
As I understand it, that is how it works.  I do not think that there is a 
methodology to get the SiteId.  The APIs do a search based on the URL (IP) / 
Port / [Host Headers] to support management.  I believe that the SiteId is 
internal.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]: 
http://www.swamidavesays.com


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 1 Apr 2008 18:37:56 
+Subject: [WiX-users] Setting SiteID in IIS 6


Hi,  does anyone know if there a way to set the SiteId in IIS6 to a specific 
value using Wix (2 or 3), not seeing anything in the documentation or here. 
Currently it will just increment with each new website created. cheersQuinton

News, Sports, Entertainment and Weather on your mobile. Text MSN to 63463 Now. 
_
Pack up or back up–use SkyDrive to transfer files or keep extra copies. Learn 
how.
hthttp://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_packup_042008-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Windows Auth not enabled on my Website when the Default Website has Windows Auth Dis

2008-03-14 Thread david adams

IIS 6  above allows you to install to a separate website which would have your 
unique settings.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]: 
http://www.swamidavesays.com Date: Fri, 14 Mar 2008 07:54:07 -0700 From: 
[EMAIL PROTECTED] To: wix-users@lists.sourceforge.net Subject: [WiX-users] 
Windows Auth not enabled on my Website when the Default Website has Windows 
Auth Disabled   I posted this a bit ago, but have not gotten any responses. 
 We create a Web App that needs WindowsAuthentication to be Enabled. I've 
found that if the Default Web Site has WindowsAuthentication disabled, then 
even if I specify WindowsAuthentication=yes in my WebDirProperties, it will 
not apply it as I expect (XP and Win2K3).   This is what I have:  
WebApplication Id=MyWebsite ClientDebugging=no DefaultScript=JScript 
Isolation=high Name=MySite 
xmlns=http://schemas.microsoft.com/wix/IIsExtension; /  WebDirProperties 
Id=MyWebSite WindowsAuthentication=yes AnonymousAccess=yes Index=no 
DefaultDocuments=default.htm LogVisits=yes Read=yes Script=yes 
Execute=yes xmlns=http://schemas.microsoft.com/wix/IIsExtension/  Does 
anyone know a workaround for this?  Thank you, Joe B --  View this message 
in context: 
http://www.nabble.com/Windows-Auth-not-enabled-on-my-Website-when-the-Default-Website-has-Windows-Auth-Disabled-tp16048162p16048162.html
 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 2008. 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
_
Do more with your photos with Windows Live Photo Gallery.
http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_photos_022008-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] IIS web site dialog

2008-03-11 Thread david adams

Graham:
 
Our common fragment file installs web sites based on properties set in another 
master file.  The textbox for the virtual directory name would probably be 
pretty straight-forward by mimicing the target directory functionality from the 
custom dialog.  
 
I do not know how you would gather a list of IP addresses from IIS without 
using some kind of custom action.  We have the list of possible IP addresses 
baked into the MSI for our installers (but these are for internal -known- 
servers and addresses).  We allow an override of the settings (manually) with a 
textbox entry like the custom dialog.David Adams, MCSD MSN MessengerID: [EMAIL 
PROTECTED]: http://www.swamidavesays.com


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 11 Mar 2008 14:07:49 
+Subject: [WiX-users] IIS web site dialog




I am creating an installer for a web service.
 
I would like to have a dialog like that in the web installer the visual studio 
creates which has a drop down of the IIS web sites and a box for the virtual 
directory name.
 
My question is has anyone created something similar before?  I thing I am right 
in thinking that this does not exist in the WIX UI extension.
If not is there a way I can achieve this just using the WIX tool set?   I do 
not want to have to write custom actions.
 
Thanks Graham
_
Need to know the score, the latest news, or you need your Hotmail®-get your 
fix.
http://www.msnmobilefix.com/Default.aspx-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Building a Web App MSI for VS 2003

2008-03-11 Thread david adams

Christoper:
 
I suspect that this is a case where you would be better off using the WiX 
server-related elements (website, webvirtualdir, etc) instead of the Dark 
output.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]: 
http://www.swamidavesays.com


Date: Tue, 11 Mar 2008 14:03:21 +From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [WiX-users] Building a Web App MSI for VS 2003




Trying to build a WIX install to run with CruiseControl.
 
I built an MSI from VS2003 for a Web App solution.
 
Then ran DARK on it, run CANDLE and LIGHT and builds a new MSI fine.
 
But when you run the MSI, asks for target folder, accepts, starts install, then 
fails.
 
Digging inside, the error log shows…
 
Action start 13:44:12: CreateFolders.
CreateFolders: Folder: Creating folders
Action ended 13:44:12: CreateFolders. Return value 1.
Action 13:44:12: WEBCA_GatherWebFolderProperties. 
Action start 13:44:12: WEBCA_GatherWebFolderProperties.
DEBUG: Error 2769:  Custom Action WEBCA_GatherWebFolderProperties did not close 
1 MSIHANDLEs.
The installer has encountered an unexpected error installing this package. This 
may indicate a problem with this package. The error code is 2769. The arguments 
are: WEBCA_GatherWebFolderProperties, 1, 
Action ended 13:44:12: WEBCA_GatherWebFolderProperties. Return value 3.
Action ended 13:44:12: INSTALL. Return value 3.
Action ended 13:44:12: ExecuteAction. Return value 3.
Action 13:44:12: FatalErrorForm. 
Action start 13:44:12: FatalErrorForm.
Action 13:44:12: FatalErrorForm. Dialog created
Action ended 13:44:14: FatalErrorForm. Return value 1.
Action ended 13:44:14: INSTALL. Return value 3.
 
What is the problem with GatherWebFolderProperties.
 
Inside the WXS the custom action is defined as…
 
CustomAction Id=WEBCA_GatherWebFolderProperties Return=check 
BinaryKey=MSVBDPCADLL DllEntry=GatherWebFolderProperties /
 
 
Has anyone experienced similar problems, or have a better approach to this?
 
 
 
Chris Butcher 
 
Disclaimer of IDOX Group plc (IDOX)
This e-mail and any attachments are confidential, may be privileged and are 
intended solely for the use of the intended recipient/s. If you are not an 
intended recipient, please (a) notify the sender immediately, copying [EMAIL 
PROTECTED] as appropriate; and (b) delete the original e-mail and your reply 
from your system. Unless authorized by IDOX, copying, forwarding, disclosing or 
using this e-mail is prohibited. No liability is accepted for damage caused by 
the presence of any virus. The contents of this e-mail are provided subject to 
contract. Views or  opinions in this e-mail are those of the author and not 
necessarily those of IDOX . IDOX may intercept, copy or monitor e-mails from or 
to anyone using its facilities in accordance with the law. 
_
Climb to the top of the charts! Play the word scramble challenge with star 
power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Creating a new IIS website with an existing port

2008-02-14 Thread david adams

Michal:
 
I think that you problem is more an issue with the IIS API (implemented by WiX) 
than WiX itself.  
 
You can have only one active web site with a given IP / Port / Host Header 
combination.  You can have any number of duplicates, but only one will be 
active.  
 
Your challenge is coming up because IIS manages the web sites not by the IP / 
Port / HH combination, but via an indexed array.  The IIS API performs a lookup 
of the array index using the IP / Port / HH as the key.  The actions are 
performed using the key value.  For a web site create, I believe that WiX 
recognizes that you are attempting to create a duplicate (because the index 
lookup returned a match) so it is ignoring the web site declarations.  I am not 
certain, but you may be able to see as much in a verbose log file.  
 
I think that you can do it via the MMC is because that model is index-aware.  
It identifies the sites by the index (not the IP / Port / HH lookup).  When 
there is a duplicate identifier address, it simply implements a rule that only 
one can be active (all others are stopped).David Adams, MCSD MSN 
MessengerID: [EMAIL PROTECTED]: http://www.swamidavesays.com


Date: Thu, 14 Feb 2008 11:35:22 +0200From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]; [EMAIL PROTECTED]: Re: [WiX-users] Creating a new IIS website with 
an existing port






Still a problem. Insights, anyone?
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal 
PeledSent: Sunday, February 03, 2008 10:44 AMTo: [EMAIL PROTECTED]: [WiX-users] 
Creating a new IIS website with an existing port
 
Hi all,
My installation allows the user to create a new web site during installation, 
providing the new site Description (name), and bindings (port number, host 
header etc.).
The installation takes place on IIS 6.0 only, and the new website is being 
created using iis:website controls and compiling with the WixIIsExtension.
 
The situation is that users cannot create a new website with an existing port 
number (granted to an existing site), even if the bindings are different.
For example: if a user has site A on port 345, he can't create a new website 
named B with the same port number using my installation.
 
The installation doesn't fail and doesn't change anything existing in IIS, the 
website is just not being created.
When performing the same action manually on IIS, I see that the behavior is to 
create the new site in a stopped state. That's something I can live with.
 
Is that the way Wix works with IIS, or is there something I can do differently?
 
Help appreciated,
 
Michal.
_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Error - Failed to read IIsWebs table

2007-08-28 Thread david adams

If you are using the current release, you may want to report this as a bug.  
This bug was fixed in 2.0 previously.  
David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 28 Aug 2007 00:05:10 
+0530Subject: [WiX-users] Error - Failed to read IIsWebs table


 Hi List, I need to install two websites. wxs file is included below. If header 
attribute is not in WeAddress element, later website overwrirtes the former 
one. And, if header is included, it gives error during installation, Failed to 
read IIsWebs table. ( -2147024774). But if I delete Default Web Site from 
client machine before installation, it works perfectly. Portion of the log file 
is also included below. Product  Package / 
Media ../ Directory Id=TARGETDIR Name=SourceDir
Directory Id=ProgramFilesFolder   Directory Id=SETUPDIR 
Name=iPlatSet   Directory Id=iPlatformDir Name=iPlatfrm 
LongName=iPlatform Component Id='defaultPage' 
Guid=76D92FAD-31A4-1409-B390-B038B468F3FAFile 
Id=/ /Component Directory 
Id=Includes Name=Includes/Directory Directory 
Id=iPlatformStyles Name=iPlStyl LongName=iPlatformStyles /   
  Directory Id=iPlatformIncludes Name=iPlInc 
LongName=iPlatformIncludes / Directory 
Id=iPlatformImages Name=iPlImg LongName=iPlatformImages /
  /Directory  Directory Id=iAdminDir Name=iAdmin
  Directory Id=iAdminiPlatformStyles Name=iAdiPSt 
LongName=iPlatformStyles / Directory 
Id=iAdminiPlatformIncludes Name=iAdiPInc LongName=iPlatformIncludes /
 Directory Id=iAdminiPlatformImages Name=iAdiPlIm 
LongName=iPlatformImages /  /Directory   
/Directory/DirectoryComponent 
Id='iAdminWebsiteComponent' Guid='4861389C-F297-3BB9-6C8D-004AE349E49F'
   WebSite Id='iAdminWebSite' Description='eiAdmin' Directory='iAdminDir' 
DirProperties='iAdminDirProperties'   WebAddress 
Id='iAdminAddress' Port='80' IP='*' Header='iAdmin' /   /WebSite 
   /ComponentComponent Id='iPlatformWebsiteComponent' 
Guid='72B25738-E4D7-E583-6864-5817E30A7D7E'   WebSite 
Id='iPlatformWebSite' Description='eiPlatform' Directory='iPlatformDir' 
DirProperties='iPlatformDirProperties'   WebAddress 
Id='iPlatformAddress' Port='80' Header='iPlatform' IP='*'/   
/WebSite/ComponentComponent 
Id='addRegistryComponent' Guid='4909294A-1BE1-8BAE-E7AE-240242F3E10E'  
  Registry Root='HKLM' KeyPath='yes' 
Key='SYSTEM\CurrentControlSet\Control\Lsa' Name='DisableLoopbackCheck' 
Value='1' Type='integer'//Component /Directory 
WebDirProperties Id='iPlatformDirProperties' AnonymousAccess='no' 
WindowsAuthentication='yes' / Feature Id=iPlatformFeature Level=1 
Title=iPlatform Project   ComponentRef Id=/ 
/Feature  Property Id=SETUPDIR Value=C:\Inetpub\wwwroot /   
/ProductAny help appreciated.

Change is good. See what's different about Windows Live Hotmail. Check it out! 
_
Find a local pizza place, movie theater, and more….then map the best route!
http://maps.live.com/default.aspx?v=2ss=yp.bars~yp.pizza~yp.movie%20theatercp=42.358996~-71.056691style=rlvl=13tilt=-90dir=0alt=-1000scene=950607encType=1FORM=MGAC01-
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating a web site in IIS

2007-08-22 Thread david adams

If you can publish a section of what you are doing, it might help.David Adams, 
MCSD MSN MessengerID: [EMAIL PROTECTED] Date: Tue, 21 Aug 2007 18:57:32 -0700 
From: [EMAIL PROTECTED] To: wix-users@lists.sourceforge.net Subject: 
[WiX-users] Creating a web site in IIS  Hello,  I'm trying to use the wix 
iis:website element to create a new website in iis. Despite the fact that I 
specify a different port and specific IP address in the child iis:web address 
element, I find that the new web site is replacing the existing default web 
site rather than being added to the list as a second website.  I'm using 
windows server 2003 r2 running iis 6, so multiple websites should be allowed. 
 Any ideas or thoughts?  -Dan  
- 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-users mailing list WiX-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wix-users
_
Messenger Café — open for fun 24/7. Hot games, cool activities served daily. 
Visit now.
http://cafemessenger.com?ocid=TXT_TAGLM_AugWLtagline-
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change IIS asp.net version

2007-08-22 Thread david adams
\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=soap CheckPath=no Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=svc CheckPath=no Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=vb CheckPath=yes Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=vbproj CheckPath=yes Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=vjsproj CheckPath=yes Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=vsdisco CheckPath=no Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/WebApplicationExtension Extension=webinfo CheckPath=yes Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


Date: Wed, 22 Aug 2007 12:54:33 +0100From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]; [EMAIL PROTECTED]: Re: [WiX-users] Change IIS asp.net version



Thanks for the response.
I added your code but now when I run the install it modifies the extension and 
only puts one ad entry in so all the others like asp, aspx, ascx are gone so 
nothing works!
 
How do you get around that problem?
 
Thanks
 
Dan
 



From: david adams [mailto:[EMAIL PROTECTED] Sent: 21 August 2007 19:19To: 
[EMAIL PROTECTED]: Re: [WiX-users] Change IIS asp.net version
We use the following to set the ASP.NET version to 2.0. The property identifies 
the 2.0 framework location from the system registry and the 
WebApplicationExtension sets the 2.0 ASPNET_ISAPI assembly for the particular 
web application.  Property Id=FRAMEWORKROOT  RegistrySearch 
Id=FrameworkRootDir Root=HKLM Key=SOFTWARE\Microsoft\.NETFramework 
Type=directory Name=InstallRoot //Property...WebApplication 
Id=TemplateWebApplicationDev AllowSessions=yes Buffer=yes 
ClientDebugging=no DefaultScript=VBScript Name=[WEBAPPLICATIONNAME] 
ServerDebugging=no SessionTimeout=20 WebAppPool=TemplateAppPool  
  WebApplicationExtension Extension=ad CheckPath=yes Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST 
/.../WebApplicationDavid Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


Date: Tue, 21 Aug 2007 16:35:38 +0100From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [WiX-users] Change IIS asp.net version
Hi,
 
I'm using wix v2.0.5206.0.  Is there anyway I can change the asp.net version 
for an IIS application either using built in command or custom action?  I've 
been looking around but can't find much on this.
 
Thanks
 
DanThis e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance. 
Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 

New home for Mom, no cleanup required. All starts here. 
This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance. 

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 
_
Recharge--play some free games. Win cool prizes too!
http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink-
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change IIS asp.net version

2007-08-21 Thread david adams

We use the following to set the ASP.NET version to 2.0.
 
The property identifies the 2.0 framework location from the system registry and 
the WebApplicationExtension sets the 2.0 ASPNET_ISAPI assembly for the 
particular web application.
 
 
Property Id=FRAMEWORKROOT  RegistrySearch Id=FrameworkRootDir 
Root=HKLM Key=SOFTWARE\Microsoft\.NETFramework Type=directory 
Name=InstallRoot //Property
...
WebApplication Id=TemplateWebApplicationDev AllowSessions=yes Buffer=yes 
ClientDebugging=no DefaultScript=VBScript Name=[WEBAPPLICATIONNAME] 
ServerDebugging=no SessionTimeout=20 WebAppPool=TemplateAppPool  
  WebApplicationExtension Extension=ad CheckPath=yes Script=yes 
Executable=[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll Verbs=GET,HEAD,POST /
...
/WebApplicationDavid Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


Date: Tue, 21 Aug 2007 16:35:38 +0100From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [WiX-users] Change IIS asp.net version

Hi,
 
I'm using wix v2.0.5206.0.  Is there anyway I can change the asp.net version 
for an IIS application either using built in command or custom action?  I've 
been looking around but can't find much on this.
 
Thanks
 
Dan
This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
co-operation. Please contact our IT Helpdesk on +44 (0) 20 7785 2000 or email 
[EMAIL PROTECTED] if you need assistance. 

Please refer to http://www.freshfields.com/legalnotice/uk.asp for regulatory 
information relating to the provision of insurance mediation services. 
_
Learn. Laugh. Share. Reallivemoms is right place!
http://www.reallivemoms.com?ocid=TXT_TAGHMloc=us-
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread david adams

I would suspect that it is something with that site.  
 
It is probably either a) the IP address / Port / [Host Header, if used] has 
been changed; at which, the installer would not be able to identify it in IIS 
or b) for whatever reason, another site has been added that has the same IP 
address / Port / [Host Header] combination  one of them is disabled.  
 
Under b), the search for the site matching the criteria would return an array, 
but the function would always return the 1st one (and possibly, not the right 
one) as the target of the installer action.
 
I'd make sure that the IP / Port / HH info is correct in the installer 
defintion (wxs) and that there is not another web site on the server that has 
matching info.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL 
PROTECTED]: Mon, 13 Aug 2007 08:45:50 -0700Subject: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall






Hmm. I am wondering if it is the host header then, because this is just a 
recent problem that’s shown up and the other 4 sites uninstall properly, it is 
just this one package.
 


From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:38 
PMTo: Pierson Lee (Volt); 'david adams'; [EMAIL PROTECTED]: RE: [WiX-users] 
Wierd IIS issue with Wix install/uninstall
 
As I said, because it doesn’t remember the ID number. It’s trying to look up 
which one to uninstall based on those three properties: IP, port, and host 
header.
 
Another case where it gets confused is if you have another site with the same 
properties which is disabled.
 
-- 
Mike Dimmick
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee 
(Volt)Sent: 10 August 2007 23:31To: david adams; [EMAIL PROTECTED]: Re: 
[WiX-users] Wierd IIS issue with Wix install/uninstall
 
I can see where this would be an issue of the IP address changing, but my issue 
is with the w3svc ID number that gets assigned and why the MSI thinks it’s a 
different number during uninstall then it was during the install portion.
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adamsSent: 
Friday, August 10, 2007 3:15 PMTo: [EMAIL PROTECTED]: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall
 
We overcome this issue by setting the install IP address to a property value.  
The property value is set (for default purposes) within the WiX file; however, 
we have added a custom dialog that allows the Install User to override the 
property value with a User-input one. Whether the default value or a User-input 
one is the actual IP address used, we persist the value to the machine registry 
for use on uninstall.   Note: This does introduce a risk if someone invalidates 
the value in the registry, but we accept that risk for the benefit installing 
to IP addresses that may be unknown at the time that the MSI is built.  
Property Id=WEBADDRESSIP_DEV Value=10.1.20.84   RegistrySearch 
Id=DevIpSearch Root=HKLM Key=SOFTWARE\Crawford\[APPREGKEY]\IpAddresses 
Name=Development Type=raw //PropertyComponent 
Id=CreateTemplateAppPool Guid=0D9804CB-CEE4-4D2D-8B9B-A8455AC035E4
WebAppPool Id=TemplateAppPool Identity=networkService IdleTimeout=20 
MaxWorkerProcesses=1 Name=[APPPOOLNAME] QueueLimit=4000 
RecycleMinutes=1740 //ComponentComponent Id=CreateTemplateWebSiteDev 
Guid=54A19EA6-828D-45CA-9CB4-06E989E0CB66WebSite 
Id=TemplateWebSiteDev AutoStart=no ConnectionTimeout=120 
Description=[WEBSITEDESC] Directory=INSTALLLOCATION StartOnInstall=no 
DirProperties=VDirProperties WebAddress Id=TemplateWebAddressDev 
IP=[WEBADDRESSIP_DEV] Port=80 / WebApplication 
Id=TemplateWebApplicationDev AllowSessions=yes Buffer=yes 
ClientDebugging=no DefaultScript=VBScript Name=[WEBAPPLICATIONNAME] 
ServerDebugging=no SessionTimeout=20 WebAppPool=TemplateAppPool /
/WebSite/ComponentComponent Id=CreateWebSiteDevKey 
Guid=A89D6667-C0F1-485C-9F2B-3A65F9676920Registry Id=WebSiteDevKey 
Root=HKLM Key=SOFTWARE\Crawford\[APPREGKEY]\IpAddresses Name=Development 
Action=write Type=string Value=[WEBADDRESSIP_DEV] //ComponentDavid 
Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Fri, 10 Aug 2007 
23:04:28 +0100Subject: Re: [WiX-users] Wierd IIS issue with Wix 
install/uninstall

WiX only looks at the combination of IP address(es), port number, and Host 
header. If any of those have been changed post-installation, the custom action 
may either not uninstall or uninstall the wrong site.
 
The problem here is that IIS’s metabase schema does not offer anywhere for WiX 
to put a cookie that the user cannot subsequently edit (there is a Comment 
field but that’s user-editable). In theory, WiX should generate the site number 
and store it elsewhere (e.g. in the registry), but the current WiX schema 
doesn’t allow you to specify a registry path to store it in.
 
-- 
Mike Dimmick
 




From: [EMAIL

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread david adams

Lee:
 
If you only set the port (and do nothing with the IP  Host Header), I would 
bet that there is another site using the same Port Number.  I would think that 
it has to be the case if other installers are working fine.  
 
My advice: Check the sites in IIS (or have someone with the permissions do it). 
 You are looking for another site (active or disabled) that uses the same Port 
Number (on the same IP).  David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Mon, 13 Aug 2007 
09:33:49 -0700Subject: Re: [WiX-users] Wierd IIS issue with Wix 
install/uninstall






Well, heres the kicker, I don’t set the HH or the IP ( I assume it’s the local 
machine). The only thing I set is the port.  L
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adamsSent: 
Monday, August 13, 2007 9:09 AMTo: [EMAIL PROTECTED]: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall
 
I would suspect that it is something with that site.   It is probably either a) 
the IP address / Port / [Host Header, if used] has been changed; at which, the 
installer would not be able to identify it in IIS or b) for whatever reason, 
another site has been added that has the same IP address / Port / [Host Header] 
combination  one of them is disabled.   Under b), the search for the site 
matching the criteria would return an array, but the function would always 
return the 1st one (and possibly, not the right one) as the target of the 
installer action. I'd make sure that the IP / Port / HH info is correct in the 
installer defintion (wxs) and that there is not another web site on the server 
that has matching info.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL 
PROTECTED]: Mon, 13 Aug 2007 08:45:50 -0700Subject: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall

Hmm. I am wondering if it is the host header then, because this is just a 
recent problem that’s shown up and the other 4 sites uninstall properly, it is 
just this one package.
 


From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:38 
PMTo: Pierson Lee (Volt); 'david adams'; [EMAIL PROTECTED]: RE: [WiX-users] 
Wierd IIS issue with Wix install/uninstall
 
As I said, because it doesn’t remember the ID number. It’s trying to look up 
which one to uninstall based on those three properties: IP, port, and host 
header.
 
Another case where it gets confused is if you have another site with the same 
properties which is disabled.
 
-- 
Mike Dimmick
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee 
(Volt)Sent: 10 August 2007 23:31To: david adams; [EMAIL PROTECTED]: Re: 
[WiX-users] Wierd IIS issue with Wix install/uninstall
 
I can see where this would be an issue of the IP address changing, but my issue 
is with the w3svc ID number that gets assigned and why the MSI thinks it’s a 
different number during uninstall then it was during the install portion.
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adamsSent: 
Friday, August 10, 2007 3:15 PMTo: [EMAIL PROTECTED]: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall
 
We overcome this issue by setting the install IP address to a property value.  
The property value is set (for default purposes) within the WiX file; however, 
we have added a custom dialog that allows the Install User to override the 
property value with a User-input one. Whether the default value or a User-input 
one is the actual IP address used, we persist the value to the machine registry 
for use on uninstall.   Note: This does introduce a risk if someone invalidates 
the value in the registry, but we accept that risk for the benefit installing 
to IP addresses that may be unknown at the time that the MSI is built.  
Property Id=WEBADDRESSIP_DEV Value=10.1.20.84   RegistrySearch 
Id=DevIpSearch Root=HKLM Key=SOFTWARE\Crawford\[APPREGKEY]\IpAddresses 
Name=Development Type=raw //PropertyComponent 
Id=CreateTemplateAppPool Guid=0D9804CB-CEE4-4D2D-8B9B-A8455AC035E4
WebAppPool Id=TemplateAppPool Identity=networkService IdleTimeout=20 
MaxWorkerProcesses=1 Name=[APPPOOLNAME] QueueLimit=4000 
RecycleMinutes=1740 //ComponentComponent Id=CreateTemplateWebSiteDev 
Guid=54A19EA6-828D-45CA-9CB4-06E989E0CB66WebSite 
Id=TemplateWebSiteDev AutoStart=no ConnectionTimeout=120 
Description=[WEBSITEDESC] Directory=INSTALLLOCATION StartOnInstall=no 
DirProperties=VDirProperties WebAddress Id=TemplateWebAddressDev 
IP=[WEBADDRESSIP_DEV] Port=80 / WebApplication 
Id=TemplateWebApplicationDev AllowSessions=yes Buffer=yes 
ClientDebugging=no DefaultScript=VBScript Name=[WEBAPPLICATIONNAME] 
ServerDebugging=no SessionTimeout=20 WebAppPool=TemplateAppPool /
/WebSite/ComponentComponent Id=CreateWebSiteDevKey 
Guid=A89D6667-C0F1-485C-9F2B-3A65F9676920Registry Id=WebSiteDevKey 
Root=HKLM Key=SOFTWARE

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-13 Thread david adams

Lee:
 
Yes.  See a previous post where I published our method for implementing a 
User-editable process.  
 
Essentially, have a Property A that is set to the default value.  As an child 
element to the Property, use a RegistrySearch to look into the Registry.  On 
install, it would not exist, so the installer would start with the Default 
value.  The Web Service Port (in your case), would be set to Property A (by 
name).  Via a dialog, the User is allowed to change the Property value prior to 
the installation.  During installation, save the property to the system 
registry for retrieval during uninstall.  During uninstall, when the 
RegistrySearch finds the value, the Property is set to the value (instead of 
the default).  David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Mon, 13 Aug 2007 
10:42:35 -0700Subject: Re: [WiX-users] Wierd IIS issue with Wix 
install/uninstall






Ok, I have found the exact problem now, and am looking for a fix.
 
I set my port number via a property [PORT_NO] that is set to a default value 
(say 8090) that the user then has the option of changing through the UI. If the 
port number is not changed, it uninstalls properly, but if it is changed(say 
the user wants it at 8091) then the site installs properly, but won’t uninstall.
 
Is this because the uninstall process looks at my default value? If so, do I 
need to store it in registry so that the uninstall process grabs the port 
number?
 
Thanks
Pierson 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adamsSent: 
Monday, August 13, 2007 10:01 AMTo: [EMAIL PROTECTED]: Re: [WiX-users] Wierd 
IIS issue with Wix install/uninstall
 
Lee: If you only set the port (and do nothing with the IP  Host Header), I 
would bet that there is another site using the same Port Number.  I would think 
that it has to be the case if other installers are working fine.   My advice: 
Check the sites in IIS (or have someone with the permissions do it).  You are 
looking for another site (active or disabled) that uses the same Port Number 
(on the same IP).  David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Mon, 13 Aug 2007 
09:33:49 -0700Subject: Re: [WiX-users] Wierd IIS issue with Wix 
install/uninstall

Well, heres the kicker, I don’t set the HH or the IP ( I assume it’s the local 
machine). The only thing I set is the port.  L
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adamsSent: 
Monday, August 13, 2007 9:09 AMTo: [EMAIL PROTECTED]: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall
 
I would suspect that it is something with that site.   It is probably either a) 
the IP address / Port / [Host Header, if used] has been changed; at which, the 
installer would not be able to identify it in IIS or b) for whatever reason, 
another site has been added that has the same IP address / Port / [Host Header] 
combination  one of them is disabled.   Under b), the search for the site 
matching the criteria would return an array, but the function would always 
return the 1st one (and possibly, not the right one) as the target of the 
installer action. I'd make sure that the IP / Port / HH info is correct in the 
installer defintion (wxs) and that there is not another web site on the server 
that has matching info.David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL 
PROTECTED]: Mon, 13 Aug 2007 08:45:50 -0700Subject: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall

Hmm. I am wondering if it is the host header then, because this is just a 
recent problem that’s shown up and the other 4 sites uninstall properly, it is 
just this one package.
 


From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:38 
PMTo: Pierson Lee (Volt); 'david adams'; [EMAIL PROTECTED]: RE: [WiX-users] 
Wierd IIS issue with Wix install/uninstall
 
As I said, because it doesn’t remember the ID number. It’s trying to look up 
which one to uninstall based on those three properties: IP, port, and host 
header.
 
Another case where it gets confused is if you have another site with the same 
properties which is disabled.
 
-- 
Mike Dimmick
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee 
(Volt)Sent: 10 August 2007 23:31To: david adams; [EMAIL PROTECTED]: Re: 
[WiX-users] Wierd IIS issue with Wix install/uninstall
 
I can see where this would be an issue of the IP address changing, but my issue 
is with the w3svc ID number that gets assigned and why the MSI thinks it’s a 
different number during uninstall then it was during the install portion.
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adamsSent: 
Friday, August 10, 2007 3:15 PMTo: [EMAIL PROTECTED]: Re: [WiX-users] Wierd IIS 
issue with Wix install/uninstall
 
We overcome

Re: [WiX-users] Wierd IIS issue with Wix install/uninstall

2007-08-10 Thread david adams

We overcome this issue by setting the install IP address to a property value.  
The property value is set (for default purposes) within the WiX file; however, 
we have added a custom dialog that allows the Install User to override the 
property value with a User-input one.
 
Whether the default value or a User-input one is the actual IP address used, we 
persist the value to the machine registry for use on uninstall.  
 
Note: This does introduce a risk if someone invalidates the value in the 
registry, but we accept that risk for the benefit installing to IP addresses 
that may be unknown at the time that the MSI is built.
 
 
Property Id=WEBADDRESSIP_DEV Value=10.1.20.84   RegistrySearch 
Id=DevIpSearch Root=HKLM Key=SOFTWARE\Crawford\[APPREGKEY]\IpAddresses 
Name=Development Type=raw //Property
Component Id=CreateTemplateAppPool 
Guid=0D9804CB-CEE4-4D2D-8B9B-A8455AC035E4WebAppPool 
Id=TemplateAppPool Identity=networkService IdleTimeout=20 
MaxWorkerProcesses=1 Name=[APPPOOLNAME] QueueLimit=4000 
RecycleMinutes=1740 //ComponentComponent Id=CreateTemplateWebSiteDev 
Guid=54A19EA6-828D-45CA-9CB4-06E989E0CB66WebSite 
Id=TemplateWebSiteDev AutoStart=no ConnectionTimeout=120 
Description=[WEBSITEDESC] Directory=INSTALLLOCATION StartOnInstall=no 
DirProperties=VDirProperties WebAddress Id=TemplateWebAddressDev 
IP=[WEBADDRESSIP_DEV] Port=80 / WebApplication 
Id=TemplateWebApplicationDev AllowSessions=yes Buffer=yes 
ClientDebugging=no DefaultScript=VBScript Name=[WEBAPPLICATIONNAME] 
ServerDebugging=no SessionTimeout=20 WebAppPool=TemplateAppPool /
/WebSite/ComponentComponent Id=CreateWebSiteDevKey 
Guid=A89D6667-C0F1-485C-9F2B-3A65F9676920Registry Id=WebSiteDevKey 
Root=HKLM Key=SOFTWARE\Crawford\[APPREGKEY]\IpAddresses Name=Development 
Action=write Type=string Value=[WEBADDRESSIP_DEV] //ComponentDavid 
Adams, MCSD MSN MessengerID: [EMAIL PROTECTED]


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Fri, 10 Aug 2007 
23:04:28 +0100Subject: Re: [WiX-users] Wierd IIS issue with Wix 
install/uninstall






WiX only looks at the combination of IP address(es), port number, and Host 
header. If any of those have been changed post-installation, the custom action 
may either not uninstall or uninstall the wrong site.
 
The problem here is that IIS’s metabase schema does not offer anywhere for WiX 
to put a cookie that the user cannot subsequently edit (there is a Comment 
field but that’s user-editable). In theory, WiX should generate the site number 
and store it elsewhere (e.g. in the registry), but the current WiX schema 
doesn’t allow you to specify a registry path to store it in.
 
-- 
Mike Dimmick
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee 
(Volt)Sent: 10 August 2007 21:27To: [EMAIL PROTECTED]: [WiX-users] Wierd IIS 
issue with Wix install/uninstall
 
I am currently installing 4 sites packaged with WiX. I have it installing 
app_pools, sites and the necessary files and file structures with each of these 
4 on the same server. I noticed some weird behavior today, particularly in 
uninstallation.
 
When I go to uninstall one of my sites, its not deleting the right metabase 
path.
 
So for instance, I install SiteA, SiteB, SiteC, and SiteD. When installing they 
are installed in W3SVC/2, 3, 4 and 5 respectively. (I don’t know why they are 
always sequential starting at the lowest possible number, but that seems to be 
a feature of WiX). When uninstalling SiteC (which was installed at W3SVC/4) it 
is attempting to uninstall the metabase path at W3SVC/2.
 
I’ve caught it doing this a couple times now and I would like to know A) where 
does it look to determine where the site was installed at and B) how to 
fix/prevent this.
 
Thanks 
_
See what you’re getting into…before you go there
http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507-
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstalling IIS VDirs from deleted website...

2007-07-25 Thread david adams
I could be wrong, but I believe that if the website / vdir is recreated in 
IIS, you could run the uninstall.


David Adams
MSN MessengerID: [EMAIL PROTECTED]






Anyone have suggestions on how to handle the situation where setup fails on 
uninstall because the website associated with a virtual directory no longer 
exists?  It is possible for users to re-create the website in IIS manager 
and then run uninstall, but it seems it would be better to simply ignore 
that the virtual directory/web site is missing and continue on with setup 
(same as would happen if an installed file was missing during uninstall).

Anyone have ideas about the best way to resolve this issue?

Thanks,
Micah



-
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-users mailing list

https://lists.sourceforge.net/lists/listinfo/wix-users

_
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_pcmag_0507


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


Re: [WiX-users] Web App Uninstall Doesn't Remove File Content

2007-06-13 Thread david adams

Posting the results might be helpful.



David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Ryan Parmenter [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Web App Uninstall Doesn't Remove File Content
Date: Wed, 13 Jun 2007 15:39:55 -0500
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc4-f7.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 13 
Jun 2007 13:40:01 -0700
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid E9ADA1247C; Wed, 13 Jun 
2007 13:40:00 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HyZdF-0002w7-R5for 
wix-users@lists.sourceforge.net; Wed, 13 Jun 2007 13:39:58 -0700
Received: from nz-out-0506.google.com ([64.233.162.230])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1HyZdE-0001KK-Ixfor 
wix-users@lists.sourceforge.net; Wed, 13 Jun 2007 13:39:57 -0700
Received: by nz-out-0506.google.com with SMTP id 18so843715nzpfor 
wix-users@lists.sourceforge.net;Wed, 13 Jun 2007 13:39:55 -0700 (PDT)
Received: by 10.114.180.1 with SMTP id c1mr1001714waf.1181767195109;Wed, 13 
Jun 2007 13:39:55 -0700 (PDT)

Received: by 10.114.134.5 with HTTP; Wed, 13 Jun 2007 13:39:55 -0700 (PDT)
X-Message-Info: 
LsUYwwHHNt3SnQYtlpcBU+jU28qPN1tFsVNhwKJAbiAb0pHiVpYr7QC+Hk+zb+Nn

X-Spam-Score: 0.3 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 RCVD_BY_IP  
   Received by mail server with no name0.0 HTML_MESSAGE   
BODY: HTML included in message0.3 HTML_10_20 BODY: Message is 
10% to 20% HTML

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Jun 2007 20:40:02.0508 (UTC) 
FILETIME=[045F00C0:01C7ADFB]


I am working on my first Wix installer for a web app.  I have about
everything working with one exception.  When I remove my application via
Add/Remove Programs, it removes the virtual directory from the IIS metabase
(including a sub virtual that my installer is creating) just fine.  
However,

it doesn't clear out the content from the file system.  Any help is
appreciated.  If I need to post portions of my installer code to clarify
anything, please let me know.

Thanks,

Ryan




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/




___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


_
Make every IM count. Download Messenger and join the i’m Initiative now. 
It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_June07



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Create new IIS WebSite

2007-04-11 Thread david adams
Marc:

If this is a reoccurrence of the error, you should see something about an 
array out of bounds exception in the verbose log.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Marc McClure [EMAIL PROTECTED]
To: Rob Mensching 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net 
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Create new IIS WebSite
Date: Tue, 10 Apr 2007 15:56:36 -0700
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Tue, 10 
Apr 2007 15:56:58 -0700
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 47381121AD; Tue, 10 Apr 
2007 15:56:57 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HbPGg-0006tX-Kpfor 
wix-users@lists.sourceforge.net; Tue, 10 Apr 2007 15:56:54 -0700
Received: from smtp.microsoft.com ([131.107.115.212])by 
mail.sourceforge.net with esmtps (TLSv1:RC4-MD5:128) (Exim 4.44)id 
1HbPGe-cg-Mpfor wix-users@lists.sourceforge.net; Tue, 10 Apr 2007 
15:56:54 -0700
Received: from tk1-exhub-c103.redmond.corp.microsoft.com (157.56.116.114) 
byTK5-EXGWY-E801.partners.extranet.microsoft.com (10.251.56.50) 
withMicrosoftSMTP Server (TLS) id 8.0.685.24; Tue, 10 Apr 2007 15:56:42 
-0700
Received: from NA-EXMSG-C113.redmond.corp.microsoft.com ([157.54.62.163]) 
bytk1-exhub-c103.redmond.corp.microsoft.com ([157.56.116.114]) with 
mapi;Tue, 10 Apr 2007 15:56:41 -0700
X-Message-Info: 
LsUYwwHHNt2j/BL7m+5oNIof+vOUWmb80vIATq3REEwiXhOjY0L9ynhC6g0Ty0oy
Thread-Topic: [WiX-users] Create new IIS WebSite
Thread-Index: Acd7qx3qyMZoTIo1QAKb/F4Ok8amMQADrDRwAAH5gfA=
References: 
[EMAIL PROTECTED][EMAIL PROTECTED]
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: X-MS-TNEF-Correlator: x-cr-puzzleid: 
{3AA78E68-5FF4-44AA-9495-0765DC74CF4D}
x-cr-hashedpuzzle: d5A= AQD1 Adgu Avsu BZuH CVaV FCB4 Fiwi FrQX HBoa 
HnW+HtmD H4S7 IQkS Iuux I9je; 
1;dwBpAHgALQB1AHMAZQByAHMAQABsAGkAcwB0AHMALgBzAG8AdQByAGMAZQBmAG8AcgBnAGUALgBuAGUAdAA=;Sosha1_v1;
 
7; 
{3AA78E68-5FF4-44AA-9495-0765DC74CF4D};bQBhAHIAYwBtAGMAYwBAAG0AaQBjAHIAbwBzAG8AZgB0AC4AYwBvAG0A;
 
Tue,10 Apr 2007 22:56:36 
GMT;UgBFADoAIABbAFcAaQBYAC0AdQBzAGUAcgBzAF0AIABDAHIAZQBhAHQAZQAgAG4AZQB3ACAASQBJAFMAIABXAGUAYgBTAGkAdABlAA==
acceptlanguage: en-US
X-Spam-Score: 1.9 (+)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.7 MORTGAGE_RATES  
BODY: Information on mortgage rates0.0 HTML_MESSAGE   BODY: 
HTML included in message1.2 HTML_ATTR_UNIQUE BODY: HTML appears to have 
random attributes intags 0.1 HTML_50_60 BODY: Message is 50% to 
60% HTML
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 10 Apr 2007 22:56:58.0570 (UTC) 
FILETIME=[8B1692A0:01C77BC3]

We are trying to create a new website in IIS using the Website tag. We are 
trying create a new website (not the default website) with a different IP 
and port.

Failed to read IIsWebs Table (-2147023728 )

I think it is an error with the Server Custom Actions DLL scaexec.dll - 
probably an IIS error on a function call.

WebSite Id='Web Sites' Description='My Web Site' Directory='INSTALLDIR' 
StartOnInstall='yes'
WebAddress Id=IP_HERE Port=14465  /
/WebSite

Is that clear or is more information needed?

Thanks.

From: Rob Mensching
Sent: Tuesday, April 10, 2007 2:48 PM
To: Marc McClure; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Create new IIS WebSite

It seems like the problem in this thread has morphed a ways.  Can you be 
specific about what error messages you are getting (verbose log file 
captures are helpful) and what you are trying to accomplish now.

From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Marc McClure
Sent: Tuesday, April 10, 2007 1:02 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Create new IIS WebSite

The website problem is still existing for us in builds v2.0.5206.0 and 
v2.0.4820.0 if we try to create a website with a different IP.  It gives us 
the IIS error (2147024774).  Is this still a known issue?

Are others experiencing this issue or is there a workaround?

Thanks

Re: [WiX-users] ConfigureIIs skipping virtual directory

2007-03-19 Thread david adams
As I understand it, ConfigureIIS performs its actions on the first website 
that matches the IP address, Port Number,  Host Header (if used).  If you 
imagine it as an array, Default Website is almost always in array position 
[0] and would receive the action.

We add an additional IP address to our servers to overcome this limitation.  
However, our apps are predominately enterprise / corporate in nature, so it 
is  not a requirement that we are placing upon a customer or partner.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Tina Basinger [EMAIL PROTECTED]
To: Wix Group WiX-users@lists.sourceforge.net
Subject: Re: [WiX-users] ConfigureIIs skipping virtual directory
Date: Mon, 19 Mar 2007 12:42:33 -0400
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc10-f4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 
19 Mar 2007 09:42:46 -0700
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 9203C12722; Mon, 19 Mar 
2007 08:42:45 -0800 (PST)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HTKwN-0007y0-4ofor 
WiX-users@lists.sourceforge.net; Mon, 19 Mar 2007 09:42:35 -0700
Received: from an-out-0708.google.com ([209.85.132.244])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1HTKwM-0004Lj-Mtfor 
WiX-users@lists.sourceforge.net; Mon, 19 Mar 2007 09:42:35 -0700
Received: by an-out-0708.google.com with SMTP id d40so2359503andfor 
WiX-users@lists.sourceforge.net;Mon, 19 Mar 2007 09:42:33 -0700 (PDT)
Received: by 10.100.173.19 with SMTP id v19mr3932390ane.1174322553523;Mon, 
19 Mar 2007 09:42:33 -0700 (PDT)
Received: by 10.100.123.16 with HTTP; Mon, 19 Mar 2007 09:42:33 -0700 (PDT)
X-Message-Info: 
LsUYwwHHNt30i+kezcQJBbZMnWb4kmGgA/1ss2p+YWP2s7Wh3zIjpJDORxVYGpMQ
References: [EMAIL PROTECTED]
X-Spam-Score: 0.1 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 RCVD_BY_IP  
Received by mail server with no name0.1 HTML_30_40 
BODY: Message is 30% to 40% HTML0.0 HTML_MESSAGE   BODY: HTML 
included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 19 Mar 2007 16:42:46.0441 (UTC) 
FILETIME=[9F7D1190:01C76A45]

Okay, I just figured out that ConfigureIIs is creating the virtual
directories, but on the wrong IIS site.  Because I installed WSS 3.0 on 
this
machine, I have a Default Web Site site that is configured for port 80,
but not running, and a SharePoint - 80 site that is also configure for
port 80, and is running.  I am thinking that Wix is finding the desired
website by port number, and since I have two web sites on the same port, it
happens to pick the wrong one.

Has anyone else ran into this?  Does anyone know of a work around?   I'm
guessing deleting Default Web Site would work, but I'd rather find a way
to work around it without requiring the user to do an extra step.

Thanks!
-Tina



On 3/19/07, Tina Basinger [EMAIL PROTECTED] wrote:

I have a situation where ConfigureIIs does not seem to be creating a
Virtual Directory that I expect it to.  It only happens when I am 
installing
to a SharePoint web site that has another custom application installed to 
it
as well.  Can anyone offer any debugging tips on how to see what
ConfigureIIs is doing, and why it might not be creating the virtual
directory in this case?

Thanks!
-Tina



-
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

_
5.5%* 30 year fixed mortgage rate. Good credit refinance. Up to 5 free 
quotes - *Terms 
https://www2.nextag.com/goto.jsp?product=10035url=%2fst.jsptm=ysearch=mortgage_text_links_88_h2a5ds=4056p=5117disc=yvers=910

Re: [WiX-users] starting service on install

2007-03-05 Thread david adams
If it is a dependency issue, you might be able to use the following to 
address it.


Component
 ServiceInstall
   ServiceDependency Id= /
 /ServiceInstall
/Component

In our case, we have a number of Windows Services that process messages in 
MSMQs.  This dependency declaratively identifies our Windows Service 
(defined under the Service Install element) as dependent upon MSMQ.


David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: lindsayH [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] starting service on install
Date: Mon, 5 Mar 2007 09:28:35 -0800 (PST)
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 5 
Mar 2007 09:29:04 -0800
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid DA3D91206F; Mon,  5 Mar 
2007 09:29:03 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HOGzO-qt-PGfor 
wix-users@lists.sourceforge.net; Mon, 05 Mar 2007 09:28:49 -0800
Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com)by 
mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 
1HOGzG-00073E-JHfor wix-users@lists.sourceforge.net; Mon, 05 Mar 2007 
09:28:40 -0800
Received: from [72.21.53.38] (helo=jubjub.nabble.com)by talk.nabble.com 
with esmtp (Exim 4.50) id 1HOGzD-0002Q2-UCfor 
wix-users@lists.sourceforge.net; Mon, 05 Mar 2007 09:28:35 -0800

X-Message-Info: LsUYwwHHNt3tJXjpPKFk7X8DB+GpkrnXRDDcXKu9HR0=
X-Nabble-From: [EMAIL PROTECTED]
References: 
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]

X-Spam-Score: -2.8 (--)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21-2.8 ALL_TRUSTED
Did not pass through any untrusted hosts

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 05 Mar 2007 17:29:04.0826 (UTC) 
FILETIME=[C5C079A0:01C75F4B]



Hi Phil, thanks for your response, I gave up and now I am just starting the
service from the comand line in a custom action, and it works fine.

Thanks!
Lindsay


Wilson, Phil wrote:

 The error message always says verify that you have .. privileges..., 
and
 sometimes that is the error, but error 1920 is just a generic one 
meaning
 that the service start failed. If it starts ok after the install, then 
it
 smells like a dependency issue with something that isn't on the system 
at

 StartServices time.

 Phil Wilson


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of lindsayH
 Sent: Saturday, March 03, 2007 8:02 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] starting service on install


 Hi guys thanks so much for your replies... unfortunatley, I AM setting 
the
 'log on as a service' right.  I even tried giving myself the 'act as 
part
 of the os' right, and I still apparently don't have sufficient 
privileges

 to start system services, and neither does local system I was
 thinking maybe my install wasn't running with enough priviliges, but I
 have set the [EMAIL PROTECTED]elevated.  So.. I'm not sure
 whats wrong. :(

 thanks!
 Lindsay



 Ziegelwanger, Silvio-2 wrote:


 Hi!

 You can set log on as service via the
 GroupPolicy/ComputerConfigurations/WindowsSetting/SecuritySettings/Loc
 alPolicies/UserRigthsAssignment/Log
 on as a service for the user who should install and start the service.

 You can start the Group Policy Editor with the command gpedit.msc in
 the Run box.

 Yours sincerely

 Silvio

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Im Auftrag von Rob
 Hamflett
 Gesendet: Donnerstag, 01. März 2007 10:16
 An: wix-users@lists.sourceforge.net
 Betreff: Re: [WiX-users] starting service on install

 I'm not sure why you're getting problems with LocalSystem.  The reason
 you're having trouble for other users though is probably because they
 don't have the 'start services' right.  You'll need a custom action to
 set this for whichever user.

 Rob

 Lindsay Harris wrote:
 Hi!



 I have a service I am installing (that part is working fine

Re: [WiX-users] Create new IIS WebSite

2007-03-01 Thread david adams
If replacing the dll corrected your problem (and you were using the current 
codebase / binary drop), then I suspect that a bug has been reintroduced.  
It was fixed a couple of months back.


The error that was occurring was an array buffer overflow in the SCA dll 
when it read the IIS metadata.  The array is on the index value, which until 
Win 2003 / IIS 6.0 was always 0.  Mike Dimmick posted the code fix a while 
back and it was checked back into the project.


To your point, yes.  Drop #3309 did not have the error.

To answer your other questions, I'd suggest that you look at the 
WebDirProperties element in the WiX Help file.  You associate it via the 
@DirProperties attribute of your WebSite element.


David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: [EMAIL PROTECTED]
To: Matthew Janulewicz 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net

Subject: Re: [WiX-users] Create new IIS WebSite
Date: Thu, 01 Mar 2007 16:21:21 +
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc2-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 1 
Mar 2007 08:22:36 -0800
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 3425A12B5D; Thu,  1 Mar 
2007 08:21:47 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HMo2J-0007iq-Lcfor 
wix-users@lists.sourceforge.net; Thu, 01 Mar 2007 08:21:43 -0800
Received: from sccrmhc14.comcast.net ([63.240.77.84])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1HMo2H-YM-L0for 
wix-users@lists.sourceforge.net; Thu, 01 Mar 2007 08:21:43 -0800
Received: from smailcenter47.comcast.net ([204.127.205.147])by comcast.net 
(sccrmhc14) with SMTPid 2007030116212101400pt9tue; Thu, 1 Mar 2007 
16:21:21 +
Received: from [66.255.44.169] by smailcenter47.comcast.net;Thu, 01 Mar 
2007 16:21:21 +

X-Message-Info: LsUYwwHHNt2xefYWvTrnm8rEYCvZfxYb4ztguHEdPlQ=
X-Mailer: ATT Message Center Version 1 (Oct  4 2006)
X-Authenticated-Sender: Y29zbW81MUBjb21jYXN0Lm5ldA==
X-Spam-Score: 0.8 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.2 NO_REAL_NAME
   From: does not include a real name0.5 FROM_ENDS_IN_NUMS  From: 
ends in numbers0.0 HTML_MESSAGE   BODY: HTML included in message0.1 
MIME_BOUND_NEXTPARTSpam tool pattern in MIME boundary

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 01 Mar 2007 16:22:37.0547 (UTC) 
FILETIME=[D37EFBB0:01C75C1D]


Thank you for your reply.  Your were right... it should be working.  I 
figured out the problem was a bug with wix.  I am using an early version 
2.0.4415.0.  So i just replaced the effected dll (sca*.dll and scawix.dll) 
with an even early version (3309) where it was working.


Having said that, i do have another problem.  I am trying to set some 
properties within the website.  For example I would like to set the execute 
permission to 'Scripts Only', I would also like to name the default page. 
And one more thing.. i would like to be able to set the authenticated 
access to integrated security or prompt the user for username and password 
for anonymous access.  Is this possible with Wix?  I have searched the user 
list and couldn't find anything.


Thank you for your help,
Shayla
-- Original message --
From: Matthew Janulewicz [EMAIL PROTECTED]

IIS 5.1 (default with XP) only allows one website to be installed/running 
at a time, so that’s probably why it replaces your ‘Default Web Site’.


IIS 6.0 should allow you to install multiple websites, we do it all the 
time. I don’t know if that’s the default version for Windows Server 2003, 
but that’s our current set-up and it works great.



-Matt





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 3:39 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Create new IIS WebSite

I am trying to create a new web site in IIS.

Here is my code.
WebSite Id='Web Sites' Description='My Web Site' Directory='INSTA LLDIR' 
StartOnInstall='yes’

   WebAddress Id=AllUnassigned Port=14465  / /SPAN
/WebSite

If I use port 80 it renames the ‘Default Web

Re: [WiX-users] Create new IIS WebSite

2007-02-28 Thread david adams
IIS 5.1 (default XP) does allow only 1 web site.  IIS 6.0 (default for 2003) 
allows multiple web sites, which can be created and configured via the 
installers.

Assuming that you are using default configurations, Shayla's code snippet 
would overwrite the Default Web Site (All Unassigned / Port 80) under 
either IIS 5.1 or 6.0.

The reasoning relates to IIS (and its API) more than anything else.  In the 
IIS metadata, web sites have an index key, name, IP address, port,  
optionally, host headers.  The entries in IIS are inserted / updated via a 
Get operation that accepts IP address, Port, and Host Header parameters.

Since Default Web Site is created by default under IIS at index position 0 
with an IP of All Unassigned under Port 80 with no Host Headers, any WiX 
(or other IIS API operation) performed with those parameters would be 
changing the actual Default Web Site.  The API creates a new web site if 
one does not exist under the parameters or updates an existing one that does 
(Default Web Site in this case).

Shayla: Create an additional IP address on the server.  Use that IP 
specifically on the @Website element.  Assuming that you are on 2003 (IIS 
6.0), it should create your new site on that IP address and have no effect 
on the Default Web Site.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Matthew Janulewicz [EMAIL PROTECTED]
To: [EMAIL PROTECTED], wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Create new IIS WebSite
Date: Wed, 28 Feb 2007 15:46:04 -0800
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc5-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, 28 
Feb 2007 15:45:20 -0800
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 38FA512B31; Wed, 28 Feb 
2007 15:45:20 -0800 (PST)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HMYTg-0008Nh-MFfor 
wix-users@lists.sourceforge.net; Wed, 28 Feb 2007 15:44:56 -0800
Received: from mx1.greendotcorp.com ([63.161.119.204])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1HMYTf-0006sj-ALfor 
wix-users@lists.sourceforge.net; Wed, 28 Feb 2007 15:44:56 -0800
X-Message-Info: LsUYwwHHNt1esbP3tsUQs8jdpb9Hr08qyEv2p2nR1GA=
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] Create new 
IIS WebSite
Thread-Index: Acdbkdrtr+fWHwhZTxqwSqvDOyGG0gAAEKuw
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGE
BODY: HTML included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 28 Feb 2007 23:45:20.0981 (UTC) 
FILETIME=[821F9850:01C75B92]

IIS 5.1 (default with XP) only allows one website to be
installed/running at a time, so that's probably why it replaces your
'Default Web Site'.



IIS 6.0 should allow you to install multiple websites, we do it all the
time. I don't know if that's the default version for Windows Server
2003, but that's our current set-up and it works great.





-Matt





   _

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 3:39 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Create new IIS WebSite



I am trying to create a new web site in IIS.



Here is my code.

WebSite Id='Web Sites' Description='My Web Site' Directory='INSTA
LLDIR' StartOnInstall='yes'

WebAddress Id=AllUnassigned Port=14465  / /SPAN

/WebSite



If I use port 80 it renames the 'Default Web Site' to 'My Web Site'.  If
I use a random port number I get an error (Failed to read IIsWebs table.
(-2147024774)).



What I am trying to do is create a new web site on windows 2003 and
windows XP.  Can anyone please help??



TIA

Shayla



-
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

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread david adams
Is this function that can be accomplished using the Feature elements?  Do 
you want your Install User to select particular features or do you envision 
something like a custom dialog that allows them to select Client or 
Server?  Pending their selection on the custom dialog, the correct set of 
features should already be enabled / scheduled.


David Adams
MSN MessengerID: [EMAIL PROTECTED]




I actually have two questions relating to this, not sure if I should post 
one

question seperately though

I have broken my installer down into having two features, CLIENT and 
SERVER.


What I want to happen is when I install the client feature, upon completion
it runs another small installer to lay down some extra functionality that 
is

required

If I install the Server component then I do not want the second small
installer to run.

What I am seeing is, if I install just the CLIENT, then the installer runs
to completion correctly.
If I install bothe CLIENT and SERVER on the same machine then the installer
runs to completion correctly.
If I install just the SERVER I get the following error message being
displayed

The installer has encountered an unexpected error instaling the package.
This may indicate a problem with this package. Te error code is 2753

If I check Add/Remove Programs I do see my main installer as having been
installed so just not sure if I am handling the condition correctly,
possibly related to the (NOT Installed) AND (NOT SVGEXISTS) condition
specified.

I have the following definitions

Condition to check for before running. Idea being check that this is an
install and only run if it finds the file in question
--

  Fragment Id='POSTINSTALL'

CustomAction Id='LaunchFile' FileKey='svg' ExeCommand=''
Return='asyncNoWait' /

InstallExecuteSequence
  Custom Action='LaunchFile' After='InstallFinalize'(NOT Installed)
AND (NOT SVGEXISTS)/Custom
/InstallExecuteSequence

  /Fragment

Definition of svg
--
DirectoryRef Id='ProgramFilesFolder'
  Directory Id='Agilent' Name='Agilent'
Directory Id='Dashb' Name='dashb' LongName='Business Dashboard'
  Directory Id='inst' Name='install'/Directory
  Directory Id='manuals' Name='manuals'/Directory
  Directory Id='bin' Name='bin'/Directory
  Directory Id='scripts' Name='scripts'/Directory
/Directory
  /Directory
/DirectoryRef

Property Id=SVGEEXISTS
  DirectorySearch Id=CheckFileDir Path=inst Depth=0
FileSearch Id=CheckSVGFile Name=SVGView.exe /
  /DirectorySearch
/Property

This bring me to the second question

My thinking behind controlling this is to check for a file being laid down
as part of the client install. Is there a better mechanism for determining
which features were selected during installion in order to decide what to 
do

at the end.
--
View this message in context: 
http://www.nabble.com/Error-when-trying-to-conditionally-run-something-%282753%29-tf3200556.html#a8886179

Sent from the wix-users mailing list archive at Nabble.com.


-
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 
easier.

Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


_
Don’t miss your chance to WIN 10 hours of private jet travel from Microsoft 
Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/



-
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 easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Error 2803 being displayed when hitting Next

2007-02-08 Thread david adams
The file that you attached was garbled, but I got a similar error when I was 
building an updated UI for our web projects.  Make sure to check your dialog 
navigation.

If you will repost the files, I will take a look.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: dave_c [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Error 2803 being displayed when hitting Next
Date: Thu, 8 Feb 2007 02:49:54 -0800 (PST)
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 8 
Feb 2007 02:50:20 -0800
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 3729313075; Thu,  8 Feb 
2007 02:50:20 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HF6qh-0007x4-Tgfor 
wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 02:49:56 -0800
Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com)by 
mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 
1HF6qh-ni-Jofor wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 
02:49:55 -0800
Received: from [72.21.53.38] (helo=jubjub.nabble.com)by talk.nabble.com 
with esmtp (Exim 4.50) id 1HF6qg-0008QF-P7for 
wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 02:49:54 -0800
X-Message-Info: LsUYwwHHNt1PPZxXOWm7yDMjg3fKCR8klN1PhBrdS3M=
X-Nabble-From: [EMAIL PROTECTED]
X-Spam-Score: -0.6 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21-2.8 ALL_TRUSTED
 Did not pass through any untrusted hosts2.2 FORGED_YAHOO_RCVD 
'From' yahoo.com does not match 'Received'headers
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 08 Feb 2007 10:50:21.0036 (UTC) 
FILETIME=[EDBC12C0:01C74B6E]


I have added a new dialog to prompt for IP Address and Port Number. I've
created a new version of Wix_Mondo and added the extra step into it.

I then built the executable (using dash_broken.bat) which completed fine.

When I ran it I got my new dialog being displayed but when I hit the Next 
or
Back button I get the following error message

The installer has encountered an unexpected error isntlling the package.
This may indicate a problem with the package. The error code is 2803

The problem may be a simple one but I cannot see what the answer is. As is
normal for me I am enclosed a zip file with the various source files and 
the
built executable.

Can anyone identify what I have done wrong?
http://www.nabble.com/file/6310/DashboardBuild.rar DashboardBuild.rar
--
View this message in context: 
http://www.nabble.com/Error-2803-being-displayed-when-hitting-Next-tf3192612.html#a8863144
Sent from the wix-users mailing list archive at Nabble.com.


-
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 
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_
Get in the mood for Valentine's Day. View photos, recipes and more on your 
Live.com page. 
http://www.live.com/?addTemplate=ValentinesDayocid=T001MSN30A0701


-
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 easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] use WebSite element

2007-02-08 Thread david adams

Silvo:

I use Wix 2 and do not have to add the xmlns:iis namespace to utilize the 
IIS management elements (WebSite, WebAddress, etc.).  However, I think 
that the extensions are defined in separate set of files that have to be 
included with your command line calls (to Light.exe definitely, Candle.exe 
maybe).


David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Ziegelwanger, Silvio [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] use WebSite element
Date: Thu, 8 Feb 2007 14:02:28 +0100
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc8-f5.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 8 
Feb 2007 05:03:48 -0800
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 5C882122C3; Thu,  8 Feb 
2007 05:03:47 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HF8wB-0004gE-Kzfor 
wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 05:03:43 -0800
Received: from fabaglexfr.fabasoft.com ([192.84.221.196])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1HF8w7-0001VO-Qnfor 
wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 05:03:43 -0800
Received: from FABAMAIL.fabagl.fabasoft.com ([10.10.5.136]) by 
fabaglexfr.fabasoft.com with InterScan Messaging Security Suite;Thu, 08 Feb 
2007 14:04:38 +0100

X-Message-Info: LsUYwwHHNt3odVf8DO6MP1ilDjKi5xVYq5PtA1OBYjU=
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: use WebSite element
Thread-Index: AcdLgWNdljtkJWo1Tpy93PwfP41kdg==
X-imss-version: 2.046
X-imss-result: Passed
X-imss-scores: Clean:46.41970 C:2 M:3 S:5 R:5
X-imss-settings: Baseline:2 C:3 M:2 S:3 R:4 (0.1500 0.1500)
X-Spam-Score: 0.2 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGE
   BODY: HTML included in message0.2 HTML_90_100BODY: 
Message is 90% to 100% HTML

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 08 Feb 2007 13:03:48.0710 (UTC) 
FILETIME=[92AE2860:01C74B81]


Hi,



I want to use the IIS commands in a .wxs file See here:







?xml version=1.0?

Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; 
xmlns:iis=http://schemas.microsoft.com/wix/IIsExtension;


  Product Id=64752695-e839-4982-bd0b-896e7b750625

..

..

  Component Id='WebserviceVirtualDirComponent' Guid=UUID

iis:WebSite Id='DefaultWebSite' Description='Default Web Site'

  iis:WebAddress Id='AllUnassigned' Port='80' /

  iis:WebVirtualDir Id='WebserviceVirtualDir' 
Alias='WMISystemMonitorWebservices' Directory='WWW' 
WebSite='DefaultWebSite' 


iis:WebApplication Id='WebApplication' 
Name=WMISystemMonitorWebservices WebAppPool=WMISysMonAppPool /


  /iis:WebVirtualDir

/iis:WebSite

  /Component



  Component Id='WebAppPoolComponent' Guid=UUID

iis:WebAppPool Id=WMISysMonAppPool Identity=networkService 
Name=WMISystemMonitorPool /


  /Component





The candle output is following:





install.wxs.wpp

C:\source\wmi\install.wxs.wpp(101) : error CNDL0200 : The Component element 
cont


ains an unhandled extension element 'iis:WebSite'.  Please ensure that the 
exten


sion for elements in the 'http://schemas.microsoft.com/wix/IIsExtension' 
namespa


ce has been provided.

C:\source\wmi\install.wxs.wpp(110) : error CNDL0200 : The Component element 
cont


ains an unhandled extension element 'iis:WebAppPool'.  Please ensure that 
the ex


tension for elements in the 'http://schemas.microsoft.com/wix/IIsExtension' 
name


space has been provided.

NMAKE : fatal error U1077: 'C:\Program Files\Windows Installer XML 
v3\bin\candl


e.exe' : return code '0xc8'

Stop.





Whats wrong?







Best regards



Silvio





Silvio Ziegelwanger
Research  Development

Fabalabs Software GmbH
Honauerstraße 4
4020 Linz
Austria
Tel: [43] (732) 60 61 62
Fax: [43] (732) 60 61 62-609
E-Mail: [EMAIL PROTECTED]
www.fabalabs.org http://www.fabasoft.com/





-
Using Tomcat but need to do more? Need to support web services

Re: [WiX-users] Error 2803 being displayed when hitting Next

2007-02-08 Thread david adams
Couple of things to try:

One:

Is there a reason that you have the text [WixUI_WelcomeDlg_Next] orphaned in 
the middle of your wxs file?

Two:

Have you used Orca Tools | Validate on the MSI?  It runs the ICE validators 
and will help you find / troubleshoot a number of errors.  (Beware, you can 
get a good number of warnings and errors that aren't bad errors.  However, 
I find it a good tool to use in support of my efforts.)

Three:

Candle each file separately  Link them together on the same command line.  
I am not sure if it is required or not, but I do it when I create my UI 
wixlib.

d:\program files\windows installer xml\bin\candle -out bd.wixobj 
BrowseDlg.wxs
d:\program files\windows installer xml\bin\candle -out cd.wixobj 
CancelDlg.wxs
d:\program files\windows installer xml\bin\candle -out c.wixobj Common.wxs
d:\program files\windows installer xml\bin\candle -out cud.wixobj 
CustomizeDlg.wxs
...
d:\program files\windows installer xml\bin\lit -out d:\program 
files\windows installer xml\bin\wixui.wixlib *.wixobj

Four:

You may need to take a look at your navigation as it is defined in your new 
XWixUI_Mondo.wxs file.

..
Property Id=WixUI_VerifyReadyDlg_BackTypical Value=BOServerDlg /
Property Id=WixUI_VerifyReadyDlg_BackComplete Value=BOServerDlg /
..

Should Verify Ready dialog [Back] navigate to your BO Server dialog or the 
Customize dialog from whence it came?  That may not be the cause of this 
error, but I noticed it.

Hope some of this helps.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: dave_c [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 2803 being displayed when hitting Next
Date: Thu, 8 Feb 2007 06:56:20 -0800 (PST)
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc5-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 8 
Feb 2007 06:56:26 -0800
Received: from sc8-sf-list1-new.sourceforge.net 
(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 14F82EE83; Thu,  8 Feb 
2007 06:56:26 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1HFAhE-0007ui-Hgfor 
wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 06:56:24 -0800
Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com)by 
mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 
1HFAhB-0006DL-6xfor wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 
06:56:21 -0800
Received: from [72.21.53.38] (helo=jubjub.nabble.com)by talk.nabble.com 
with esmtp (Exim 4.50) id 1HFAhA-0004eh-21for 
wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 06:56:20 -0800
X-Message-Info: LsUYwwHHNt2ePJLL+qa/iwHGUyld0GLESmZMDOrvtuQ=
X-Nabble-From: [EMAIL PROTECTED]
References: 
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]
X-Spam-Score: -0.6 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21-2.8 ALL_TRUSTED
 Did not pass through any untrusted hosts2.2 FORGED_YAHOO_RCVD 
'From' yahoo.com does not match 'Received'headers
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 08 Feb 2007 14:56:26.0801 (UTC) 
FILETIME=[4ED10210:01C74B91]


File attached this time

dave_cory wrote:
 
  Due to the size of the zip file I'm enclosing the wsx files and the msi
  file.
 
  If you look in the zip file you will see a dash_broken.bat, this is how 
I
  built the release.
 
  Checking in the wixui directory you will see BOServerDlg (this is the 
new
  dialog) and AgilentWixUIO_Mondo.wxs (This is my modified navigation)
 
  I hope it makes sense and that you are able to help
 
  
-
  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
  easier.
  Download IBM WebSphere Application Server v.1.0.1 based on Apache 
Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
http://www.nabble.com/file/6314/DashboardBuild.zip

Re: [WiX-users] install using WiX appears to succeed but...

2006-12-18 Thread david adams

It appears that you only have one feature:

Feature Id =pceShared Level=1 
 ComponentRef Id='pcESDKModules' /
/Feature

Nowhere do you include a feature for Component:

Component Id=pcETutorialApp Guid=C452-157B-4cf7-8F40-8D62FCEB2D77

Add the feature and retry.

David Adams
MSN MessengerID: [EMAIL PROTECTED]

_
Get the latest Windows Live Messenger 8.1 Beta version. Join now. 
http://ideas.live.com



-
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] IIS Extension... how to specify ROOT

2006-11-27 Thread david adams
This is how we create a new website / webapplication that exists at the 
root for ASP.NET 2.0 applications.


We use WiX 2.0.

Let me know if you have any questions.

David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Matthew Janulewicz [EMAIL PROTECTED]
To: Rob MacFadyen 
[EMAIL PROTECTED],WiX-users@lists.sourceforge.net

Subject: Re: [WiX-users] IIS Extension... how to specify ROOT
Date: Mon, 27 Nov 2006 09:59:59 -0800
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc9-f16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 
27 Nov 2006 09:59:32 -0800
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 8206312CB2; Mon, 27 Nov 
2006 09:59:31 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GokkK-7D-Lmfor 
WiX-users@lists.sourceforge.net; Mon, 27 Nov 2006 09:58:24 -0800
Received: from mx1.greendotcorp.com ([63.161.119.204])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1GokkK-0005WT-DVfor 
WiX-users@lists.sourceforge.net; Mon, 27 Nov 2006 09:58:24 -0800

X-Message-Info: LsUYwwHHNt2VECZu/Eng0ZCHVdftxpQzOuXG3721EyQ=
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] IIS 
Extension... how to specify ROOT

Thread-Index: AccQgJJRg3AGrF7HSSGzgQHgZSVSDgAF6f3wAG1IwiA=
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Nov 2006 17:59:33.0417 (UTC) 
FILETIME=[CB31D190:01C7124D]


Sorry I don't have an answer for the bulk of this question, but for the
ASP 2.0 part you can set up separate application pools on IIS then
install your webapp to the one that supports Asp 2.0. I don't think you
can make a Wix-based installer set up the AppPool like that, but if you
do it by hand first you are at least half way there.


-Matt


-Original Message-
From: Rob MacFadyen [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 25, 2006 6:00 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] IIS Extension... how to specify ROOT

Hey all,

Here's a component that will setup the IIS metabase for a virtual
directory
that points at the installed files:

Component
  Id=VD
  Guid={FCD240E6-F3EA-41b3-B52D-72430CB701A8}

  iis:WebVirtualDir
Id=VDir
Alias=application
Directory=TARGETDIR
WebSite=site1
WebApplication=App01
  
iis:WebDirProperties
  Id=DirProps
  DefaultDocuments=Default.aspx /
  /iis:WebVirtualDir
/Component

... snip ...

iis:WebApplication Id=App01 Name=application /

iis:WebSite Id=site1 Description=Default website
  iis:WebAddress Id=DefaultPort Port=80 /
/iis:WebSite


This works nice (well... it would be nice if I could specify ASP.NET 2.0
as
part of the WebApplication config... but that's ok).

My question is... how can I setup this up if I need to install at the
root
level of the website... i.e. not a virtual directory, but the actual
root
level?

Do I have to create a website to do this? Is there anyway to just update
an
existing website?

Regards,

Rob MacFadyen





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



-
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

Re: [WiX-users] New Website install

2006-11-27 Thread david adams

We are using a temporary workaround until the bug is fixed.

We use Votive 2.0.4221.0 as our standard version and copy the Server Custom 
Action functionality (sca DLLs  WixLibs) from the binary 2.0.3309.0 
release.  Apparently, the bug was introduced sometime after that release.  
We held at 4221 because it appears that Candle  Light are version-aware 
of their partner assemblies.  It will error above 4221 if you are 
mixing-and-matching assemblies like this workaround does.


Hope this helps.

David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Matthew Janulewicz [EMAIL PROTECTED]
To: david adams 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net

Subject: RE: [WiX-users] New Website install
Date: Mon, 27 Nov 2006 10:07:59 -0800
MIME-Version: 1.0
Received: from mx1.greendotcorp.com ([63.161.119.204]) by 
bay0-mc4-f17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 
27 Nov 2006 10:06:16 -0800

X-Message-Info: LsUYwwHHNt2AqVeaGbx27BB8N82G6DGFwTf9gzZGQEo=
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] New 
Website install

Thread-Index: AccRDENflsnjYKyURoS6N7GLpn8oGgBQkHEg
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Nov 2006 18:06:16.0957 (UTC) 
FILETIME=[BBB922D0:01C7124E]


This is the bug:

http://sourceforge.net/tracker/index.php?func=detailaid=1544874group_id=105970atid=642714

Not fixed yet. You will have to compile your own Wix to fix this. I suggest 
getting the latest from CVS and not using the source .zip archive.


Run your .msi with logging turned on to see if this is really the error:

Msiexec /i yourinstaller.msi /l* out.txt


-Matt

-Original Message-
From: david adams [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 25, 2006 7:36 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] New Website install

I reported this bug a little while back.  If the error has not been fixed,
it is an array out of bounds exception that occurs if there is more than 
one

website in IIS.  Somehow this bug was introduced a couple of versions back
because it did not exist (I know) in 3309.

I think that the bug is in the IIS custom action.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Zane Teh [EMAIL PROTECTED]
To: Rob Mensching
[EMAIL PROTECTED],'wix-users@lists.sourceforge.net'
wix-users@lists.sourceforge.net
CC: Suresh Parameshwar [EMAIL PROTECTED]
Subject: Re: [WiX-users] New Website install
Date: Wed, 22 Nov 2006 15:02:09 -0800
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
bay0-mc8-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed,
22 Nov 2006 15:02:26 -0800
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid AC00612629; Wed, 22 
Nov

2006 15:02:25 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net
with esmtp (Exim 4.43)id 1Gn16j-eM-DUfor
wix-users@lists.sourceforge.net; Wed, 22 Nov 2006 15:02:21 -0800
Received: from mailb.microsoft.com ([131.107.115.215]
helo=smtp.microsoft.com)by mail.sourceforge.net with esmtps
(TLSv1:RC4-MD5:128) (Exim 4.44)id 1Gn16i-bA-FKfor
wix-users@lists.sourceforge.net; Wed, 22 Nov 2006 15:02:21 -0800
Received: from TK5-EXHUB-C101.redmond.corp.microsoft.com (157.54.70.76)
byTK5-EXGWY-E802.partners.extranet.microsoft.com (10.251.56.168)
withMicrosoftSMTP Server (TLS) id 8.0.685.20; Wed, 22 Nov 2006 15:02:09
-0800
Received: from NA-EXMSG-C105.redmond.corp.microsoft.com ([157.54.52.48])
byTK5-EXHUB-C101.redmond.corp.microsoft.com ([157.54.70.76]) with 
mapi;Wed,

22 Nov 2006 15:02:09 -0800
X-Message-Info: LsUYwwHHNt0p/xbxnGVOqGMjWueMDc2vDGPG+sWK8jE=
Thread-Topic: [WiX-users] New Website install
Thread-Index:
AccNwOBpMh1MZcGzSUS3+PzPCIpVWAAAzWPQAAAQKjAAAB0lUAAAeocAAABN9dAAMFsG4A==
References:
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL 
PROTECTED][EMAIL PROTECTED]
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US
X-Spam-Score: 1.2 (+)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See
http://spamassassin.org/tag/ for more details.Report problems
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGE
BODY: HTML included in message1.2 HTML_ATTR_UNIQUE BODY: HTML
appears to have random attributes intags
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe:
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive:
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe:
https

Re: [WiX-users] [WiX-devs] Customized UI

2006-11-27 Thread david adams
Our UI is property driven with a branching navigation.  We do it in 2.0.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Scott Palmer [EMAIL PROTECTED]
To: Bob Arnson [EMAIL PROTECTED]
CC: Gary Pretty 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] [WiX-devs] Customized UI
Date: Mon, 27 Nov 2006 18:07:47 -0500
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc5-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 
27 Nov 2006 15:07:54 -0800
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid DBF5B132AD; Mon, 27 Nov 
2006 15:07:53 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GopZn-00080X-LBfor 
wix-users@lists.sourceforge.net; Mon, 27 Nov 2006 15:07:51 -0800
Received: from wr-out-0506.google.com ([64.233.184.239])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1GopZl-0004Hk-1rfor 
wix-users@lists.sourceforge.net; Mon, 27 Nov 2006 15:07:51 -0800
Received: by wr-out-0506.google.com with SMTP id i20so305924wrafor 
wix-users@lists.sourceforge.net;Mon, 27 Nov 2006 15:07:48 -0800 (PST)
Received: by 10.64.241.3 with SMTP id o3mr312399qbh.1164668867882;Mon, 27 
Nov 2006 15:07:47 -0800 (PST)
Received: by 10.65.158.4 with HTTP; Mon, 27 Nov 2006 15:07:47 -0800 (PST)
X-Message-Info: LsUYwwHHNt0GRzTJKtv38euQ3bg9n3AoUgayenrTOdQ=
References: 
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL 
PROTECTED][EMAIL PROTECTED]
X-Spam-Score: 0.3 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 RCVD_BY_IP  
Received by mail server with no name0.0 HTML_MESSAGE   
BODY: HTML included in message0.3 HTML_10_20 BODY: Message is 
10% to 20% HTML
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Nov 2006 23:07:54.0484 (UTC) 
FILETIME=[DEB09B40:01C71278]

On 11/27/06, Bob Arnson [EMAIL PROTECTED] wrote:

The only other suggestion I'd make is to use different names for the
custom library you create. In WiX v2, you have to change the various
Back/Next property values to change the dialog sequence. In WiX v3,
Derek added support for floating Publish elements, which make it
possible to customize the sequencing entirely in one file, so you're
essentially adding a new dialog set but using the individual dialogs
from the .wixlib.

Because of how MSI UI works, we haven't been able to figure out a way to
make drop-in dialogs easy. It gets even more difficult to have a wizard
that branches (e.g., based on feature selections in previous dialogs).
Some of it we can do in a smart UI extension but to add arbitrary
dialogs would probably require custom actions. Beyond a certain amount
of CA code, it's probably easier to do an external UI handler that can
do any UI you want.


Thanks for the info.  I'm using Wix 3, because I'm stubborn and I refuse to
deal with 8.3 filenames. (MS should be ashamed, even my Commodore 64 had 16
character file names :).)

So far Wix 3 is working relatively well.  I haven't encountered anything
that I can identify as a problem with the WiX toolset, just limitations of
MSI (and what appears to be a broken implementation for DIFxApp). Well 
there
is one ICE60 warning about fonts that it thinks aren't fonts but I ignore 
it
and things work.  Oh, and the sequence number warnings when I use a merge
module to install the VC8 and MFC runtimes.

This talk of WiX 3's floating Publish elements sounds interesting.   I 
can
appreciate the complexity of a fully branching UI, but I'm hoping that the
ability to inject a simple form or two into a linear UI flow might not be 
so
hard.  In fact if that could be done combined with a way to disable dialogs
in the chain so that they automatically are skipped based on some property
setting then I think you would have something quite powerful that might be
able to handle many branching UI cases.  I don't know enough about MSI to
know if it is possible at all.

Where can I find more information about the floating  Publish elements 
and
defining my own dialog set that borrows from the dialogs in the wixlib.
Something tells me that injecting my own dialogs into the flow may

Re: [WiX-users] New Website install

2006-11-25 Thread david adams
I reported this bug a little while back.  If the error has not been fixed, 
it is an array out of bounds exception that occurs if there is more than one 
website in IIS.  Somehow this bug was introduced a couple of versions back 
because it did not exist (I know) in 3309.


I think that the bug is in the IIS custom action.

David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Zane Teh [EMAIL PROTECTED]
To: Rob Mensching 
[EMAIL PROTECTED],'wix-users@lists.sourceforge.net' 
wix-users@lists.sourceforge.net

CC: Suresh Parameshwar [EMAIL PROTECTED]
Subject: Re: [WiX-users] New Website install
Date: Wed, 22 Nov 2006 15:02:09 -0800
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc8-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, 
22 Nov 2006 15:02:26 -0800
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid AC00612629; Wed, 22 Nov 
2006 15:02:25 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1Gn16j-eM-DUfor 
wix-users@lists.sourceforge.net; Wed, 22 Nov 2006 15:02:21 -0800
Received: from mailb.microsoft.com ([131.107.115.215] 
helo=smtp.microsoft.com)by mail.sourceforge.net with esmtps 
(TLSv1:RC4-MD5:128) (Exim 4.44)id 1Gn16i-bA-FKfor 
wix-users@lists.sourceforge.net; Wed, 22 Nov 2006 15:02:21 -0800
Received: from TK5-EXHUB-C101.redmond.corp.microsoft.com (157.54.70.76) 
byTK5-EXGWY-E802.partners.extranet.microsoft.com (10.251.56.168) 
withMicrosoftSMTP Server (TLS) id 8.0.685.20; Wed, 22 Nov 2006 15:02:09 
-0800
Received: from NA-EXMSG-C105.redmond.corp.microsoft.com ([157.54.52.48]) 
byTK5-EXHUB-C101.redmond.corp.microsoft.com ([157.54.70.76]) with mapi;Wed, 
22 Nov 2006 15:02:09 -0800

X-Message-Info: LsUYwwHHNt0p/xbxnGVOqGMjWueMDc2vDGPG+sWK8jE=
Thread-Topic: [WiX-users] New Website install
Thread-Index: 
AccNwOBpMh1MZcGzSUS3+PzPCIpVWAAAzWPQAAAQKjAAAB0lUAAAeocAAABN9dAAMFsG4A==
References: 
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]

Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US
X-Spam-Score: 1.2 (+)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGE
   BODY: HTML included in message1.2 HTML_ATTR_UNIQUE BODY: HTML 
appears to have random attributes intags

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 22 Nov 2006 23:02:26.0627 (UTC) 
FILETIME=[4734D930:01C70E8A]


Hi Rob,

We did some investigation and found out our code worked for build 
2.0.3719.0, but we got the same error for builds 4117 and 4611.  Do you 
know of any bugs or any changes in the schema that could have caused this?  
Or is there a work around with the later builds?


I have pasted in our code below. Thanks.

--zane


?xml version='1.0'?
Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'
  Product Id='775673B7-FFA7-4556-B6F1-F0168CBACC7D' Name='Test Website 
Installer ($(env.BUILDTYPE)) ($(env.BUILDVERSION))' Language='1033' 
Version='$(env.BUILDVERSION)' Manufacturer='Microsoft Corporation'
Package Id='CB7E7DE9-08B1-4667-90B7-777EB1F8936F' Description='Test 
Website Deployment' Comments='Windows Installer package to deploy Test 
Website' InstallerVersion='200' Compressed='yes'/

Media Id='1' Cabinet='Test.cab' VolumeLabel='Disk1'/
Property Id='INSTALLLEVEL'10/Property
Property Id='ALLUSERS'2/Property
Feature Id='TestWebsiteFeature' Title='Test Website' 
Description='Installs the Test Website' Level='1'

  ComponentRef Id='TestWebSite_Install' /
/Feature
WebDirProperties Id='ReadAndExecute'
Read='yes'
Write='no'
Script='yes'
Execute='yes'
AnonymousAccess='yes'
DefaultDocuments='default.aspx' /
Directory Id='TARGETDIR' Name='SourceDir'
  Component Id='TestWebSite_Install' 
Guid='31846218-E623-4055-8D99-DDBF784F8121' DiskId='1'
WebSite Id='TestWebSite' Description='Test Web Site' 
Directory='TARGETDIR' AutoStart='yes' ConfigureIfExists='yes' 
DirProperties='ReadAndExecute'
  WebAddress Id

Re: [WiX-users] New Website install

2006-11-21 Thread david adams

Try your installer with release 3309.

David Adams
MSN MessengerID: [EMAIL PROTECTED]







Hi All,

I am new to WIX and am trying to install basic website but am running into 
issues.  When I try installing the website I get the following error:


Failed to read IIsWebs table.  (-2147024774   )

Here is the code and settings I currently have:


1.   Snippet of code from Wix:
...
Component Id=TestWebSite_Install 
Guid=896d5f1f-eb73-461c-9fee-43c99577eb26
  WebSite Id=TestWebSite  Description=Test Web Site 
Directory=WEBSITEDIR

WebAddress Id=TestWebSiteAddress IP=* Port=80 /
  /WebSite
/Component
...

2.   There are other websites installed on Port 80 but with different 
Headers.


3.   There is NO Test Web Site that already exists

4.   When I specify IP=All Unassigned OR Port=Port# different from 
80 OR Header=localhost I get the same error.



So far I have only gotten the website to install successfully when I have 
already manually preinstalled a website called Test Web Site but even 
with this I ran into issues:



1.   I tried changing the port number to this preinstalled website from 
80 to 81 and my MSI installed without errors and changed the port back from 
81 to 80.  Although this worked, it did not work when this site was 
preinstalled on port 80 and my MSI had port 81.  When I tried this I still 
received the same error as above.


2.   When I added Header=localhost to the Website attribute in my 
code, the MSI actually overrode a preexisting website that was installed 
with a Header=localhost.  Even when I changed my preinstalled website 
named Test Web Site to have a Header=localhost when I tried my MSI it 
would override a different preexisting website.



My goal is to have it so that I do NOT need to manually install a Test Web 
Site website before I run the MSI.  If anybody could help me with this 
problem or give insight on why I am having these issues, it would be 
greatly appreciated.  Thanks!



--zane















-
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


_
All-in-one security and maintenance for your PC.  Get a free 90-day trial! 
http://clk.atdmt.com/MSN/go/msnnkwlo005002msn/direct/01/?href=http://clk.atdmt.com/MSN/go/msnnkwlo005001msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail



-
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] Need help to create a virtual directory

2006-11-09 Thread david adams
Ravi:

I  think that this is more of an IIS issue than one of WiX or the Windows 
Installer.

IIS references websites in its meta-table by IP address | Port | 
Host-Header(if you have one).

By rule, you can have only one running web site under a specific combination 
at a time.  They are referenced by an positional array (0, 1, 2, 3, etc.).  
On a IIS 6 server in its default configuration, Default Website is at 
address All Unassigned (which is the first IP address on the box) at Port 
80 with no host header.

The reason that it worked when you changed all port numbers is because to 
IIS ( the joined constraint that the IP / Port / Host Header creates), 
you created unique entries.  Before that change, your actions would be 
getting done onto the already existing website.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Ravi Yellasiri (Aditi) [EMAIL PROTECTED]
To: John Watson [EMAIL PROTECTED],Lerudjordet, Morten Minge 
[EMAIL PROTECTED]
CC: wix-users@lists.sourceforge.net wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Need help to create a virtual directory
Date: Thu, 9 Nov 2006 11:22:30 -0800
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc2-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 9 
Nov 2006 11:23:00 -0800
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 37C6012691; Thu,  9 Nov 
2006 11:22:59 -0800 (PST)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GiFUG-0007xM-Gbfor 
wix-users@lists.sourceforge.net; Thu, 09 Nov 2006 11:22:56 -0800
Received: from mail2.microsoft.com ([131.107.115.215] 
helo=smtp.microsoft.com)by mail.sourceforge.net with esmtps 
(TLSv1:RC4-MD5:128) (Exim 4.44)id 1GiFUD-Lv-EFfor 
wix-users@lists.sourceforge.net; Thu, 09 Nov 2006 11:22:56 -0800
Received: from mailout6.microsoft.com (157.54.69.150) 
byTK5-EXGWY-E802.partners.extranet.microsoft.com (10.251.56.168) 
withMicrosoft SMTP Server id 8.0.685.15; Thu, 9 Nov 2006 11:22:36 -0800
Received: from IGT-HUB-01.redmond.corp.microsoft.com ([157.54.69.148]) 
bymailout6.microsoft.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 
Nov2006 11:22:34 -0800
Received: from TK5-EXHUB-C102.redmond.corp.microsoft.com ([157.54.70.72]) 
byIGT-HUB-01.redmond.corp.microsoft.com over TLS secured channel 
withMicrosoft SMTPSVC(6.0.3790.2786);   Thu, 9 Nov 2006 11:22:33 -0800
Received: from NA-EXMSG-C132.redmond.corp.microsoft.com ([157.54.72.82]) 
byTK5-EXHUB-C102.redmond.corp.microsoft.com ([157.54.70.72]) with mapi;Thu, 
9 Nov 2006 11:22:31 -0800
X-Message-Info: LsUYwwHHNt1eOjnWK209tC7u8zEs/+hgKqY8LQzhjUs=
Thread-Topic: [WiX-users] Need help to create a virtual directory
Thread-Index: AccDmty8EUumrCvuSauOBviGTJMTXQAldPOQ
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US
X-OriginalArrivalTime: 09 Nov 2006 19:22:33.0457 
(UTC)FILETIME=[68181E10:01C70434]
X-Spam-Score: 0.2 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.2 HTML_60_70  
BODY: Message is 60% to 70% HTML0.0 HTML_MESSAGE   BODY: 
HTML included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

Hi All,

Thanks for the quick response. I really appreciate it. Sorry, I forgot to 
append attachment. Please find one. I am using Wix 2.0 to develop the MSI. 
Looks the sample that Morten Minge Lerudjordet sent is Wix 3.0. One of the 
comments !--
Most important ting is the Port of the site, this must
be uniqe to get a hasselfree install
I have no duplicate portnumbers, all mye sites are
defined on different ports
--  sounded me interesting. I have different sites that are 
installed on port 80. That means only one site is going to run at anytime. 
I changed the port numbers of all the sites and then my MSI worked fine. 
Does it mean that Wix works only based on the port number rather than Web 
Site name? Please find the attached file for code. I scrubbed it little. So 
there might be some typos.

Thanks a lot for your time.

Ravi.

Ravi K Reddy Yellasiri
http://www.aditistaffing.com/
Aditi Staffing at Microsoft
http

Re: [WiX-users] WebSite install on different site

2006-11-01 Thread david adams
Fitims:

I suspect that your Default Web Site (even though stopped) is configured to 
use IP: All Unassigned and Port: 80.

Your problem is coming from the way the IIS works (which I don't fully 
understand).  Here is how I think that this really happens.

IIS associates Websites to its meta-table as an array.  -Usually-, Default 
Web Site is configured to use All Unassigned: 80 as its IP: Port 
combination.  This combination is listed in the meta-table as array position 
[0].  You have created another website (your IntranetSite) with the 
combination All Unassigned: 80.  I suspect if you look at the IIS 
meta-table that site would be at some array position 0.

As I understand it, the IIS rule is that you can have one and only one web 
site running under IIS under a specific IP / Port / Host Header combination. 
  You have more than one in the IIS meta-table, but only one running.

I think that the Windows Installer queries the IIS meta-table for a match 
(or matches) to the IP / Port / Host Header settings that you would define 
in your WXS file.  In your case, you have more than one record returned from 
the query, in which case array position [0] (Default Web Site) is the first 
record and the target of the installation.

We get around this problem by creating a dedicated IP address on our servers 
that are the intended target for our applications.  We then have our server 
team create DNS entries that point to the IP addresses.  We give our client 
applications the DNS entry so that if we have to change IPs or servers, it 
is just a case of changing the link (not the client app).

Hope this helps.

David Adams
MSN MessengerID: [EMAIL PROTECTED]

Hi Morten,



I really do appreciate the help :-). Thanks a lot.



I am currently using V2.  And I am using exactly what you mentioned ie.



WebSite Id=Inranetsite Description=Intranet 



As per changing the Port, that will not be possible since I have no
rights to do it (and the production server might have the Default Web
Site running as well), so I need another way to install on a different
Web site specifying the Description only.



Thanks



Fitims





From: Lerudjordet, Morten Minge
[mailto:[EMAIL PROTECTED]
Sent: 01 November 2006 12:09
To: Skenderi, Fitim
Subject: SV: WebSite install on different site



Are you using V2 or V3?



Try to set the Description to you site name, may also want to use
ConfigureIfExists=no so not to remove site on uninstall (experiment a
bit here).

iis:WebSite Id=DefaultVitalSite Description=Intranet 

Check to see if also Default Web Site uses port 80, this may cause a
conflict even if it is stopped. Try to change it to another port and try
again.

Morten







   Fra: Skenderi, Fitim [mailto:[EMAIL PROTECTED]
   Sendt: 1. november 2006 12:39
   Til: Lerudjordet, Morten Minge
   Kopi: wix-users@lists.sourceforge.net
   Emne: RE: WebSite install on different site

   Hi Morten,



   Thanks very much for the prompt response.



   Well actually our Default Web Site is not active (is stopped),
so Intranet Site uses port 80. See The picture below:









   Thanks again



   Fitims





   From: Lerudjordet, Morten Minge
[mailto:[EMAIL PROTECTED]
   Sent: 01 November 2006 11:08
   To: Skenderi, Fitim
   Cc: wix-users@lists.sourceforge.net
   Subject: RE: WebSite install on different site



   WebSite Id=Intranet Description=Intranet

   WebAddress Id=AllUnassigned IP=* Port=80 /
   /WebSite

   This will install the component for the site with portnumber 80,
this is usually Default Web Site.
   If you want to install to a different site you have to set it's
port number in Port=Port number of site you want to install to

   I use a VBScript to first get and set where my compnent is
installed.

   iis:WebSite Id=Site Description=[TARGET_WEB_SITE]
   iis:WebAddress Id=InstallPort
Port=[TARGET_PORT] /
   /iis:WebSite

   Morten

 image001.jpg 


-
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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_
Try Search Survival Kits: Fix up your home and better handle your cash with 
Live Search! 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improvelocale=en-USsource=hmtagline


-
Using Tomcat

Re: [WiX-users] Wixca.dll CAQuietExec and Windows Vista UAC

2006-10-30 Thread david adams
Bob Arnson suggested the following blog when I asked some questions about 
Vista UAC and some of the challenges that are arising with Installer 
packages.  There was alot of detail, but Robert goes into alot of detail 
about permissions, sequences, etc.

http://blogs.msdn.com/rflaming/rss.xml

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Paul Welter [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wixca.dll CAQuietExec and Windows Vista UAC
Date: Mon, 30 Oct 2006 12:13:59 -0600
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 
30 Oct 2006 10:14:20 -0800
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 7A23412D6A; Mon, 30 Oct 
2006 10:14:10 -0800 (PST)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GebeC-0001vc-MZfor 
wix-users@lists.sourceforge.net; Mon, 30 Oct 2006 10:14:08 -0800
Received: from wr-out-0506.google.com ([64.233.184.229])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1Gebe4-0004Mp-VIfor 
wix-users@lists.sourceforge.net; Mon, 30 Oct 2006 10:14:05 -0800
Received: by wr-out-0506.google.com with SMTP id i20so312754wrafor 
wix-users@lists.sourceforge.net;Mon, 30 Oct 2006 10:14:00 -0800 (PST)
Received: by 10.65.237.1 with SMTP id o1mr5176904qbr;Mon, 30 Oct 2006 
10:13:59 -0800 (PST)
Received: by 10.64.112.10 with HTTP; Mon, 30 Oct 2006 10:13:59 -0800 (PST)
X-Message-Info: LsUYwwHHNt2WLa1sefE/voiTpdoWO91sWYsy40c1iDA=
X-Spam-Score: 0.5 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 RCVD_BY_IP  
Received by mail server with no name0.0 HTML_MESSAGE   
BODY: HTML included in message0.5 HTML_20_30 BODY: Message is 
20% to 30% HTML
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 30 Oct 2006 18:14:21.0455 (UTC) 
FILETIME=[38F0A9F0:01C6FC4F]

Hi,

When I try to use the CAQuietExec custom action in wix v2 in Windows Vista
with UAC enabled, I get an error of accessed denied.  Doing some research, 
I
found this post ...

http://blogs.msdn.com/cjacks/archive/2006/10/30/deferred-custom-actions-and-permissions-on-windows-vista-with-uac-enabled.aspx

It says that custom actions need to run as system instead of impersonating
the current user.  How do I do this in wix?  Is there an argument to the
custom action that I can use?

--
~ Paul


-
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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_
Try Search Survival Kits: Fix up your home and better handle your cash with 
Live Search! 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improvelocale=en-USsource=hmtagline


-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Configuring Web Site

2006-10-20 Thread david adams
Tina:

What version of WiX do you use?  When we got the same error, it had nothing 
to do with Port Numbers.  I do not think that the Port Numbers are the way 
that they are identified, but an Id in the ISS Metabase (for example: 
Default Website is usually 1).

We got the error when trying to install multiple web sites to a server 
(which your installer would be doing if you installed to an IP with one Port 
Number and change the Port Number for a subsequent install).  To WI, you 
would be installing a second web site.

The bug has been entered.  We are working around it in the interim by 
managing file versions.  It seems as if the bug was introduced after release 
3309.  We current use release 4221, but manually copy the sca*.dll files and 
sca.wixlib from the 3309 binary releases.

I think that Mike published the C++ code that would fix the problem a couple 
of weeks ago.  Not knowing C++  with current project requirements, I have 
not tried it.  If you would like, I will check my email history later to see 
if I can find and republish it.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Tina Basinger [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Configuring Web Site
Date: Fri, 20 Oct 2006 14:57:49 -0500
MIME-Version: 1.0
X-Originating-IP: 131.107.0.103
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc8-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 20 
Oct 2006 12:58:41 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 7EE37120E2; Fri, 20 Oct 
2006 12:58:40 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1Gb0Tk-0007Jh-J5for 
wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 12:56:28 -0700
Received: from webmail-outgoing.us4.outblaze.com ([205.158.62.67])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1Gb0Ti-0005He-6Sfor 
wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 12:56:28 -0700
Received: from unknown (unknown [192.168.9.180])by 
webmail-outgoing.us4.outblaze.com (Postfix) with QMQP idC4B441800203 for 
wix-users@lists.sourceforge.net;Fri, 20 Oct 2006 19:57:52 + (GMT)
Received: by ws1-2.us4.outblaze.com (Postfix, from userid 1001)id 
8374F1F50B1; Fri, 20 Oct 2006 19:57:52 + (GMT)
Received: from [131.107.0.103] by ws1-2.us4.outblaze.com with http 
[EMAIL PROTECTED]; Fri, 20 Oct 2006 14:57:49 -0500
X-Message-Info: LsUYwwHHNt0qgUvdB1l54OvjhyNbSOwki83boX3H3ck=
X-OB-Received: from unknown (205.158.62.81)by wfilter.us4.outblaze.com; 20 
Oct 2006 19:57:53 -
X-Originating-Server: ws1-2.us4.outblaze.com
X-Spam-Score: 0.5 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGE
BODY: HTML included in message0.5 HTML_20_30 BODY: 
Message is 20% to 30% HTML
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 20 Oct 2006 19:58:41.0229 (UTC) 
FILETIME=[23ECDFD0:01C6F482]

Can someone share some insight into the ConfigureIfExists attribute of
the WebSite element?  I have this set to No, and have found that if after
installing my web site, I edit the port number of it, and then upgrade my
install, I get an error during the install saying Failed to read IIsWebs
table [-2147024774].  I have included the verbose logging of the
ConfigureIIs custom action below.  I am guessing that the Wix custom
action to create the web site is looking for the web site via the port
number.  What I'm confused about though, is if it doesn't find the web
site at the given port number, why it doesn't just create a new web
site.

I've edited properties other than my website port number, and the upgrade
has worked successfully.  Can anyone explain why you can't edit the port
number?  Are there other properties that you can't edit that I might not
have run into yet?

Thanks!

-Tina

Action start 15:50:58: ConfigureIIs.
MSI (s) (08:CC) [15:50:58:896]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI21F.tmp, Entrypoint: ConfigureIIs
MSI (s) (08!7C) [15:50:58:912]: PROPERTY CHANGE: Adding
StartMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (08!7C) [15:50:58:912]: Doing action

Re: [WiX-users] Web Application Pool

2006-10-20 Thread david adams
Tina:

I am not sure the answer to your question, but we create application pools 
for each of our web sites in IIS.  Because we have a multiple web site / 
shared server resource environment, having dedicated application pools 
prevent problems in one web site from impacting the functionality / 
performance a neighbor.

Just my .02.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Tina Basinger [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Web Application Pool
Date: Fri, 20 Oct 2006 15:21:03 -0500
MIME-Version: 1.0
X-Originating-IP: 131.107.0.103
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc8-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 20 
Oct 2006 13:23:05 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 5E14B138AD; Fri, 20 Oct 
2006 13:23:05 -0700 (PDT)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1Gb0qG-zi-9Lfor 
wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 13:19:44 -0700
Received: from webmail-outgoing.us4.outblaze.com ([205.158.62.67])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1Gb0qE-0006rS-Vkfor 
wix-users@lists.sourceforge.net; Fri, 20 Oct 2006 13:19:44 -0700
Received: from unknown (unknown [192.168.9.180])by 
webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id5C2521800D6F for 
wix-users@lists.sourceforge.net;Fri, 20 Oct 2006 20:21:10 + (GMT)
Received: by ws1-2.us4.outblaze.com (Postfix, from userid 1001)id 
C45E31F50B2; Fri, 20 Oct 2006 20:21:10 + (GMT)
Received: from [131.107.0.103] by ws1-2.us4.outblaze.com with http 
[EMAIL PROTECTED]; Fri, 20 Oct 2006 15:21:03 -0500
X-Message-Info: LsUYwwHHNt15I7C92c4C3XSH55aBI0hXvmnVfL57qH4=
X-OB-Received: from unknown (205.158.62.81)by wfilter.us4.outblaze.com; 20 
Oct 2006 20:21:11 -
X-Originating-Server: ws1-2.us4.outblaze.com
X-Spam-Score: 2.4 (++)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.2 
HTML_IMAGE_RATIO_04 BODY: HTML has a low ratio of text to imagearea 0.2 
HTML_60_70 BODY: Message is 60% to 70% HTML0.0 HTML_MESSAGE 
   BODY: HTML included in message2.0 HTML_IMAGE_ONLY_08 BODY: HTML: 
images with 400-800 bytes of words
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 20 Oct 2006 20:23:05.0895 (UTC) 
FILETIME=[8CEF2B70:01C6F485]

Is there any way to keep the Wix custom actions from createing or
configure a web application pool (WebAppPool element) if it already
exists?

Thanks!
-Tina

--

Search for products and services at:
http://search.mail.com



-
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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_
Get today's hot entertainment gossip  
http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001


-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] rookie here: suggestions for Votive / Web DeploymentProject / wildcard inclusion ?

2006-10-19 Thread david adams
Mark:

With your Web Deployments, what things are you trying to do?

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Mark Bailey [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] rookie here: suggestions for Votive / Web 
DeploymentProject / wildcard inclusion ?
Date: Thu, 19 Oct 2006 15:01:10 -0400
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc9-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 19 
Oct 2006 13:41:40 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 52AA3E48D; Thu, 19 Oct 
2006 13:41:40 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1Gaehu-io-07for 
wix-users@lists.sourceforge.net; Thu, 19 Oct 2006 13:41:38 -0700
Received: from smtp3-server95.ilap.com ([216.223.130.191])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1Gaehr-000441-FZfor 
wix-users@lists.sourceforge.net; Thu, 19 Oct 2006 13:41:37 -0700
Received: from DEV05 (TOROON12-1168099190.sdsl.bell.ca 
[69.159.199.118])(authenticated bits=0)by smtp3-server95.ilap.com 
(8.13.1/8.13.1/S3 - Internet Light and Power(tm) * http://ilap.com/ (tm)) 
with ESMTP id k9JJ1vdX011708for wix-users@lists.sourceforge.net;Thu, 19 
Oct 2006 15:02:00 -0400 (EDT)
X-Message-Info: LsUYwwHHNt2IIC7bhvJ+cS6iY3N8MbqPx8/12zVNq30=
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
thread-index: AcbzsPC5dwJ7mWK7Q5KjyWwEDqhisA==
X-Spam-Score: 0.2 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.2 HTML_60_70  
BODY: Message is 60% to 70% HTML0.0 HTML_MESSAGE   BODY: 
HTML included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 19 Oct 2006 20:41:40.0604 (UTC) 
FILETIME=[FAF083C0:01C6F3BE]

Hello all, I have come across WIX just recently and I am quickly growing
attached to this solution.



That said, I am hoping to get some direction on how to proceed with a
commercial web application deployment.



Current process (this are all steps of a team build):

Libraries build

Web site compiles

Web Deployment project merges web assemblies

Team Build takes output piped from web deployment and does some cleanup



Deployment is really done through xcopy and database scripts (although the
manual steps are removed by a home made installation).



Now I want to move to MSI but vdproj does not offer enough flexibility.



I was thinking that I could pipe the project outputs of either the team
build or web deployment project into a wixproj but I see that is not the 
way
things are done.  No problem, I decided to create the wxs file manually.
then of course I recognize how long that will take given the hundreds of
files involved.  So I search for a way to add files using a wildcard, and
recursively and run into some threads debating the use of FileGroup and 
it
seems the winner was deprecating this element.



 From what I read there are tools that can help enumerate the files. but 
my
question is, how is this integrated if at all with Visual Studio / Votive?



It seems like I might be better off giving up the idea that the deployment
packaging can be part of my solution, and just have it exist as a 
standalone
project to run after a release build.  i.e. when team build is done - take
its output, and use some trick to enumerate the directories and files to
include in a wxs.   After each release build the manual task would be to
compare the file set with a previous release, update GUIDs and edit the 
.wxs
file. am I on the right track?



Does anyone have a good example of a .wxs that serves the installation of a
web application that they could share?



Thanks.









-
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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
WiX-users

Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!

2006-10-18 Thread david adams

Joel:

You are missing the Feature for the Component that will install the 
file.


In your case, you would create two folders, but your file would never get 
installed.


David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Peterson, Joel [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Fragments, Cabinets, and Light, Oh My!
Date: Wed, 18 Oct 2006 12:02:47 -0700
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc9-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, 
18 Oct 2006 12:02:30 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 479CB138BF; Wed, 18 Oct 
2006 12:02:29 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GaGgN-00054o-Hgfor 
wix-users@lists.sourceforge.net; Wed, 18 Oct 2006 12:02:27 -0700
Received: from [72.18.244.228] (helo=castelle.com)by mail.sourceforge.net 
with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 1GaGgM-HO-RPfor 
wix-users@lists.sourceforge.net; Wed, 18 Oct 2006 12:02:27 -0700
Received: from ([192.168.1.9])by imail.castelle.com with ESMTP  id 
4321082.4698761;Wed, 18 Oct 2006 12:01:58 -0700

X-Message-Info: LsUYwwHHNt307FBMaUXhk0Mxn7sUgSdD9gwDs9tgtGI=
X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0
Content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Fragments, Cabinets, 
and Light, Oh My!

Thread-Index: Acby6AAiQIRBt2wOQNS0maiCuMH3Rw==
X-Spam-Score: -2.8 (--)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21-2.8 ALL_TRUSTED
Did not pass through any untrusted hosts0.0 HTML_MESSAGE   
BODY: HTML included in message

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Oct 2006 19:02:31.0433 (UTC) 
FILETIME=[F68B4F90:01C6F2E7]


Hi all.



I'm using WiX 3.0.2211.0. My installer is pretty basic, but I have a
driver set provided by a partner that I want to have in its own .WXS,
since creating modular installers is a good thing to do. I've attached
both .WXS files (redacted and simplified); Product.wxs is the main and
PrintDriver.wxs is the fragment.



Every time I build the solution in Visual Studio 2005, I get the
following:



-- Rebuild All started: Project: Product, Configuration: Debug Any
CPU --

C:\Program Files\Windows Installer XML v3\bin\candle.exe
-dDebug -out obj\Debug\PrintDriver.wixobj PrintDriver.wxs

C:\Program Files\Windows Installer XML v3\bin\candle.exe
-dDebug -out obj\Debug\Product.wixobj Product.wxs

C:\Program Files\Windows Installer XML v3\bin\Light.exe
-out bin\Debug\Product.msi obj\Debug\PrintDriver.wixobj
obj\Debug\Product.wixobj

C:\Build\Installation\WiX\Product\Product.wxs(5,0): Warning LGHT1079:
The cabinet 'Product.cab' does not contain any files.  If this
installation contains no files, this warning can likely be safely
ignored.  Otherwise, please add files to the cabinet or remove it.

== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==



What stupid thing did I forget to do while splitting this off in its own
Fragment? I've poured over the WiX v2 Tutorial, blogs, and this mailing
list for anything and have come up blank.



Joel Peterson

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]







 Product.wxs 




 PrintDriver.wxs 




-
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 
easier

Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642




___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


_
Find a local pizza place, music store, museum and more…then map the best 
route!  http://local.live.com?FORM=MGA001



-
Using Tomcat but need

Re: [WiX-users] CopyFile in Component gives problems.

2006-10-18 Thread david adams

Jarl:

Try using the CopyFile in this way:

Component
  File
 CopyFile /
  /File
/Component

I believe that CopyFile as a child to a Component element is for a file that 
already exists on the machine.  In your case, you look to be installing the 
file and copying it in your MSI.


David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Jarl Friis [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] CopyFile in Component gives problems.
Date: Wed, 18 Oct 2006 22:10:38 +0200
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc9-f9.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, 18 
Oct 2006 13:11:10 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 1A6F2123CF; Wed, 18 Oct 
2006 13:10:51 -0700 (PDT)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GaHkT-0003Ij-Jrfor 
wix-users@lists.sourceforge.net; Wed, 18 Oct 2006 13:10:47 -0700
Received: from cicero2.cybercity.dk ([212.242.40.53])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1GaHkS-00010X-4Sfor 
wix-users@lists.sourceforge.net; Wed, 18 Oct 2006 13:10:45 -0700
Received: from zeus.intra.softace.dk.diku.dk 
(port689.ds1-ry.adsl.cybercity.dk[212.242.182.60])by cicero2.cybercity.dk 
(Postfix) with ESMTP id 5FCA824526Bfor 
wix-users@lists.sourceforge.net;Wed, 18 Oct 2006 22:10:39 +0200 (CEST)

X-Message-Info: LsUYwwHHNt00EO4wDZMdDIZd00eae8s/ch047G0Y1DI=
Organization: Software developer
User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux)
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=211.0 
FORGED_RCVD_HELO   Received: contains a forged HELO

X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users

List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Oct 2006 20:11:10.0852 (UTC) 
FILETIME=[8DE8C440:01C6F2F1]


I have a
Directory Id=MyDir
  Component Id=Comp1
File Id=fileID ... /
  Component
  Component Id=Comp2
CopyFile FileId=fileID /
  Component
/Directory

This results in
Error LGHT0204: ICE18: KeyPath for Component: 'Comp2' is Directory:
'MyDir'. The Directory/Component pair must be listed in the
CreateFolders table.

According to the documentation, the above should be the way to select
copying a file, by installing/uninstalling the parent
component. However, when the parent component does not contain any
other elements than a CopyFile, I get the above error.

Can someone tell me what it means? and what I should do to resolve it?

Jarl

--
Jarl Friis
Softace ApS
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone:  +45 26 13 20 90
E-mail: [EMAIL PROTECTED]
LinkedIn: https://www.linkedin.com/in/jarlfriis


-
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 
easier

Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


_
Stay in touch with old friends and meet new ones with Windows Live Spaces 
http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmkt=en-us



-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX XML Issue

2006-10-11 Thread david adams
Not sure if this helps Douglas, but could you add a custom section and 
section handler instead of using AppSettings?  That way, you are assured 
that the section would not exist prior to you adding it and you are not 
limited to using duplicate key names since your configuration section 
handler could handle whatever keys you setup.

Instead of:
...
AppSettings
  add key= value= /
  add key= value= /
  ...
/AppSettings

Something like:
...
customSection
  key1 name= value= /
  key2 name= value= /
  ...
/customSection
(assuming you reference your customSection in the configSection naming 
it and declaring the SectionHandler to use with it)

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Douglas Watts [EMAIL PROTECTED]
To: Cullen Waters 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WiX XML Issue
Date: Wed, 11 Oct 2006 14:36:25 -0400
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc10-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, 
11 Oct 2006 11:37:49 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 1171113215; Wed, 11 Oct 
2006 11:37:48 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GXiwZ-0007Bt-KPfor 
wix-users@lists.sourceforge.net; Wed, 11 Oct 2006 11:36:39 -0700
Received: from 66-194-149-212.static.twtelecom.net 
([66.194.149.212]helo=EXCHANGE-01.advectis.office)by mail.sourceforge.net 
with esmtp (Exim 4.44) id 1GXiwY-0002or-K2for 
wix-users@lists.sourceforge.net; Wed, 11 Oct 2006 11:36:39 -0700
X-Message-Info: LsUYwwHHNt0vmw3QJwjTGr8Fuyvmpg1UHuvq2Ec6GMY=
Content-class: urn:content-classes:message
X-MimeOLE: Produced By Microsoft Exchange V6.5
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: [WiX-users] WiX 
XML Issue
Thread-Index: Acbr5h2j/zA5AD/0S+Wra8+ZTjRIiwACKVsgAFOHd4AAB9zDEAABxbBw
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=211.0 
FORGED_RCVD_HELO   Received: contains a forged HELO0.0 HTML_MESSAGE 
   BODY: HTML included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 11 Oct 2006 18:37:50.0092 (UTC) 
FILETIME=[5AB45CC0:01C6ED64]

I tried that but I get an error basically saying that the appSettings
node could not be found.  The problem gets more complicated in that if
the appSettings element already exists and contains child elements
(add elements) then I risk overwriting them.  Apparently WiX (at least
2.0.4415) does not support the XPath last() function.



So I have two problems:

1)   I cannot query to see if the appSettings node already exists

2)   I cannot create my add attributes for the last element  (I
assume the one I just created would be appended and not prepended)



Anyone got any ideas?

__

Doug Watts





From: Cullen Waters [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 1:41 PM
To: Douglas Watts; wix-users@lists.sourceforge.net
Subject: RE: Re: [WiX-users] WiX XML Issue



I don't have a definite solution, Doug, but I have a suggestion.  Have
you tried just creating your add elements, without specifying the
appSettings element, in a machine.config that doesn't contain the
appSettings?  Maybe the XmlFile element is smart enough to create the
path if your XPath doesn't exist.



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas
Watts
Sent: Wednesday, October 11, 2006 6:58 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WiX XML Issue



Does anyone know how to check for the existence of a particular element
in an XML file?  I need to add appSettings to the machine.config file
but if I assume that the appSettings node does not exist then I end up
with two.  The only thing I see in the WiX schema is XmlFile which
creates or updates elements.  I need to query.



__

Doug Watts



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas
Watts
Sent: Monday, October 09, 2006 6:06 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WiX XML Issue



OK, either my questions

Re: [WiX-users] Error 1920 with Services

2006-10-09 Thread david adams
Thanks for the advice Bob.

Turned out to be one of those ID10T errors.  I was installing a Windows 
Service whose function is to monitor a Microsoft Message Queue.  It helps to 
name the MQ correctly lest your service will fail to start.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Bob Arnson [EMAIL PROTECTED]
To: david adams [EMAIL PROTECTED]
CC: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Error 1920 with Services
Date: Fri, 06 Oct 2006 20:00:33 -0700
MIME-Version: 1.0
Received: from sccrmhc15.comcast.net ([63.240.77.85]) by 
bay0-mc3-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 6 
Oct 2006 20:04:28 -0700
Received: from [192.168.0.105] 
(c-24-16-25-98.hsd1.wa.comcast.net[24.16.25.98])  by comcast.net 
(sccrmhc15) with ESMTP  id 2006100703042701500p4upre; Sat, 7 Oct 
2006 03:04:28 +
X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo=
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
References: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 07 Oct 2006 03:04:28.0798 (UTC) 
FILETIME=[4DAE09E0:01C6E9BD]

david adams wrote:
I have encountered the 1920 error attempting to install Windows Services.  
This was previously working and I do not know what has changed to all of a 
sudden start getting the Check to see if you have permissions-type 1920 
error.

Every 1920 I've encountered has been caused by missing dependencies. When 
the 1920 pops up, try starting the service using sc.exe or net.exe or 
Admin|Services. If it fails, it usually provides slightly more information 
about the failure than MSI gives.


--
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] Hiding features

2006-10-09 Thread david adams
The closest that I get is setting existing features in the tree to 
unselected (Do not install) based upon User interaction in previous 
dialogs.  The feature list is static, but the items selected by default on 
the Customize dialog are controlled by the prior interaction.

I'm not sure that would get you to where you want to go.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Bob Arnson [EMAIL PROTECTED]
To: Sigurd Stenersen [EMAIL PROTECTED]
CC: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Hiding features
Date: Mon, 09 Oct 2006 09:05:42 -0700
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc1-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 9 
Oct 2006 09:05:51 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid DB1EE13BDE; Mon,  9 Oct 
2006 09:05:50 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GWxdU-0001Ek-HFfor 
wix-users@lists.sourceforge.net; Mon, 09 Oct 2006 09:05:48 -0700
Received: from alnrmhc14.comcast.net ([204.127.225.94])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1GWxdU-0003Oz-6zfor 
wix-users@lists.sourceforge.net; Mon, 09 Oct 2006 09:05:48 -0700
Received: from [192.168.0.105] 
(c-24-16-25-98.hsd1.wa.comcast.net[24.16.25.98])by comcast.net (alnrmhc14) 
with ESMTPid 20061009160542b1400kp3kue; Mon, 9 Oct 2006 16:05:42 +
X-Message-Info: LsUYwwHHNt08KgMHMsZpIi4Ay1vItfkh+G6u+eKafGM=
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
References: [EMAIL PROTECTED]
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 09 Oct 2006 16:05:52.0730 (UTC) 
FILETIME=[CB81D3A0:01C6EBBC]

Sigurd Stenersen wrote:
  Is it at all possible to modify the number of features in the feature 
tree,
  from a DLL or using some sort of action ?
 
  I'm able to set the state of features, but I would like to present users
  with different trees depending on selections made in a previous dialog.
 
  Functionally, this is similar to using a condition to set the feature's
  level, except I want to be able to do this according to user input.  And 
it
  seems that by the time the user is allowed to enter anything the 
conditions
  in the feature tree have already been evaluated.
 
Feature conditions are evaluated during the CostFinalize action, which
comes well before most UI. Off the top of my head, I can't think of an
easy way to do what you want. The feature selection tree doesn't really
offer customization beyond what's documented. Unless a feature's install
level is 0 (or it's specifically hidden by its attributes), the
selection tree shows it. You might want to consider custom
feature-selection dialogs instead. From there, you can publish Remove
and AddLocal control events to exactly control which features get 
installed.

--
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



-
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] Combobox websites

2006-10-05 Thread david adams
Morten:

What are you trying to do specifically?

We install WebSites  WebAppPools based upon the results of checkboxes 
(checked value controls feature option that is selected for install).  We 
use it to control which WebSite / WebAppPool is installed for our different 
application environments (Dev, Test, Qa,  Prod).  We added an additional 
Dialog to WixMondo that allows the IP values to be overridden dependent 
upon which environment check box is selected.

David Adams
MSN MessengerID: [EMAIL PROTECTED]


Hi!

Was wondering if anybody out there has played around with comboboxes and
extracting the field based on user selection.

I have a script that populates both websites and application pools to a
combobox, and based on the user selection populate the given website and
application pool with the package.

For the combobox:
Control Id=WebSiteCombo Type=ComboBox X=18 Y=126 Width=120
Height=100 Property=TARGETWEBCOMBO ..

Control Id=AppPoolCombo Type=ComboBox X=210 Y=126 Width=120
Height=200 Property=TARGETAPPPOOLCOMBO

If I use the reference to TARGETWEBCOMBO and TARGETAPPPOOLCOMBO after
the user makes the selection form the combobox, I get the Value part
and not the Text part of the combobox.

What I really want to do is use something like this

WebSite Id=Something Description=[TARGETWEBCOMBO] ...

And have the package install itself under the given website.

For the appPool:
WebAppPool Id=Something Name=[TARGETAPPPOOLCOMBO] ...

To get this to work in a not ideal way, I populated the Value field of
the combobox with the site name to be able to use TARGETWEBCOMBO
reference. Is there a way to select the Text field when one has the
Value in the TARGETAPPPOOLCOMBO var?

Also is it possible to reference the WebSite and WebAppPool in the
manner I want to, so my website is installed under the one the user
choose?

Regards
Morten



-
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



-
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] Feature List conditional control

2006-09-21 Thread david adams
As promised, here was the solution to the problem.  I am attaching my new 
dialog (EnvironmentDlg.wxs) to the email and will reference a subsection of 
it to explain what I did.


Background: I wanted to create an installer that would install the same 
application across our staged environments (Dev, Test, Qa,  Prod) without 
changing the install package.  My installer includes a new dialog 
(EnvironmentDlg) that allows the installer to pick their environment as a 
checkbox.  Depending upon their selection, I wanted the feature tree in 
CustomizeDlg to be updated based upon the installer's selection.



From New Dialog (EnvironmentDlg):
Control Id=DevEnvironmentCheckbox Type=CheckBox X=18 Y=78 
Width=330
Height=18 CheckBoxValue=1 Property=DEV_ENVIRONMENT 
Text=Development
 Condition Action=disableTEST_ENVIRONMENT = 1 OR QA_ENVIRONMENT  = 
1 OR
  PROD_ENVIRONMENT = 
1/Condition

 Condition Action=enable![CDATA[TEST_ENVIRONMENT  1]] AND
  ![CDATA[QA_ENVIRONMENT  1]] 
AND
  ![CDATA[PROD_ENVIRONMENT  
1]]/Condition

/Control
Control Id=Next Type=PushButton X=236 Y=243 Width=56 Height=17
Text=amp;Next
...
 Publish Event=AddLocal Value=ConfigDevDEV_ENVIRONMENT/Publish
 Publish Event=Remove Value=ConfigDevNOT DEV_ENVIRONMENT/Publish
...
/Control


From my main wxs file:

Feature Id=Configuration Level=1 Title=Web Application Configuration
 Description=Handles configuration for selected installation 
environment
 AllowAdvertise=yes Display=expand 
TypicalDefault=install
 Feature Id=ConfigDev Level=1 Title=Development AllowAdvertise=no 
Display=expand
   Description=Configuration (Development) 
TypicalDefault=install

   ComponentRef Id=InstallInstDevCfg /
   ComponentRef Id=CreateTemplateWebSiteDev /
   ComponentRef Id=CreateWebSiteDevKey /
 /Feature
  ...
/Feature

Depending upon the checkbox selected (Dev, Test, Qa, or Production [they are 
mutually-exclusive in my implementation]), the [Next] button fires a 
Publish event to either keep remove the four possible features.


Thanks to all for the help in finding the solution!

David Adams
MSN MessengerID: [EMAIL PROTECTED]

?xml version=1.0 encoding=utf-8?
Wix xmlns=http://schemas.microsoft.com/wix/2003/01/wi;
	Fragment
UI
			Dialog Id=EnvironmentDlg Width=370 Height=270 Title=[ProductName]
Control Id=Next Type=PushButton X=236 Y=243 Width=56 Height=17 Text=amp;Next 
	Publish Event=SpawnDialog Value=WaitForCostingDlgCostComplete = 1/Publish
	Publish Event=NewDialog Value=[WixUI_EnvironmentDlg_Next]1/Publish
  Publish Event=AddLocal Value=ConfigDevDEV_ENVIRONMENT/Publish
  Publish Event=Remove Value=ConfigDevNOT DEV_ENVIRONMENT/Publish
  Publish Event=AddLocal Value=ConfigTestTEST_ENVIRONMENT/Publish
  Publish Event=Remove Value=ConfigTestNOT TEST_ENVIRONMENT/Publish
  Publish Event=AddLocal Value=ConfigQaQA_ENVIRONMENT/Publish
  Publish Event=Remove Value=ConfigQaNOT QA_ENVIRONMENT/Publish
  Publish Event=AddLocal Value=ConfigProdPROD_ENVIRONMENT/Publish
  Publish Event=Remove Value=ConfigProdNOT PROD_ENVIRONMENT/Publish
  Condition Action=disable![CDATA[DEV_ENVIRONMENT  1]] AND ![CDATA[TEST_ENVIRONMENT  1]] AND ![CDATA[QA_ENVIRONMENT  1]] AND ![CDATA[PROD_ENVIRONMENT  1]]/Condition
  Condition Action=enableDEV_ENVIRONMENT = 1 OR TEST_ENVIRONMENT = 1 OR QA_ENVIRONMENT  = 1 OR PROD_ENVIRONMENT = 1/Condition
/Control
Control Id=DevEnvironmentCheckbox Type=CheckBox X=18 Y=78 Width=330 Height=18 CheckBoxValue=1 Property=DEV_ENVIRONMENT Text=Development
  Condition Action=disableTEST_ENVIRONMENT = 1 OR QA_ENVIRONMENT  = 1 OR PROD_ENVIRONMENT = 1/Condition
  Condition Action=enable![CDATA[TEST_ENVIRONMENT  1]] AND ![CDATA[QA_ENVIRONMENT  1]] AND ![CDATA[PROD_ENVIRONMENT  1]]/Condition
/Control
Control Id=TestEnvironmentCheckbox Type=CheckBox X=18 Y=98 Width=330 Height=18 CheckBoxValue=1 Property=TEST_ENVIRONMENT Text=Test
  Condition Action=disableDEV_ENVIRONMENT = 1 OR QA_ENVIRONMENT  = 1 OR PROD_ENVIRONMENT = 1/Condition
  Condition Action=enable![CDATA[DEV_ENVIRONMENT  1]] AND ![CDATA[QA_ENVIRONMENT  1]] AND ![CDATA[PROD_ENVIRONMENT  1]]/Condition
/Control
Control Id=QaEnvironmentCheckbox Type=CheckBox X=18 Y=118 Width=330 Height=18 CheckBoxValue=1 Property=QA_ENVIRONMENT Text=QA / UAT
  Condition Action=disableDEV_ENVIRONMENT = 1 OR TEST_ENVIRONMENT  = 1 OR PROD_ENVIRONMENT = 1/Condition
  Condition Action=enable![CDATA[DEV_ENVIRONMENT  1]] AND ![CDATA[TEST_ENVIRONMENT  1]] AND ![CDATA[PROD_ENVIRONMENT  1]]/Condition
/Control
Control Id=ProdEnvironmentCheckbox Type=CheckBox X=18 Y=138 Width=330 Height=18 CheckBoxValue=1 Property=PROD_ENVIRONMENT Text=Production
  Condition

Re: [WiX-users] Controls and Events Help

2006-09-21 Thread david adams
Doug:

See if this helps.  I sent it this morning to the list and Deak (Tutorial).

http://sourceforge.net/mailarchive/forum.php?thread_id=30596548forum_id=39978

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Douglas Watts [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Controls and Events Help
Date: Thu, 21 Sep 2006 13:18:09 -0400
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc5-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 
21 Sep 2006 10:19:16 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 08DAB1225E; Thu, 21 Sep 
2006 10:19:07 -0700 (PDT)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GQSCW-0006XS-Fmfor 
wix-users@lists.sourceforge.net; Thu, 21 Sep 2006 10:19:04 -0700
Received: from uslec-66-255-189-125.cust.uslec.net 
([66.255.189.125]helo=EXCHANGE-01.advectis.office)by mail.sourceforge.net 
with esmtp (Exim 4.44) id 1GQSCT-0004JA-Qcfor 
wix-users@lists.sourceforge.net; Thu, 21 Sep 2006 10:19:04 -0700
X-Message-Info: LsUYwwHHNt1cyPYGWrLwGxjkZDlUzUZozJmCfqdqsoc=
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Controls and Events 
Help
Thread-Index: Acbdoeky7xUM4RsJTry388eCeMJKCA==
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=211.0 
FORGED_RCVD_HELO   Received: contains a forged HELO0.0 HTML_MESSAGE 
   BODY: HTML included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 21 Sep 2006 17:19:16.0621 (UTC) 
FILETIME=[10FEC3D0:01C6DDA2]

As a newbie to WiX, I am still trying to understand the eventing
mechanism in dialogs.  Basically, I'm trying to understand how controls
use and set properties; and how they consume and expose events.  Can
someone provide a very simple explanation of the following?

1.   How dialog controls expose events

2.   How dialog controls consume events

3.   How controls set properties (set the property value
based on user input in a dialog)

4.   How controls use properties (to set values)



I have been through the tutorial at www.tramontana.co.hu/wix but as good
as it is, it does not explain a lot of the details.  The help file (CHM)
is a reference only.



Sorry for such rookie questions but I'm trying to learn WiX ASAP.
Thanks.

__

Doug Watts



-
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-user



-
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] Feature List conditional control

2006-09-18 Thread david adams
Bob:

The suggestion does not seem to be working.  I have tried all of the 
following combinations to no avail.

I have four properties defined in their respective CheckBox controls 
(DEV_ENVIRONMENT, TEST_ENVIRONMENT, QA_ENVIRONMENT,  PROD_ENVIRONMENT).

What I am trying to do is control which one of four features (a sample shown 
below) are set to a @Level = 1.

If I set the Feature @Level=1 and use Condition #1 or #4 in an attempt to 
disable the other three, then all four features stay at level = 1 in 
CustomizeDlg (i.e. feature set for install).

If I set the Feature @Level=0 and use either Condition #2 or #3 in an 
attempt to enable the selected one, then all four features stay at level = 
0 in CustomizeDlg (i.e. feature not available).

Feature Id=Complete 
...
Feature Id=ConfigQa
  Level=1
  Title=Web Application Configuration (QA / UAT)
  Description=Handles configuration for selected installation 
environment
  AllowAdvertise=yes
  Display=expand
  TypicalDefault=install
   ComponentRef Id=InstallInstQaCfg /
   ComponentRef Id=CreateTemplateWebSiteQa /
   ComponentRef Id=CreateWebSiteQaKey /
   !--#1--!--Condition Level=0NOT QA_ENVIRONMENT/Condition--
   !--#2--!--!--Condition Level=1QA_ENVIRONMENT = 1/Condition--
   !--#3--!--!--Condition Level=1QA_ENVIRONMENT/Condition--
   !--#4--!--!--Condition Level=0DEV_ENVIRONMENT OR TEST_ENVIRONMENT 
OR PROD_ENVIRONMENT/Condition--
/Feature
...
/Feature

Regardless of how I configure this, it does not seem that the Feature tree 
is responding in the expected manner to the Property values.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Bob Arnson [EMAIL PROTECTED]
To: david adams [EMAIL PROTECTED]
CC: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Feature List conditional control
Date: Sat, 16 Sep 2006 13:18:22 -0700
MIME-Version: 1.0
Received: from looneymail-a4.dreamhost.com ([208.97.132.62]) by 
bay0-mc3-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sat, 
16 Sep 2006 13:49:30 -0700
Received: from [192.168.0.101] (c-24-16-84-162.hsd1.wa.comcast.net 
[24.16.84.162])by looneymail-a4.dreamhost.com (Postfix) with ESMTP id 
D4C9E113119;Sat, 16 Sep 2006 13:49:29 -0700 (PDT)
X-Message-Info: LsUYwwHHNt1fiNzG0rrL+mUijykWELCpRigW4oItQa0=
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
References: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 16 Sep 2006 20:49:30.0120 (UTC) 
FILETIME=[9B293880:01C6D9D1]

david adams wrote:
In looking at the log, it appears that the only Property that exists is 
the one whose CheckBox is selected.

MSI sets the property to the value you specify if it's checked and removes 
the property value if it's unchecked. So you can use a condition of NOT 
CheckBoxProperty to set a feature level to 0 if the corresponding checkbox 
isn't checked.

--
sig://boB
http://bobs.org





-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Feature List conditional control

2006-09-16 Thread david adams
Thanks Rob.

I am trying to control the Feature tree based upon the value of a Property 
set on the previous form.

Net-Net: I took the WixMondo UI and inserted a new dialog (called 
EnvironmentDlg) between the LicenseAgreementDlg and the CustomizeDlg.  Based 
upon the selections in a set of checkboxes, I am trying to enable / disable 
a set of subFeatures under my Feature tree.  There is a Property associated 
to each of four checkboxes that has the CheckBoxProperty set to 1.  My 
Feature tree has subFeatures that would be associated to the CheckBox 
properties.  I am trying to set the Feature @Level = 0 (aka hide it) if 
the checkbox (associated to the Feature) is unchecked.

In looking at the log, it appears that the only Property that exists is the 
one whose CheckBox is selected.

It seems as if the Property values associated to the Feature / Condition 
entries are not used in building the Feature tree.

David Adams
MSN MessengerID: [EMAIL PROTECTED]


You can have Conditions on Features (put a Condition element under a
Feature).  However, I'm not sure you can have a Feature tree and have
controls on the same dialog control the Feature tree dynamically (i.e.
without going to a different page and back again).  Bob would know more
about that kinda' thing.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Friday, September 15, 2006 11:24
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Feature List conditional control

Is there a way to conditionally manage the Feature List?

I have a dialog that populates a set of properties.  Depending upon those
properties, I would like to conditionally hide / disable specific feature
options on the Customize dialog.

So far, I have gotten the conditionals working within the other parts of my
UI, but I cannot seem to figure out how to get the UI-set properties to
control the Feature list.

Ideas?

David Adams
MSN MessengerID: [EMAIL PROTECTED]



-
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
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Feature List conditional control

2006-09-15 Thread david adams
Is there a way to conditionally manage the Feature List?

I have a dialog that populates a set of properties.  Depending upon those 
properties, I would like to conditionally hide / disable specific feature 
options on the Customize dialog.

So far, I have gotten the conditionals working within the other parts of my 
UI, but I cannot seem to figure out how to get the UI-set properties to 
control the Feature list.

Ideas?

David Adams
MSN MessengerID: [EMAIL PROTECTED]



-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread david adams
John:

Does IIS have to be stopped or is it acceptable to simply stop the Website 
in IIS.  Our install creates the Website, Application Pool, etc. with the 
Website items created in a stopped status.  Upon completion of the 
install, we go into IIS and start the Website.  Uninstall removes the 
Website, Application Pool, and all files / folders.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: JosephMM [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Stop IIS on uninstall
Date: Thu, 24 Aug 2006 12:12:04 -0700 (PDT)
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc10-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 
24 Aug 2006 12:12:11 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 56661F413; Thu, 24 Aug 
2006 12:12:11 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GGKcb-0001WR-Ttfor 
wix-users@lists.sourceforge.net; Thu, 24 Aug 2006 12:12:10 -0700
Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com)by 
mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 
1GGKcZ-0002U2-W3for wix-users@lists.sourceforge.net; Thu, 24 Aug 2006 
12:12:09 -0700
Received: from [72.21.53.38] (helo=jubjub.nabble.com)by talk.nabble.com 
with esmtp (Exim 4.50) id 1GGKcW-0006RB-UOfor 
wix-users@lists.sourceforge.net; Thu, 24 Aug 2006 12:12:04 -0700
X-Message-Info: LsUYwwHHNt1LDbb1Nt1m5oZrMTfsgTFU+JvmZTHlxmc=
References: [EMAIL PROTECTED]
X-Spam-Score: -1.2 (-)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.5 
FROM_ENDS_IN_NUMS  From: ends in numbers-2.8 ALL_TRUSTEDDid 
not pass through any untrusted hosts1.1 FORGED_HOTMAIL_RCVD2   hotmail.com 
'From' address,but no 'Received:'
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 24 Aug 2006 19:12:12.0081 (UTC) 
FILETIME=[33EAEA10:01C6C7B1]


What I did was I had a bat file that was installed with my package. My 
custom
action refered to the FileKey of that bat file and inside the bat file all 
I
had was iisreset /stop. Unfortunately, it's really ugly because a command
prompt pops up.


John Hidey (The C# Junkie) wrote:
 
  All
 
  How to I ensure that IIS gets stopped on and uninstall.  I'm installing 
a
  site (web service) and also a windows service.  The windows service uses
  the
  web service that I installed and the windows service is started on
  install.
  When uninstalling, the web services bin directory and its contents are
  left
  behind.  If I manually stop IIS and then uninstall everything is fine.
  Can
  I have the uninstall process stop IIS during uninstalled and if so how 
do
  I
  go about this.
 
  Thanks in advance everyone.
 
  John
 
  
-
  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
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache 
Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  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/Stop-IIS-on-uninstall-tf2159128.html#a5970612
Sent from the wix-users forum at Nabble.com.


-
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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre

Re: [WiX-users] (no subject)

2006-08-22 Thread david adams
Where do you get that error?

If you get it during linking with Light.exe, did you include the sca.wixlib 
in your link statement (Light.exe).

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Crouch, John [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] (no subject)
Date: Tue, 22 Aug 2006 15:51:51 +0200
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 22 
Aug 2006 06:52:02 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 58AF312343; Tue, 22 Aug 
2006 06:52:01 -0700 (PDT)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GFWff-0006M9-Prfor 
wix-users@lists.sourceforge.net; Tue, 22 Aug 2006 06:51:59 -0700
Received: from mailsvg.natoil.com 
([213.88.188.12]helo=srvsvglgvexc01.noi.natoil.com)by mail.sourceforge.net 
with esmtp (Exim 4.44) id 1GFWfe-0007Ty-ANfor 
wix-users@lists.sourceforge.net; Tue, 22 Aug 2006 06:51:59 -0700
Received: from srvsvgexc01.noi.natoil.com ([172.20.50.2]) 
bysrvsvglgvexc01.noi.natoil.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 
22 Aug 2006 15:51:51 +0200
X-Message-Info: LsUYwwHHNt1lsQiBJuiE3KvVJIkVjOmWJ539TaDVToE=
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] (no 
subject)
Thread-Index: AcbF8NxD+7utzQnkTLO6jLjk7yUhUwAARtlg
X-OriginalArrivalTime: 22 Aug 2006 13:51:51.0925 
(UTC)FILETIME=[1EFC5A50:01C6C5F2]
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

Pertut,
I read you WiX file and you have not completed all your GUIDs or your
package ID.  I'd start there.
John
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petrut
Andrei
Sent: Tuesday, August 22, 2006 3:42 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] (no subject)

   Hi. I need help again. I try to install a web
directory and I get the following error:

UNRESOLVED REFERENCE TO SYMBOL 'CUSTOM ACTION:
CONFIGUREIIs'

I took the code from the sample given on the WIX site:
TestVirtualDir and I adapted to my application. Please
look over my code and tell me what's going on.
Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-
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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Error using Candle under 2.0.4415.0

2006-08-22 Thread david adams
I am checking to see if the ConfigureIIS custom action still has the buffer 
overflow problem in release 4415.  I got the following error attempting to 
[CANDLE] the project.

candle.exe : error CNDL0001 : Could not load file or assembly 'wix, 
Version=2.0.4221.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad' or one 
of its dependencies. The located assembly's manifest definition does not 
match the assembly reference. (Exception from HRESULT: 0x80131040)

Exception Type: System.IO.FileLoadException

Stack Trace:
   at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean 
throwOnError,
Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark stackMark, 
Boolean
loadTypeFromPartialName)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean 
throwOnError,
Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark stackMark)
   at System.RuntimeType.PrivateGetType(String typeName, Boolean 
throwOnError, B
oolean ignoreCase, Boolean reflectionOnly, StackCrawlMark stackMark)
   at System.Type.GetType(String typeName)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[] args)


David Adams
MSN MessengerID: [EMAIL PROTECTED]



-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] optionally decalre default website

2006-08-22 Thread david adams
Not sure if it will help, but we do not install web sites to the Default 
Web Site for this (and a few other reasons).  The web site / web 
applications are defined separate from Default Web Site with their own IP 
address that is created on the NIC.

As separate components and features, the Install User selects whether to 
install the web site and the Default Web Site is impacted on neither 
install nor uninstall.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Don Tasanasanta [EMAIL PROTECTED]
To: david adams 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] optionally decalre default website
Date: Tue, 22 Aug 2006 11:49:39 -0700
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc10-f2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 
22 Aug 2006 11:50:20 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid B0246F8E8; Tue, 22 Aug 
2006 11:50:10 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1GFbJs-0001Yf-CLfor 
wix-users@lists.sourceforge.net; Tue, 22 Aug 2006 11:49:48 -0700
Received: from redmail.viack.com ([12.129.16.152])by mail.sourceforge.net 
with esmtp (Exim 4.44) id 1GFbJr-00033c-NSfor 
wix-users@lists.sourceforge.net; Tue, 22 Aug 2006 11:49:48 -0700
X-Message-Info: LsUYwwHHNt39sufzG0z4bK7zZoT8LslmXD55Qy/U+GY=
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] optionally 
decalre default website
thread-index: AcbFj/MwPlo3R5XuSoaI2Jpzz/34LAAi31RQ
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=21
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 22 Aug 2006 18:50:21.0021 (UTC) 
FILETIME=[D1A388D0:01C6C61B]

There is a minimum configuration; OS, memory, CPU, etc.

IIS is checked for but not acted upon unless one of the web features is
selected.

__

Don Tasanasanta
VIACK Corporation
425-605-7423

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of david
adams
Sent: Monday, August 21, 2006 7:09 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] optionally decalre default website

Don:

Is there a standard machine / configuration to which you are targeting
the
install?

David Adams
MSN MessengerID: [EMAIL PROTECTED]





 From: Don Tasanasanta [EMAIL PROTECTED]
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] optionally decalre default website
 Date: Mon, 21 Aug 2006 16:05:04 -0700
 MIME-Version: 1.0
 Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
 bay0-mc7-f5.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444);
Mon, 21
 Aug 2006 16:05:15 -0700
 Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by

 sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 50C6C129FE; Mon, 21
Aug
 2006 16:05:14 -0700 (PDT)
 Received: from sc8-sf-mx2-b.sourceforge.net
 ([10.3.1.92]helo=mail.sourceforge.net)by
sc8-sf-list1-new.sourceforge.net
 with esmtp (Exim 4.43)id 1GFIpV-0004r5-7efor
 wix-users@lists.sourceforge.net; Mon, 21 Aug 2006 16:05:13 -0700
 Received: from redmail.viack.com ([12.129.16.152])by
mail.sourceforge.net
 with esmtp (Exim 4.44) id 1GFIpT-00077D-KSfor
 wix-users@lists.sourceforge.net; Mon, 21 Aug 2006 16:05:13 -0700
 X-Message-Info: txF49lGdW41iOisvTOM8zkrxq4P05j3ltlA/l/quqiY=
 X-MimeOLE: Produced By Microsoft Exchange V6.5
 Content-class: urn:content-classes:message
 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: optionally decalre

 default website
 thread-index: AcbFdjyriZmEgSbNR/+hWuicLDjlFQ==
 X-Spam-Score: 0.2 (/)
 X-Spam-Report: Spam Filtering performed by sourceforge.net.See
 http://spamassassin.org/tag/ for more details.Report problems
 tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0
HTML_MESSAGE
 BODY: HTML included in message0.2 HTML_FONT_BIG  BODY:
HTML
 tag for a big font size
 X-BeenThere: wix-users@lists.sourceforge.net
 X-Mailman-Version: 2.1.8
 Precedence: list
 List-Id: General discussion for Windows Installer XML
 toolset.wix

Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126 (Verbose Output)

2006-08-21 Thread david adams
Derek:

I am copying the relevant section of the output.  It appears the the problem 
occurs in ConfigureIIS.  The first reported failure is in Insufficient 
buffer error.

David Adams
MSN MessengerID: [EMAIL PROTECTED]


Action ended 10:29:26: InstallFiles. Return value 1.
Action 10:29:26: ConfigureIIs. Configuring IIS
Action start 10:29:26: ConfigureIIs.
Action 10:29:26: StartMetabaseTransaction. Starting IIS Metabase Transaction
Action start 10:29:26: StartMetabaseTransaction.
1: Starting IIS Metabase Transaction
Action ended 10:29:26: StartMetabaseTransaction. Return value 1.
Action 10:29:26: RollbackMetabaseTransaction. Rolling back IIS Metabase 
Transaction
Action start 10:29:26: RollbackMetabaseTransaction.
1: Rolling back IIS Metabase Transaction
Action ended 10:29:26: RollbackMetabaseTransaction. Return value 1.
Action 10:29:26: CommitMetabaseTransaction. Committing IIS Metabase 
Transaction
Action start 10:29:26: CommitMetabaseTransaction.
1: Committing IIS Metabase Transaction
Action ended 10:29:26: CommitMetabaseTransaction. Return value 1.
ConfigureIIs:  Error 0x8007007a: Insufficient buffer to track all 
sub-WebSites
ConfigureIIs:  Error 0x8007007a: Failed to find web root
ConfigureIIs:  Error 0x8007007a: failed to read IIsWebSite table
Error 26002. Failed to read IIsWebs table.   (-2147024774 )
MSI (s) (5C!0C) [10:29:29:166]: Product: Crawford RiskTech Interfaces -- 
Error 26002. Failed to read IIsWebs table.   (-2147024774 )

Action ended 10:29:29: ConfigureIIs. Return value 3.
Action ended 10:29:29: INSTALL. Return value 3.




From: Derek Cicerone [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: 'david adams' 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126
Date: Sun, 20 Aug 2006 16:51:04 -0700
MIME-Version: 1.0
Received: from winisp-fe1.winisp.net ([192.197.157.82]) by 
bay0-mc3-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sun, 
20 Aug 2006 16:51:10 -0700
Received: from derekclap ([24.19.239.190]) by winisp-fe1.winisp.net over 
TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sun, 20 Aug 2006 
16:51:05 -0700
X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo=
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AcbEWdpJmgcexPGzReG/rfznV0qBqAAWS3+A
Content-Language: en-us
x-cr-puzzleid: {24B75461-3B63-4C9E-91F0-D9A3733C075F}
x-cr-hashedpuzzle: ANCj ASoD B9Wr D64F GeSW G7HL G8Wb HO5P H7VP IsHi NCIV 
NMNb OCzW Qgvm TB9Z 
U1rY;2;ZABhAHYAaQBkAGEAZABhAG0AcwAwADAAQABoAG8AdABtAGEAaQBsAC4AYwBvAG0AOwB3AGkAeAAtAHUAcwBlAHIAcwBAAGwAaQBzAHQAcwAuAHMAbwB1AHIAYwBlAGYAbwByAGcAZQAuAG4AZQB0AA==;Sosha1_v1;7;{24B75461-3B63-4C9E-91F0-D9A3733C075F};ZABlAHIAZQBrAGMAQAB1AHMAZQByAHMALgBzAG8AdQByAGMAZQBmAG8AcgBnAGUALgBuAGUAdAA=;Sun,
 
20 Aug 2006 23:50:00 
GMT;UgBFADoAIABbAFcAaQBYAC0AdQBzAGUAcgBzAF0AIABbAEIAdQBnACAAIwAxADQAOQA4ADYANAA1ACAAXQAgAEMAbwBuAGYAaQBnAHUAcgBlACAASQBJAFMAIABlAHIAcgBvAHIAIABvAG4AIAAyAC4AMAAuADQAMQAyADYA
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 20 Aug 2006 23:51:06.0149 (UTC) 
FILETIME=[808C0D50:01C6C4B3]

That's a separate issue - that is a custom action failure.  Some of the
scenarios in which I heard that might happen include wrong/missing IIS on
the target machine.  I'm really not an expert on the IIS stuff so I'll have
to defer to someone more knowledgeable.  One thing you can do to make this
easier to debug is get a verbose installation log and post the lines of the
failure (and around it) here.

Derek

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Sunday, August 20, 2006 6:09 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126

It sounded like the same symptoms.

Candle and Light process successfully, but the MSI gets a Windows Installer
Error 'Failed to read IIs Webs Table' (the failed table read is either
'Webs' or 'Web').  The symptoms seemed very similar to the 3.0 problem that
was apparently a missing extension.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





 From: Derek Cicerone [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: 'david adams'
 [EMAIL PROTECTED],wix-users@lists.sourceforge.net
 Subject: RE: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126
 Date: Fri, 18 Aug 2006 16:42:02 -0700
 MIME-Version: 1.0
 Received: from winisp-ti72.winisp.net ([192.197.157.85]) by
 bay0-mc9-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 
18

 Aug 2006 16:42:19 -0700
 Received: from derekclap ([131.107.0.71]) by winisp-ti72.winisp.net over
 TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Aug 
2006

 16:42:18 -0700
 X-Message-Info: LsUYwwHHNt2Rk1wRN5NPmisemruUgqRK70Qxh9B3QcA=
 References: [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 X-Mailer: Microsoft Office Outlook 12.0
 thread-index: AcbDHK8MLa3KkKiOQkaTW0QoGs+lqgAAxRag
 Content-Language

Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126

2006-08-20 Thread david adams
It sounded like the same symptoms.

Candle and Light process successfully, but the MSI gets a Windows Installer 
Error 'Failed to read IIs Webs Table' (the failed table read is either 
'Webs' or 'Web').  The symptoms seemed very similar to the 3.0 problem that 
was apparently a missing extension.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Derek Cicerone [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: 'david adams' 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126
Date: Fri, 18 Aug 2006 16:42:02 -0700
MIME-Version: 1.0
Received: from winisp-ti72.winisp.net ([192.197.157.85]) by 
bay0-mc9-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 18 
Aug 2006 16:42:19 -0700
Received: from derekclap ([131.107.0.71]) by winisp-ti72.winisp.net over 
TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Aug 2006 
16:42:18 -0700
X-Message-Info: LsUYwwHHNt2Rk1wRN5NPmisemruUgqRK70Qxh9B3QcA=
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]
X-Mailer: Microsoft Office Outlook 12.0
thread-index: AcbDHK8MLa3KkKiOQkaTW0QoGs+lqgAAxRag
Content-Language: en-us
x-cr-puzzleid: {106F9247-2D97-41F9-B01B-0D5748113E40}
x-cr-hashedpuzzle: DdR6 DokY GN62 IipQ NDL+ NNEu N+BB PMXf Pa1v Pfvq Qn0a 
SVT4 SYii WBF3 W/ZP 
Xohg;2;ZABhAHYAaQBkAGEAZABhAG0AcwAwADAAQABoAG8AdABtAGEAaQBsAC4AYwBvAG0AOwB3AGkAeAAtAHUAcwBlAHIAcwBAAGwAaQBzAHQAcwAuAHMAbwB1AHIAYwBlAGYAbwByAGcAZQAuAG4AZQB0AA==;Sosha1_v1;7;{106F9247-2D97-41F9-B01B-0D5748113E40};ZABlAHIAZQBrAGMAQAB1AHMAZQByAHMALgBzAG8AdQByAGMAZQBmAG8AcgBnAGUALgBuAGUAdAA=;Fri,
 
18 Aug 2006 23:42:00 
GMT;UgBFADoAIABbAFcAaQBYAC0AdQBzAGUAcgBzAF0AIABbAEIAdQBnACAAIwAxADQAOQA4ADYANAA1ACAAXQAgAEMAbwBuAGYAaQBnAHUAcgBlACAASQBJAFMAIABlAHIAcgBvAHIAIABvAG4AIAAyAC4AMAAuADQAMQAyADYA
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Aug 2006 23:42:18.0894 (UTC) 
FILETIME=[F173D2E0:01C6C31F]

The problem listed below is not a bug - it's just a change in how 3.0 
works.
What problem are you experiencing with 2.0?

Derek

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Friday, August 18, 2006 4:19 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126

Does anyone know a status on this bug?  I am experiencing the same problem
using

WiX v.2.0.4221.0

We moved to 4221 from 3309 (where it worked) to implement MessageQueue
functionality, but may have to revert if there is not a solution to this
problem.

Any ideas?


David Adams
MSN MessengerID: [EMAIL PROTECTED]





 From: Brad Davis [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] WIX 3.0: Creating IIS virtual directories
 Date: Fri, 18 Aug 2006 16:29:48 -0500
 MIME-Version: 1.0
 Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
 bay0-mc2-f16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444);
 Fri,
 18 Aug 2006 14:29:58 -0700
 Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by
 sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 9D57812D23; Fri, 18
 Aug
 2006 14:29:57 -0700 (PDT)
 Received: from sc8-sf-mx1-b.sourceforge.net
 ([10.3.1.91]helo=mail.sourceforge.net)by
 sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43)id
 1GEBud-0001hy-3Zfor wix-users@lists.sourceforge.net; Fri, 18 Aug 2006
 14:29:55 -0700
 Received: from nz-out-0102.google.com ([64.233.162.205])by
 mail.sourceforge.net with esmtp (Exim 4.44) id 1GEBuc-pW-8Xfor
 wix-users@lists.sourceforge.net; Fri, 18 Aug 2006 14:29:55 -0700
 Received: by nz-out-0102.google.com with SMTP id l8so593835nzffor
 wix-users@lists.sourceforge.net;Fri, 18 Aug 2006 14:29:52 -0700 (PDT)
 Received: by 10.65.98.4 with SMTP id a4mr4344742qbm;Fri, 18 Aug 2006
 14:29:52 -0700 (PDT)
 Received: by 10.64.243.6 with HTTP; Fri, 18 Aug 2006 14:29:48 -0700
 (PDT)
 X-Message-Info: LsUYwwHHNt13J04AU+y+/C+O2WduChQ9i3ZT82fnpL8=
 References:
 [EMAIL PROTECTED]007a01c6c
 [EMAIL PROTECTED]d8b3e9d60608181152p47403ef6x748
 [EMAIL PROTECTED][EMAIL PROTECTED]
 ge.net
 X-Spam-Score: 0.1 (/)
 X-Spam-Report: Spam Filtering performed by sourceforge.net.See
 http://spamassassin.org/tag/ for more details.Report problems
 tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 RCVD_BY_IP

 Received by mail server with no name0.1 HTML_40_50
 BODY: Message is 40% to 50% HTML0.0 HTML_MESSAGE   BODY: HTML
 included in message
 X-BeenThere: wix-users@lists.sourceforge.net
 X-Mailman-Version: 2.1.8
 Precedence: list
 List-Id: General discussion for Windows Installer XML
 toolset.wix-users.lists.sourceforge.net
 List-Unsubscribe:
 https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:wix-us
 [EMAIL PROTECTED]
 List-Archive:
 http://sourceforge.net/mailarchive/forum.php?forum=wix-users
 List-Post: mailto:wix-users@lists.sourceforge.net
 List-Help:
 mailto:[EMAIL PROTECTED]
 List-Subscribe:
 https

[WiX-users] MessageQueue PubCA

2006-08-04 Thread david adams
I am getting the following [CANDLE] error [CNDL0005] from my WiX Fragment 
file that configures as Microsoft Message Queue.  I get the same error 
whether I use the MessageQueue element (with / without an in-element xmlns 
attribute definition) or pca:MessageQueue element (with / without an 
xmlns:pca attribute definition in the outer WiX element.  I notice that 
the element is not available via Intellisense in VS.NET (using Votive).

I am running WiX / Votive v.2.0.4421.0  VS.NET v1.1 / v2.0.

Error Message:
d:\MYFOLDER\CMQ.Common.wxs(10) : error CNDL0005 : The Component element 
contains an unexpected child element 'MessageQueue'.

...
Fragment
  User Id=ntwkService Domain=NT AUTHORITY Name=NETWORK SERVICE /
  DirectoryRef Id=TARGETDIR
Component Id=CreateMessageQueue 
Guid=AC1B0EAE-905D-4532-99D1-400FBA70799D
  MessageQueue xmlns=http://schemas.microsoft.com/wix/2005/02/pubca; 
Id=mQ Label=RiskTech Interfaces Message Queue 
PathName=.\Private$\rtiQ
MessageQueuePermission Id=permissionNetworkService 
User=ntwkService PeekMessage=yes ReceiveMessage=yes WriteMessage=yes 
/
  /MessageQueue
/Component
  /DirectoryRef
  Feature Id=MsgQueue Level=1 Title=Message Queue 
Description=Creates Private Message Queue
ComponentRef Id=CreateMessageQueue /
  /Feature
/Fragment
...

David Adams
MSN MessengerID: [EMAIL PROTECTED]



-
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] MessageQueue PubCA

2006-08-04 Thread david adams
It appears that Fredrik had already answered the question.  When I looked on 
the SourceForge Wix-Users archive, I found the following:


**Cliff Notes version from Fredrik's 
email
candle queues.wxs -ext 
Microsoft.Tools.WindowsInstallerXml.PcaCompiler,pcaext


light queues.wixobj “%WIX_HOME%\ca\pubca.wixlib” -out queues.msi -ext
Microsoft.Tools.WindowsInstallerXml.PcaCompiler,pcaext

(%WIX_HOME% is the directory where you have WiX installed on you system.)
***

When I took the steps, it appears that I am missing the pcaext.dll for the 
reference and the pubca.wixlib.  Are these not available in the bin 
directory like wixca, etc.?


David Adams
MSN MessengerID: [EMAIL PROTECTED]






From: Derek Cicerone [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: 'david adams' 
[EMAIL PROTECTED],wix-users@lists.sourceforge.net

Subject: RE: [WiX-users] MessageQueue PubCA
Date: Fri, 4 Aug 2006 12:32:59 -0700
MIME-Version: 1.0
Received: from winisp-fe1.winisp.net ([192.197.157.82]) by 
bay0-mc5-f6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 4 
Aug 2006 12:33:00 -0700
Received: from derekclap ([131.107.0.89]) by winisp-fe1.winisp.net over TLS 
secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 4 Aug 2006 
12:32:59 -0700

X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo=
X-Mailer: Microsoft Office Outlook 11
Thread-Index: Aca3+2B7nwCLXwMGSka2Q4fxhiOZUAAAQKBA
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2922
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 04 Aug 2006 19:32:59.0464 (UTC) 
FILETIME=[CB277480:01C6B7FC]


You need to pass in the pubca extension.  For v2, it should look something
like this:
-ext assembly, class (or maybe its class, assembly - I don't remember -
it was always too verbose for me :)

(I'm not sure of the specifics for pubca unfortunately - perhaps a fellow
dev can help out here).

Derek

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Friday, August 04, 2006 12:23 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] MessageQueue PubCA

Derek:

d:\program files\windows installer xml\bin\candle
d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces
wix install\crawford.risktech.interfaces.wxs
d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces
wix install\crawford.risktech.class.library.wxs
d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces
wix install\cwa.common.wxs
d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces
wix install\cwd.anonymousauth.wxs
d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces
wix install\cdx.impersonations.wxs
d:\development\vs2003\services\rti\risktechinterfaces\risktech interfaces
wix install\cmq.common.wxs

I am getting the error in the last *.wxs file that was created
(cmq.common.wxs).

David Adams
MSN MessengerID: [EMAIL PROTECTED]

From: Derek Cicerone [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: 'david adams'
[EMAIL PROTECTED],wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] MessageQueue PubCA
Date: Fri, 4 Aug 2006 08:29:09 -0700
MIME-Version: 1.0
Received: from winisp-fe1.winisp.net ([192.197.157.82]) by
bay0-mc4-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 
4


Aug 2006 08:29:12 -0700
Received: from derekclap ([67.168.109.53]) by winisp-fe1.winisp.net over
TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 4 Aug 
2006

08:29:11 -0700
X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo=
X-Mailer: Microsoft Office Outlook 11
Thread-Index: Aca31W62MXvabLltSXSP4lp+t2VLjQABRJBw
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2922
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 04 Aug 2006 15:29:12.0012 (UTC)
FILETIME=[BC8368C0:01C6B7DA]

What does your command line look like for candle?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Friday, August 04, 2006 7:51 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] MessageQueue PubCA

I am getting the following [CANDLE] error [CNDL0005] from my WiX Fragment
file that configures as Microsoft Message Queue.  I get the same error
whether I use the MessageQueue element (with / without an in-element
xmlns

attribute definition) or pca:MessageQueue element (with / without an
xmlns:pca attribute definition in the outer WiX element.  I notice that
the element is not available via Intellisense in VS.NET (using Votive).

I am running WiX / Votive v.2.0.4421.0  VS.NET v1.1 / v2.0.

Error Message:
d:\MYFOLDER\CMQ.Common.wxs(10) : error CNDL0005 : The Component element
contains an unexpected child element 'MessageQueue'.

...
Fragment
   User Id=ntwkService Domain=NT AUTHORITY Name=NETWORK SERVICE /
   DirectoryRef Id=TARGETDIR
 Component Id=CreateMessageQueue
Guid

Re: [WiX-users] WebSites in ComboBox dynamically

2006-07-12 Thread david adams
Our solution to this assumes knowledge of the server.

We have our server admins create virtual IP addresses that map to the actual 
machine address.  In this way, we install our websites to Port 80 of the 
virtual IP address with no requirements for host headers.  We just leave the 
Default Website connected to the actual IP address.

David Adams
MSN MessengerID: [EMAIL PROTECTED]

From: John Hidey [EMAIL PROTECTED]
To: WiX-users wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WebSites in ComboBox dynamically
Date: Wed, 12 Jul 2006 09:00:10 -0400
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc12-f6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, 
12 Jul 2006 06:00:46 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 8A293F7D9; Wed, 12 Jul 
2006 06:00:45 -0700 (PDT)
Received: from sc8-sf-mx1-b.sourceforge.net 
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1G0eKS-0003ue-Uhfor 
wix-users@lists.sourceforge.net; Wed, 12 Jul 2006 06:00:40 -0700
Received: from mail2.servicelinklp.com 
([12.169.126.63]helo=pitmxp02.servicelink.com)by mail.sourceforge.net with 
esmtp (Exim 4.44) id 1G0eKR-0004td-Vufor wix-users@lists.sourceforge.net; 
Wed, 12 Jul 2006 06:00:36 -0700
Received: from CLUPITEXC01.servicelink.com ([10.220.1.81]) 
bypitmxp02.servicelink.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 12 
Jul 2006 09:03:03 -0400
X-Message-Info: LsUYwwHHNt0+THxOMAmBn5KeYwEFtOLjSogFBW4bkzw=
Content-class: urn:content-classes:message
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] WebSites 
in ComboBox dynamically
thread-index: AcalKrbdw5tyLB/mRNa6dfsgDd1/bgAh6A2g
References: 
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]
X-OriginalArrivalTime: 12 Jul 2006 13:03:03.0187 
(UTC)FILETIME=[8262A630:01C6A5B3]
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

-All-



First I would like to thank everyone for the great help and support I
got through this mailing list.  The help was great and I got the combo
box populating with the sites.  Now I have a different problem related
to websites.



Let's say I have three sites on my box.  The default site running on
port 80 with no host header,  site 1 running on port 81 with no host
header and finally site 2 running on port 80 with a host header value of
SITE2.



When I select a site from my combo box and set the values Website
element it appears that it is always installing under the default site.
How do I handle this properly.  More importantly, how do I handle this
in  a generic way so that no knowledge of the destination machine is
required to do the install.



Hope I am describing this properly.



Thanks again everyone for all the help.  Dana, your script you give me
was very clean, easy to read and commented well.



John



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dana
Gutride
Sent: Tuesday, July 11, 2006 4:43 PM
To: WiX-users
Subject: Re: [WiX-users] WebSites in ComboBox dynamically



John:

I'm not 100% sure what is going on there.  My guess is that when the msi
was generated, there wasn't enough information given it to create the
combobox table (like listitem entries).  You might need to include
something in your ui page like this:

ComboBox Property=IISWebsite
 ListItem Text=None Value=0/
/ComboBox

You'll need to delete the listitems for that combobox before the ui is
shown, however, or you'll end up with other problems in your MSI.

I've included a file that I used as a testbed for combobox population.
As a disclaimer: it is better (as you'll be told many times on this
list) to use C++ custom actions, and I know there are a few good
examples of c++ custom actions which populate combo boxes (see
http://www.tramontana.co.hu/wix/lesson10.php#10.1).

But, to help you diagnose your problem for the time being, take a look
at the included file, see if you can get that to work, and then build up
from there.

Dana

On 7/11/06, John Hidey [EMAIL PROTECTED] wrote:

Dana,



I now have the custom action being called within the MSI and it can be
seen within the log file but I' still getting an error ( The same error
).  Here is my latest log file.  I have highlighted the line in red that
doesn't seem right to me.  I

Re: [WiX-users] WebSites in ComboBox dynamically

2006-07-11 Thread david adams
We approach the problem from a little different perspective.  Instead of 
using a combo box / selection functionality within the UI, we set up 
multiple web site / web application components and features and have Admins 
(who perform installs in our environment) select which one they choose.

In our case, there is a web site / web application component  feature for 
each environment into which the application will be installed.  The IP 
address  Port values are property values defined in an application-specific 
WXS file while the actual component  features are defined in a common WXS 
file that each application inherits as a fragment.

From the installers perspective, they select which one to install from the 
[Select Features] dialog.

We are building installs for internally developed and utilized applications 
(not commercial) so we know the IP addresses and Ports as a function of our 
design.  We usually have four possible environments into which an 
application is being loaded (Dev, Test, QA, or Production)  our features 
easily allow the installers (who do not need to know or understand anything 
about our apps) to select and install to the appropriate environment.

I do not know if this type of model would meet your needs, but if you need 
more specifics, let me know.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: John Hidey [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WebSites in ComboBox dynamically
Date: Tue, 11 Jul 2006 13:32:27 -0400
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 11 
Jul 2006 10:33:30 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 8A88712EDD; Tue, 11 Jul 
2006 10:33:19 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1G0M6n-0002zj-Tkfor 
wix-users@lists.sourceforge.net; Tue, 11 Jul 2006 10:33:18 -0700
Received: from mail1.servicelinklp.com 
([12.169.126.62]helo=pitmxp01.servicelink.com)by mail.sourceforge.net with 
esmtp (Exim 4.44) id 1G0M6n-0001UW-9dfor wix-users@lists.sourceforge.net; 
Tue, 11 Jul 2006 10:33:17 -0700
Received: from CLUPITEXC01.servicelink.com ([10.220.1.81]) 
bypitmxp01.servicelink.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 11 
Jul 2006 13:35:04 -0400
X-Message-Info: txF49lGdW43/Eo6ao/OqPsXMPCw+sVukMfxVohfmVkg=
Content-class: urn:content-classes:message
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: WebSites in ComboBox 
dynamically
thread-index: AcalD/rgGTyN1HGhRFOXsiovXAUDOQ==
X-OriginalArrivalTime: 11 Jul 2006 17:35:04.0437 
(UTC)FILETIME=[58320250:01C6A510]
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

-All-



I apologize for posting this if it has been answered several times but I
am unable to get this working.  I am trying to display on the web sites
in a combobox in the ui.  I have done everything that I can think of,
but I am a far cry from being a wix expert.  If anyone could point me to
why I keep getting a error dialog showing an error 2205 it would be
greatly appreciated.



Also, if I am doing this completely wrong please tell me so.  I will not
take offence to any comment.  I'm coming to you guys for help so I will
accept all help.



Thanks so much everyone in advance.  I'm trying to learn this stuff but
having some issues with some of the concepts, with the help of everyone
I'm sure I'll get it in time.



Thanks

John





Here is the properties which I have in my wxs file.



Property Id=TARGETWEBCOMBO /

Property Id=TARGETWEBCOMBO2

   RegistrySearch Id=FindTargetWeb Type=raw Root=HKLM
Key=Software\ServiceLink\ServiceLink Enterprise Library
Name=TARGETWEBCOMBO /

/Property



Here is my custom actions and install sequences



CustomAction BinaryKey=GETSITESSCRIPT Execute=firstSequence
Id=caGetWebSites VBScriptCall=GetWebSites Return=check /

Binary Id=GETSITESSCRIPT SourceFile=..\..\..\Program
Files\WixEdit\scripts\GetWebSites.vbs /

InstallExecuteSequence

   Custom Action=caGetWebSites Sequence=2 /

/InstallExecuteSequence



Here is my ONLY combobox on the form



Control Id=WebSites Type=ComboBox Sorted=no
Property=TARGETWEBCOMBO Indirect=no ComboList=yes X=20 Y=72
Width=330 Height=16

Re: [WiX-users] Can not create third website under iis with wix?

2006-06-26 Thread david adams
Try changing:
WebAddress Id='DefaultWebSiteAddress' Port='81' Secure='no'/

To:
WebAddress Id='DefaultWebSiteAddress' Port='nn' Secure='no'/

**Where 'nn' represents another Port Number that may not be used on your web 
server
like 82**

If this fixes your problem, I will guess that you install website #1 to Port 
80 and website #2 to Port 81.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





From: Young Yang (Worksoft) [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Can not create third website under iis with wix?
Date: Mon, 26 Jun 2006 15:14:21 +0800
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
bay0-mc7-f6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 26 
Jun 2006 00:14:45 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by 
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 700DD16471; Mon, 26 Jun 
2006 00:14:35 -0700 (PDT)
Received: from sc8-sf-mx2-b.sourceforge.net 
([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
with esmtp (Exim 4.43)id 1FulIn-00072Y-FZfor 
wix-users@lists.sourceforge.net; Mon, 26 Jun 2006 00:14:33 -0700
Received: from mail-sin1.microsoft.com ([207.46.50.72])by 
mail.sourceforge.net with esmtp (Exim 4.44) id 1FulIl-0004gt-NUfor 
wix-users@lists.sourceforge.net; Mon, 26 Jun 2006 00:14:33 -0700
Received: from APS-MSG-01.southpacific.corp.microsoft.com ([157.60.218.46]) 
bymail-sin1.microsoft.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 26 
Jun 2006 16:14:24 +0900
X-Message-Info: LsUYwwHHNt094Q/fjw1Mbs6JFeYKfr6fyuBsVCduhf8=
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Can not create third 
website under iis with wix?
Thread-Index: AcaY8CW+hBpODJFGR16LSH763TI3aA==
X-OriginalArrivalTime: 26 Jun 2006 07:14:24.0935 
(UTC)FILETIME=[2786B370:01C698F0]
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
http://spamassassin.org/tag/ for more details.Report problems 
tohttp://sf.net/tracker/?func=addgroup_id=1atid=210.0 HTML_MESSAGE
BODY: HTML included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: General discussion for Windows Installer XML 
toolset.wix-users.lists.sourceforge.net
List-Unsubscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
List-Archive: 
http://sourceforge.net/mailarchive/forum.php?forum=wix-users
List-Post: mailto:wix-users@lists.sourceforge.net
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/wix-users,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

 I am building an msi to deploy a website,  when there is only the
default web site under the IIS, it works.

But when there is already 2 websites under IIS, when I run the msi,  It
return an error 'Failed to read IISWebs table' and the installation
failed.

Any help on where I should look to solve this problem is greatly
appreciated.



Below is part of my script.







Component Id='WebSiteComponent'
Guid='F199EE95-7847-4b85-B58A-60857D22545D' Permanent='yes'

WebSite Id='WebSite' Description='My Web Site' Directory='pages'
AutoStart='yes' DirProperties='ReadAndExecute' ConfigureIfExists='no'

 WebAddress Id='DefaultWebSiteAddress' Port='81'
Secure='no'/

 WebApplication Id='WebSiteWebApp' Name='WebSite Web App'
Isolation='medium'

  WebApplicationExtension Extension='aspx'
CheckPath='no' Executable='[FRAMEWORKDIR]aspnet_isapi.dll' Script='yes'
Verbs='GET,HEAD,POST,DEBUG' /

 /WebApplication

/WebSite

/Component



Thanks



Young





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 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users