Hi,
I have a wix installer and it was working fine on all the xp and windows
server 2003 which are hosted on our development environment.
But I am getting the error *"failed while processing the website
-2147024883"* on user environment. The process is pretty straight forward,
create a virtual directory under default web site with the specific port
which will be entered by the user during the installation.
I am sure that the user is entering the correct port no. Following is my
wix chunk.
<iis:WebSite Id='DefaultWebSite' Description='Default Web Site'>
<iis:WebAddress Id='AllUnassigned' IP='*' Port='[IISPORT]' />
</iis:WebSite>
<DirectoryRef Id="IISDIR" >
<Component Id="OfficeManagerWebSiteComp"
Guid="{DF37761A-1312-4e2e-BE65-FF9057B10B56}">
<File Id="a123" KeyPath="yes"
Source="$(var.ProjectDir)WebSource\AccessDenied.aspx" />
<iis:WebVirtualDir Id='MyWebSiteVirtualDir' Alias='MyWebSite'
Directory='IISDIR'
WebSite='DefaultWebSite'>
<iis:WebApplication Id='MyWebSiteApp' Name='MyWebSiteApp'
Isolation='medium' />
</iis:WebVirtualDir>
<RegistryKey Root="HKLM" Key="SOFTWARE\OAKSystem\OM">
<RegistryValue Name="IISPORT" Type="string" Value="[IISPORT]"/>
<RegistryValue Name ="URLNAME" Type="string" Value="[URLNAME]"/>
<RegistryValue Name ="IISDIR" Type="string" Value="[IISDIR]"/>
</RegistryKey>
</Component>
</DirectoryRef>
thanks
Thurein
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users