[WiX-users] Including other files to Wix project's output

2011-08-09 Thread Atul Kolhatkar
I want to include a script that runs the MSI installers built by Wix into the output directory along with the .msi file. I've tried using the two options below in the wixproj file, but neither of them worked (I've verified that the path to the script file is correct): ItemGroup Content

Re: [WiX-users] Add/Enable handler mapping in IIS 7/7.5 using WIX 3.5

2011-08-08 Thread Atul Kolhatkar
You can add a WebDirProperties element with Script=yes and Execute=yes attributes inside your WebSite element. That enabled the HTTP handlers for me automatically on IIS7. Thanks, Atul -Original Message- From: Kwong Hu Kiu [mailto:kwon...@hotmail.com] Sent: Saturday, August 06, 2011

Re: [WiX-users] WebAppPool unexpected attributes

2011-08-05 Thread Atul Kolhatkar
attributes On 03-Aug-11 21:01, Atul Kolhatkar wrote: The iis:WebAppPool element contains an unexpected attribute 'ManagedPipelineMode' The iis:WebAppPool element contains an unexpected attribute 'ManagedRuntimeVersion' Those attributes are supported in WiX v3.5 and later. -- sig://boB http

Re: [WiX-users] Fileshare permissions

2011-08-04 Thread Atul Kolhatkar
and ran into the same problem. When I removed the permissions and just added GenericAll, it worked. -Original Message- From: Atul Kolhatkar [mailto:atul.kolhat...@microsoft.com] Sent: 03 August 2011 20:22 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users

Re: [WiX-users] Fileshare permissions

2011-08-03 Thread Atul Kolhatkar
03, 2011 6:01 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Fileshare permissions Does the service account have filesystem permissions to the directory you're trying to access via the share ? -Original Message- From: Atul Kolhatkar

[WiX-users] WebAppPool unexpected attributes

2011-08-03 Thread Atul Kolhatkar
I am trying to setup an application pool for a website, with a WebAppPool element: iis:WebAppPool Id=MyAppPool Name=MyApplicationPool Identity=other User=MyAccount ManagedPipelineMode=integrated ManagedRuntimeVersion=v2.0 / This gives me the following compilation errors in Visual Studio: The

[WiX-users] Fileshare permissions

2011-08-02 Thread Atul Kolhatkar
I am trying to create a file share using Wix. Here is the fileshare fragment I'm using: !-- Begin file shares -- DirectoryRef Id=SharedMQStorage Component Id=FileShareComponent Guid=A89F990A-051B-494D-A958-D71A14724E10 CreateFolder / util:FileShare