Re: [WiX-users] Inherit permissions on a folder in WiX 3

2010-07-04 Thread Elfe Xu
Then how to make the permission not inheritable? I have to use PermissionEx because I'm using virtual account of a service which is added during installation, so the granting permission action has to be executed after install service. Thanks, -Elfe -- View this message in context: http://window

Re: [WiX-users] specifying source folder *and everything underneathit* - possible?

2010-07-04 Thread Sunkesula, Srivardhan
Does heat provide update wix file option, like the way paraffin does? -Original Message- From: Blair [mailto:os...@live.com] Sent: Monday, July 05, 2010 11:21 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] specifying source folder *and everything u

Re: [WiX-users] specifying source folder *and everything underneath it* - possible?

2010-07-04 Thread Blair
Look at heat. -Original Message- From: Charlie Arcuri [mailto:charc...@microsoft.com] Sent: Sunday, July 04, 2010 3:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] specifying source folder *and everything underneath it* - possible? I'd like to specify a single source folde

Re: [WiX-users] detecting virtual machines

2010-07-04 Thread Blair
It would depend on the particular virtual machine implementation. A solution for Hyper-V would be different than one for VMware, which would be different than one for Virtual PC, which would differ from one for Xen, which would be different than Parallels, etc. -Original Message- From: Sea

Re: [WiX-users] Error when tryin to install the latest drop of the wix toolset

2010-07-04 Thread Jeremy Farrell
Other than the various people who've discussed it on this list and answered the questions about it in the last couple of days? > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: Sunday, July 04, 2010 9:47 AM > Importance: High > > Hi: > > When trying to install the latest drop

[WiX-users] specifying source folder *and everything underneath it* - possible?

2010-07-04 Thread Charlie Arcuri
I'd like to specify a single source folder and have the WiX toolset collect it and all of its subdirs and the files they all contain as part of the .MSI. Is that possible? ... or do I have to enumerate each file that I want to be part of the .MSI? WixEdit does enumerate each file it finds in a

Re: [WiX-users] Question about Start Menu shortcuts

2010-07-04 Thread Ivo Beltchev
Thanks. That worked perfectly! Blair wrote: > If you are willing to suppress a couple of ICE tests during your build (I > once imposed a rule that every MSI that my team had any responsibility for > must have ALLUSERS set to 1 and no references to HKCU could exist in the > Registry table) you can

[WiX-users] detecting virtual machines

2010-07-04 Thread Sean Farrow
Hi: Is there a way, or could a way be added to wix to detect whether an installation is running under a virtual machine? Cheers Sean. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the fir

[WiX-users] Check if a certain program running during installation.

2010-07-04 Thread Adi Sashkis
Hi all, First of thank you for helping me with my previous question. My new issue is this : I want to be able to check if a certain program is running during the installation. If that program is running I want to be able to stop the installation and tell the user to close that program before contin

Re: [WiX-users] Error when tryin to install the latest drop of the wix toolset

2010-07-04 Thread Bruce Cran
On Sun, 4 Jul 2010 09:47:09 +0100 "Sean Farrow" wrote: > When trying to install the latest drop of the Wix toolset the > installation doesn't proceed past the install feature selections > dialog. It takes me back to what looks like the welcome dialog. It's a known issue: > Yep, the new patch di

[WiX-users] Error when tryin to install the latest drop of the wix toolset

2010-07-04 Thread Sean Farrow
Hi: When trying to install the latest drop of the Wix toolset the installation doesn't proceed past the install feature selections dialog. It takes me back to what looks like the welcome dialog. Anyone else seen this problem? Cheers Sean. --