Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Nicolás Alvarez
To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Can't compile Install getting ICE30 error... > > The more I think about this the more I think the "right" way is to try to > modify the existing file (if it exists) using XmlFile/XmlConfig.

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Steven Ogilvie
Jacob [mailto:jacob.hoo...@greenheck.com] Sent: October-08-13 2:13 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Can't compile Install getting ICE30 error... The more I think about this the more I think the "right" way is to try to modify the existin

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Hoover, Jacob
From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Tuesday, October 08, 2013 1:04 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Can't compile Install getting ICE30 error... Well it compiles now but won't overwrite the file :( How do I force a file

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Steven Ogilvie
-Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: October-08-13 1:54 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Can't compile Install getting ICE30 error... It is. On my Server 2012 install, that is exact

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread John Cooper
11 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Tuesday, October 8, 2013 12:21 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Can't compile Install getting ICE30 error... Or

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread StevenOgilvie
Solved it... I created a customaction to populate a property with the powershell folder I use the Directory "property" Directory="POWERSHELLX86_DIR" as the directory for the component... Sigh.. Steve -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Hoover, Jacob
ilvie [mailto:steven.ogil...@titus.com] Sent: Tuesday, October 08, 2013 12:15 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Can't compile Install getting ICE30 error... Solved it... I created a customaction to populate a property with the powershell folder

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Steven Ogilvie
Solved it... I created a customaction to populate a property with the powershell folder I use the Directory "property" Directory="POWERSHELLX86_DIR" as the directory for the component... Sigh.. Steve -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: Octobe

Re: [WiX-users] Can't compile Install getting ICE30 error...

2013-10-08 Thread Nicolás Alvarez
2013/10/8 StevenOgilvie : > Hi guys, > > I am trying to install 1 file to 2 different locations by using 2 different > directory elements, 2 different component elements and 2 different file > elements. > > Before I do this I have a custom action that copies the > powershell.exe.config to powershel