Hi All:
  I am a newbie of WIX, and I have the following question:
  I need to create a Web Application Pool that runs under the current
logon user. However, the following code does not work in wix
~~~~~~~~~~~~~~~~~~~
     <Component Id="C_EMW_Webapppool"
Guid="585826DF-BCCB-41a9-9F8C-4E89CB756ACE">
        <iis:WebAppPool Id="W_EMW_Webapppool" Name="EMWAppPool"
Identity="other" User="LogonUser"/>
     </Component>
~~~~~~~~~~~~~~~~~~~

 The compiler error is: 

******************************

Unresolved reference to symbol 'User:LogonUser' in section
'Product:{57B88F94-EFA4-4C2B-86B6-7EB82F0AC3CC}'.

******************************

If I change  User="LogonUser" to  User="[LogonUser]", I got the
following compiling error:

*****************************

The iis:WebAppPool/@User attribute's value, '[LogonUser]', is not a
legal identifier.  Identifier's may contain ASCII characters A-Z, a-z,
digits, underscores (_), or periods (.).  Every identifier must begin
with either a letter or an underscore.

****************************
 
Is there anyway I can specify current logon user as the user for the web
application pool?
 
Your help will be greatly appreciated.
 
Yongzhi
Yongzhi Yu
Latitude Geographics Group Ltd.
[EMAIL PROTECTED] www.latitudegeo.com
<file:///C:/Documents%20and%20Settings/yzyu/Application%20Data/Microsoft
/Signatures/www.latitudegeo.com> 
Head Office: 204 Market Square Victoria, BC Canada V8W 3C6
Tel: (250) 381-8130 Fax: (250) 381-8132 

Geocortex Internet Mapping (www.geocortex.com
<http://www.geocortex.com/> ) - Helping people succeed with web-based
geography

 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to