Re: [WiX-users] elevated CustomAction with Impersonate = no and Execute="deferred"

2013-07-20 Thread Phil Wilson
That quote seems incorrect unless I'm having a slow day. If you specify "no impersonate" it means "do not impersonate the installing user" which means it runs with the local system account and elevated during a per-machine install. It's not clear to me why your custom action would fail running wi

[WiX-users] Environment variable "ProjectPath" is expanded, possible to turn off?

2013-07-20 Thread Andreas Jönsson
Hello, We have converted one of our installer projects to WiX and it seems to work well. However, on our development machines we have an environment variable, ProjectPath, which is completely unrelated to WiX. When the project is built from Visual Studio (2012), this environment variable is ex

Re: [WiX-users] Setting the IIS7 HTTP Response Header - Common Header

2013-07-20 Thread Don Cameron
To get around the problem with Wix not setting the CacheControlMaxAge, I shelled out and used the appcmd. . . . From: Don Cameron Sent: Thursday, July 18, 2013 9:59 AM To: 'wix-users@lists.sourceforge.net' Subject: Setting the IIS7 HTTP Response Header - Common Header