Re: [WiX-users] RemoveFolder for shortcut directories

2011-10-20 Thread Peter Shirtcliffe
It's to handle roaming users. If you don't have the removefolder you should get an ICE64 that explains why. http://msdn.microsoft.com/en-us/library/aa369011%28VS.85%29.aspx -Original Message- From: Andreas [mailto:andreassand...@gmx.net] Sent: 19 October 2011 18:19 To:

[WiX-users] error CNDL0004 : The UTIL:PermissionEx element contains an unexpected attribute 'Execute'.

2011-10-20 Thread Lars Augensen
Could someone help me out here? I'm trying to set the 'Read' and 'Execute' rights on a folder, like so: CreateFolder util:PermissionEx User=IIS_WPG Execute=yes GenericRead=yes Read=yes GenericExecute=yes / /CreateFolder However, this causes the following error during compilation: setup.wxs(176)

Re: [WiX-users] error CNDL0004 : The UTIL:PermissionEx element contains an unexpected attribute 'Execute'.

2011-10-20 Thread David Watson
Doesn't GenericExecute include execute. I would just try using one of them. -Original Message- From: Lars Augensen [mailto:lars.augen...@confirmit.com] Sent: 20 October 2011 12:13 To: wix-users@lists.sourceforge.net Subject: [WiX-users] error CNDL0004 : The UTIL:PermissionEx element

Re: [WiX-users] error CNDL0004 : The UTIL:PermissionEx element contains an unexpected attribute 'Execute'.

2011-10-20 Thread John Cooper
Yes, GenericExecute is what you probably want. -- John Merryweather Cooper Jack Henry Associates, Inc. (Premier Tech, Inc.) Build Install Engineer - jXchange Office: 913-341-3434 x791011 jocoo...@jackhenry.com -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent:

Re: [WiX-users] RemoveFolder for shortcut directories

2011-10-20 Thread Andreas
Ok, I need to add RemoveFolder for start menu to remove the start menu folders and to avoid ICE64. But why is this not necessary for ProgramFile folders? Somehow I did not understand what is special with the probably roaming user profile. (caution: probably silly question) Under what

Re: [WiX-users] RemoveFolder for shortcut directories

2011-10-20 Thread Peter Shirtcliffe
Because the program files folder doesn't roam - only your user profile does. I don't know much about these things but I believe a domain admin sets profiles so that they can roam. http://technet.microsoft.com/en-us/library/cc738596%28v=WS.10%29.aspx The start menu referred to by ProgramMenuFolder

[WiX-users] Error Code 25543 during ExecXmlFile

2011-10-20 Thread John Cooper
Getting the following error randomly on fresh installs and upgrades during testing: ExecXmlFile: Configuring Xml File: some path\Web.config The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25543. The

[WiX-users] Extract MSIs from Burn generated EXE

2011-10-20 Thread shruthi02
Is it possible to extract MSIs bundled in a Burn EXE? If so, is there a recommended tool for that? Thanks, Shruthi -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Extract-MSIs-from-Burn-generated-EXE-tp6914823p6914823.html Sent from the wix-users

Re: [WiX-users] Extract MSIs from Burn generated EXE

2011-10-20 Thread Hoover, Jacob
I believe you can just use BundleName.exe /layout -Original Message- From: shruthi02 [mailto:shru...@live.com] Sent: Thursday, October 20, 2011 3:53 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Extract MSIs from Burn generated EXE Is it possible to extract MSIs bundled in

[WiX-users] Overwriting FileCost for Feature

2011-10-20 Thread Adam Kadzban
I have a Feature that, when selected, kicks off a Custom Action that goes and downloads files from a network location to the local machine. Because these files aren't put down by the installer, they aren't taken into account during the FileCost stage, so on the CustomizeDlg screen (provided with

Re: [WiX-users] Extract MSIs from Burn generated EXE

2011-10-20 Thread Adam Kadzban
I think you could also run the executable and grab the MSI out of the temp folder. On Thu, Oct 20, 2011 at 3:56 PM, Hoover, Jacob jacob.hoo...@greenheck.comwrote: I believe you can just use BundleName.exe /layout -Original Message- From: shruthi02 [mailto:shru...@live.com] Sent:

Re: [WiX-users] Overwriting FileCost for Feature

2011-10-20 Thread JesseBearden
I haven't used it myself, but I was researching it for a future piece. I believe that ReserveCost may be what you're looking for: http://wix.sourceforge.net/manual-wix3/wix_xsd_reservecost.htm -- View this message in context:

Re: [WiX-users] Overwriting FileCost for Feature

2011-10-20 Thread Adam Kadzban
That does exactly what I wanted! Thanks so much. -Adam On Thu, Oct 20, 2011 at 7:05 PM, JesseBearden jesse.bear...@oce.com wrote: I haven't used it myself, but I was researching it for a future piece. I believe that ReserveCost may be what you're looking for: