Re: [WiX-users] Passing installation parameter to exe

2010-01-10 Thread Shlomi Tsadok
1. Yes I can, but I don't want to do it maually on every workstation. 2.Only for installing. Shlomi On Fri, Jan 8, 2010 at 12:07 AM, Blair wrote: > The second questions asks if you can set registry values/write file > changes/whatever else that running the preagent.exe would have done for you

[WiX-users] short name of the default windows installer directory and the status of burn

2010-01-10 Thread sean farrow
Hi: Does anyone know what the default short name for the default windows installer xml directory is? Also what is the current state of burn, is this usable as yet-if not when is it likely to be? Cheers Sean. -- This S

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-10 Thread Kyle Huey
Hey Brian, This sounds like a great idea. I think combined with something like dir /ad /s to iterate over the directories it can do what I want. Thanks! - Kyle On Sat, Jan 9, 2010 at 7:10 PM, Brian Rogers wrote: > Hey Everyone, > > Why can't you heat the sub directories "greeneggs" and "ham"

[WiX-users] Stop Web App

2010-01-10 Thread Neil Sleightholm
I have a web site in IIS6 that use Enterprise Library for logging and this locks its log file while the application is running. As part of my uninstall I want to clean up the log file using the RemoveFile element. The problem is that Windows Installer reports that the file is in use and won't conti

[WiX-users] IIS Log Folder

2010-01-10 Thread Neil Sleightholm
As there is work going on for IIS7 support in WiX 3.5 would it be possible to raise the priority of the feature request to allow you to set the IIS weblog folder location? http://sourceforge.net/tracker/index.php?func=detail&aid=1493214&group_i d=105970&atid=642717 (this is a duplicate request: h

Re: [WiX-users] Using Heat multiple times => Duplicate symbols

2010-01-10 Thread Brian Rogers
Hey Kyle, Have you considered using MSBuild? Although there isn't support in heat nor in the WiX targets for this yet, you could use some feature of ItemGroups in MSBuild and its expansion to do what you need...at least I think you could. I haven't actually tried it I am working on an extension