Re: [WiX-users] WebDirProperties - set anonymous user to Application Pool Identity

2015-03-04 Thread Michael Pierce
I am trying to accomplsh the same thing.  Did you figure this out?  If so,
how did you do it? 

Thank you, 
Mike



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WebDirProperties-set-anonymous-user-to-Application-Pool-Identity-tp7023516p7599465.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WebDirProperties - set anonymous user to Application Pool Identity

2011-11-22 Thread Dirk Räder
Hi list,

I'm using Wix 3.5 to create a web application installer.

Creating the application pools with the correct identities set and
creating the virtual directories works fine.
Configuring the WebDirProperties to either use a defined user as
anonymous user by setting the attribute AnonymousUser or to use IUSR
by omitting the same attribute works, too.
On the downside, neither of these settings allow some CGI scripts to
be executed. For them to work, I have to set the anonymous user to
Application Pool Identity. How do I configure the WebDirProperties
to take care of this?

As a workaround, I have implemented a custom action loading this
information directly into the IIS host configuration file.

Regards,

Dirk Räder

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Webdirproperties defaultdocuments order In IIS 7.0

2011-06-16 Thread lokanath devineni
Hello All,
 
I have a webdirproperties as below,
 iis:WebDirProperties Id=CMSFrontEnd_Properties AnonymousAccess=yes 
WindowsAuthentication=no 
DefaultDocuments=index.html,default.aspx,Default.htm, Default.asp, index.htm, 
index.html,iisstart.htm  Read=yes  Script=yes /
In the defaultdocuments of website, i want index.html should be  first in the 
default documents list. How do i specify that in website properties. In above 
webdirproperties always defaulting to default.aspx to be first in the list. 
 
Thanks in advance,
 
Loknath 
 
 
 
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] webdirproperties

2007-01-05 Thread Simon.Burgess
I need to have the following in IIS
Website
VirtualDir
Dir
 and set SSL permissions just on the Dir
 
As you say WebDir (and WebDirProperties) seems to be the thing, but WebDir
cannot be a child of WebVirtualDir, only Website. Is there another way?



From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: 02 January 2007 18:09
To: Simon Burgess; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] webdirproperties



1.  I believe this is a WebDir, although I'm not sure anyone ever uses it.

 

2.  No.  Never seemed worth the effort.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 09:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] webdirproperties

 

Hi 
I'm using v2.0.3719 

1.  Is it possible to set the WebDirProperties on a folder under
a virtual directory? 
2.  And is it possible to set IIS properties against an
individual file? 

 

Simon Burgess 




The information contained in this email is intended only for the individual
to whom it is addressed. It may contain privileged and confidential
information. If you have received this message in error or there are any
problems, please notify the sender immediately and delete the message from
your computer. The unauthorised use, disclosure, copying or alteration of
this message is forbidden. Neither Vertex Data Science Limited nor any of
its subsidiaries will be liable for direct, special, indirect or
consequential damage as a result of any virus being passed on, or arising
from alteration of the contents of this message by a third party. The
following Vertex companies are authorised and regulated by the Financial
Services Authority: 

- Vertex Data Science Ltd
- Exchange FS Ltd trading as The Exchange
- Vertex Mortgage Services Ltd
- Vertex Administration Ltd 

Vertex Data Science Limited (England and Wales No. 3153391) registered
office Pegasus House, Kings Business Park, Liverpool Road, Prescot,
Merseyside, L34 1PJ

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__



The information contained in this email is intended only for the individual to 
whom it is addressed. It may contain privileged and confidential information. 
If you have received this message in error or there are any problems, please 
notify the sender immediately and delete the message from your computer. The 
unauthorised use, disclosure, copying or alteration of this message is 
forbidden. Neither Vertex Data Science Limited nor any of its subsidiaries will 
be liable for direct, special, indirect or consequential damage as a result of 
any virus being passed on, or arising from alteration of the contents of this 
message by a third party. The following Vertex companies are authorised and 
regulated by the Financial Services Authority: 
 
-   Vertex Data Science Ltd
-   Exchange FS Ltd trading as The Exchange
-   Vertex Mortgage Services Ltd
-   Vertex Administration Ltd 
 
Vertex Data Science Limited (England and Wales No. 3153391) registered office 
Pegasus House, Kings Business Park, Liverpool Road, Prescot, Merseyside, L34 1PJ


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__-
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] webdirproperties

2007-01-05 Thread Rob Mensching
WebDir's just aren't well supported in the WiX toolset.  However, you might (I 
haven't tried) be able to specify the whole web path you want in the 
WebDir/@Path attribute.  In your case, you could use Path=VirtualDir/Dir.  It 
might work... it might not.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, January 05, 2007 03:56
To: Rob Mensching; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] webdirproperties

I need to have the following in IIS
Website
VirtualDir
Dir
 and set SSL permissions just on the Dir

As you say WebDir (and WebDirProperties) seems to be the thing, but WebDir 
cannot be a child of WebVirtualDir, only Website. Is there another way?


From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: 02 January 2007 18:09
To: Simon Burgess; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] webdirproperties
1.  I believe this is a WebDir, although I'm not sure anyone ever uses it.

2.  No.  Never seemed worth the effort.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 09:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] webdirproperties


Hi
I'm using v2.0.3719

*   Is it possible to set the WebDirProperties on a folder under a virtual 
directory?
*   And is it possible to set IIS properties against an individual file?


Simon Burgess



The information contained in this email is intended only for the individual to 
whom it is addressed. It may contain privileged and confidential information. 
If you have received this message in error or there are any problems, please 
notify the sender immediately and delete the message from your computer. The 
unauthorised use, disclosure, copying or alteration of this message is 
forbidden. Neither Vertex Data Science Limited nor any of its subsidiaries will 
be liable for direct, special, indirect or consequential damage as a result of 
any virus being passed on, or arising from alteration of the contents of this 
message by a third party. The following Vertex companies are authorised and 
regulated by the Financial Services Authority:

- Vertex Data Science Ltd
- Exchange FS Ltd trading as The Exchange
- Vertex Mortgage Services Ltd
- Vertex Administration Ltd

Vertex Data Science Limited (England and Wales No. 3153391) registered office 
Pegasus House, Kings Business Park, Liverpool Road, Prescot, Merseyside, L34 1PJ

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__


The information contained in this email is intended only for the individual to 
whom it is addressed. It may contain privileged and confidential information. 
If you have received this message in error or there are any problems, please 
notify the sender immediately and delete the message from your computer. The 
unauthorised use, disclosure, copying or alteration of this message is 
forbidden. Neither Vertex Data Science Limited nor any of its subsidiaries will 
be liable for direct, special, indirect or consequential damage as a result of 
any virus being passed on, or arising from alteration of the contents of this 
message by a third party. The following Vertex companies are authorised and 
regulated by the Financial Services Authority:

- Vertex Data Science Ltd
- Exchange FS Ltd trading as The Exchange
- Vertex Mortgage Services Ltd
- Vertex Administration Ltd

Vertex Data Science Limited (England and Wales No. 3153391) registered office 
Pegasus House, Kings Business Park, Liverpool Road, Prescot, Merseyside, L34 1PJ

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] webdirproperties

2007-01-02 Thread Simon.Burgess
Hi
I'm using v2.0.3719

1)  Is it possible to set the WebDirProperties on a folder under a
virtual directory?
2)  And is it possible to set IIS properties against an individual file?


Simon Burgess




The information contained in this email is intended only for the individual to 
whom it is addressed. It may contain privileged and confidential information. 
If you have received this message in error or there are any problems, please 
notify the sender immediately and delete the message from your computer. The 
unauthorised use, disclosure, copying or alteration of this message is 
forbidden. Neither Vertex Data Science Limited nor any of its subsidiaries will 
be liable for direct, special, indirect or consequential damage as a result of 
any virus being passed on, or arising from alteration of the contents of this 
message by a third party. The following Vertex companies are authorised and 
regulated by the Financial Services Authority: 
 
-   Vertex Data Science Ltd
-   Exchange FS Ltd trading as The Exchange
-   Vertex Mortgage Services Ltd
-   Vertex Administration Ltd 
 
Vertex Data Science Limited (England and Wales No. 3153391) registered office 
Pegasus House, Kings Business Park, Liverpool Road, Prescot, Merseyside, L34 1PJ


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WebDirProperties

2006-09-07 Thread Simon Burgess








Hi Im using WiX 2.0.3719



In IIS, for a Website, there are 3 options for Execute
permissions (none, script only and scripts
and executables). The Execute attribute in WebDirProperties is YesNo
Type  yes sets scripts and executables no sets to none.
As luck would have it, Im after the middle one. Any ideas?



Also in my website I want to disable Default Documents.
There is a DefaultDocuments attribute on WebDirProperties but
that only seems to be for specifying a list of documents, does anyone know how
to disable this option in WiX (there is a checkbox in IIS settings



Many thanks in advance

Simon






-
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