[WiX-users] LaunchCondition question

2011-10-05 Thread Caio Monteiro
Hi all, My installer has several launch conditions setup. It works at it should, checking one condition at a time, and giving the error message configured. I was wondering if there is any way to run them all, instead of sequentially, and show all the non-compliant messages. Thanks! Caio -

Re: [WiX-users] Heat duplicating components

2011-09-26 Thread Caio Monteiro
m P Please consider the environment before printing this e-mail > -Original Message- > From: Caio Monteiro [mailto:cmonte...@modulo.com.br] > Sent: Monday, September 26, 2011 7:01 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Heat dupli

Re: [WiX-users] Heat duplicating components

2011-09-26 Thread Caio Monteiro
: Caio Monteiro [mailto:cmonte...@modulo.com.br] Sent: Monday, September 26, 2011 6:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat duplicating components Hi all, I´m struggling with Heat once more. I´m harvesting two different folders with a lot of files in it. I´ve ran heat

[WiX-users] Heat duplicating components

2011-09-26 Thread Caio Monteiro
Hi all, I´m struggling with Heat once more. I´m harvesting two different folders with a lot of files in it. I´ve ran heat twice, but it keeps generating me the same component ids. So I can´t really compile anything. Do you know how I can force it to generate new ids? Regards, Caio -

Re: [WiX-users] Compile fail with Heat

2011-09-16 Thread Caio Monteiro
Just to provide more information. I´m harvesting a folder with several .NET assemblies, with the following command: heat dir devexpress -cg devFiles -dr RMDIRBIN -gg -sfrag -template fragment -out devfiles.wxs -Original Message- From: Caio Monteiro [mailto:cmonte...@modulo.com.br

[WiX-users] Compile fail with Heat

2011-09-16 Thread Caio Monteiro
Hi guys, I´m finding myself in a problem right now. I´m using Heat to harvest some dll files that I need to put into one of my folders, but the project won´t compile. I´ve tried searching for the error message, but I haven´t found much. Here is the error message that I´m encountering right now.

Re: [WiX-users] Wix and IIS

2011-09-06 Thread Caio Monteiro
-users] Wix and IIS On 06-Sep-11 20:36, Caio Monteiro wrote: > Does anyone knows how to get the site name from IIS, that was created in > installation stage? You need to persist it. See http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern. -- sig://bo

[WiX-users] Wix and IIS

2011-09-06 Thread Caio Monteiro
Hi guys, I´m working on an installer that creates a web site in IIS, and a couple of applications underneath it. During the installation stage, the user can choose whichever web site name he wants. However, this brings a problem that I´ve noticed only now. In order to remove the application in

[WiX-users] Referencing a file as parameter to other

2011-08-15 Thread Caio Monteiro
Hi all, I´m trying to make a CustomAction that calls an executable existent in end-user´s computers, that uses as parameter, a file in the wix package. I´m running through two problems. 1- I´m get warning ICE03 - string overflow. I did a quick research and found out that a workaround would

Re: [WiX-users] Custom Action Doubts

2011-08-12 Thread Caio Monteiro
@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action Doubts Wix 3.5 supports IIS7, Wix 3.0 does not. Grab this version or a 3.6 one if you don't mind beta software. http://wix.sourceforge.net/releases/3.5.2519.0/ -Original Message- From: Caio Monteiro [mailto:cmonte...@modulo.com.br] Sent: 12 A

[WiX-users] Custom Action Doubts

2011-08-12 Thread Caio Monteiro
Hi all, I´m new to WiX and Ipm trying to make a Web Deployment Installer. I´m able already to create Web Sites and Applications Pools in IIS 7.0 and IIS 7.5. I´ve looked around and found out that the IIsExtension does not support IIS 7.0 yet, so I cannot create applications under the websites.