Re: [WiX-users] ConfigureIIsExec getting called unexpectedly

2011-04-12 Thread Anagha Kothurwar
Ok..Seems that this problem has come again in different form. In my setup I now have 3 features - 1st feature installs our service and the other 2 install a separate IIS site, IIS application and IIS application pool dedicated for that particular feature. I have added a condition to run "Configu

[WiX-users] CopyFile with pattern doesn't copy files - it looks like it doesn't do anything at all!

2011-04-12 Thread Amber Scouras
I'm using WiX 3.5 (an RC from late in 2010). My core problem is that I have an installer that needs to deploy the same files to multiple Components. In this thread on StackOverflow (http://stackoverflow.com/questions/4941602/features-installed-to-different-locations-but-referencing-the-same-com

Re: [WiX-users] Wix installers and Continuous Integration

2011-04-12 Thread Michael Osmond
Nick I would recommend all Major Upgrade. I started with Minor and then introduced Major upgrade in our products, and currently use a mix of them - which was a mistake. Complete uninstall verses upgrade - it all depends on how you are deploying in production. Whatever you are doing there i

Re: [WiX-users] Wix installers and Continuous Integration

2011-04-12 Thread Tobias S
Hm interesting point. The term CD I hear for the first time. When I understand it correctly this means to deploy to the customers as frequent as possible. Back to CI: Imho here the whole company (team) testing strategy should be taken into account. One aspect of CI are short builds and some unit t

Re: [WiX-users] Component condition question

2011-04-12 Thread Greg
Thanks Maksim. ThE uPGRADE_FROM_VERSION property is set to "6.1.8.78", which is the value I expected to see. The log shows uPGRADE_FROM_VERSION being set. Here's an example: MSI (s) (94!D0) [11:04:09:292]: PROPERTY CHANGE: Modifying UPGRADE_FROM_VERSION property. Its current value is '9.9.9.9'.

Re: [WiX-users] Silly question about WiX licensing and generated MSIs.

2011-04-12 Thread Brett Kosinski
It absolutely helps, thanks! The fact that it's a bit of a gray area is sufficient impetus for us to look a little deeper at the licensing issues, ourselves, and possibly have our lawyers look at the issue, in order to assuage any fears our management might have. Of course, simple logic says i

Re: [WiX-users] Silly question about WiX licensing and generated MSIs.

2011-04-12 Thread Christopher Painter
I'm going to side step the licensing questions ( IMANAL ) and simply state that WiX redistributables may or may not be in your MSI.   Generally if you use many of the Extensions there will be otherwise there won't be.   For example using WiX UI will include various graphics resources and possibly

[WiX-users] Silly question about WiX licensing and generated MSIs.

2011-04-12 Thread Brett Kosinski
Just up front, I want to point out I did try to JFGI this issue, but alas, I couldn't find an answer. So, WiX itself is under the CPL. But what about the MSIs that are generated by WiX? Is CPL-licensed code included in the MSIs? I know tools like Bison specifically exclude generated code fro

Re: [WiX-users] Setup wizard ended prematurely because of an error

2011-04-12 Thread Wilson, Phil
Presumably Session wraps the MSIHANDLE that you can't use from a deferred (non immediate) custom action. Whatever DTF offers in the way of CustomActionData is what you need for non-immediate custom actions. Phil Wilson -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sd

Re: [WiX-users] XP Install as admin

2011-04-12 Thread Michael Tissington
Yes, in the middle of an install. -Original Message- From: Dick Van den Brink [mailto:d_vandenbr...@live.com] Sent: 12 April 2011 16:02 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] XP Install as admin Do you mean the windows xp "run as" window? --

[WiX-users] Troubles installing a web site on Windows Server 2008

2011-04-12 Thread Matteo Canessa
Hi to all, I'm struggling against an issue and I don't understand how to solve it. I realized a setup using the stable build of Wix 3.5. This setup creates some virtual folders and add some mime types to virtual folders configuration. All worked fine on several machines but, on a Windows 2008

Re: [WiX-users] XP Install as admin

2011-04-12 Thread Skildum, Mathew
The is achieved by enabling the install to support elevation. MSI does this by default when UAC is enabled and you are targeting the 4.0 or higher MSI engine. There are two things you need be aware of when using custom actions: 1. All immediate custom actions run in the current users context.

Re: [WiX-users] XP Install as admin

2011-04-12 Thread Dick Van den Brink
Do you mean the windows xp "run as" window? -Original Message- From: Michael Tissington Sent: Tuesday, April 12, 2011 11:39 AM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] XP Install as admin I'm a little confused ... I have seen some installs running

Re: [WiX-users] Wix installers and Continuous Integration

2011-04-12 Thread Christopher Painter
I think I've seen some suggest that CI shouldn't include deployment as there's also another term out there called Continous Deployment... different book :-)    Some in the CI camp say the CI build must be really fast and light weight.  Unit tests only, nothing to do with integration/deployment an

Re: [WiX-users] Setup wizard ended prematurely because of an error

2011-04-12 Thread Peter Shirtcliffe
I presume Session is a DTF thing but I don't use it. Sorry. From: bharat jasti [mailto:bharat.ja...@gmail.com] Sent: 12 April 2011 15:43 To: General discussion for Windows Installer XML toolset. Cc: Peter Shirtcliffe Subject: Re: [WiX-users] Setup wizard ended prematurely because of an error

Re: [WiX-users] Setup wizard ended prematurely because of an error

2011-04-12 Thread bharat jasti
Hello Peter, I am getting the following error messages in verbose log *Action 10:39:11: InstallFinalize. Action start 10:39:11: InstallFinalize. Action 10:39:11: myActionId. SFXCA: Extracting custom action to temporary directory: C:\WINDOWS\Installer\MSIB27.tmp-\ SFXCA: Binding to CLR version v4.

Re: [WiX-users] Setup wizard ended prematurely because of an error

2011-04-12 Thread Peter Shirtcliffe
MsiProcessMessage() is probably what you're looking for. I don't know what the DTF equivalent is. http://msdn.microsoft.com/en-us/library/aa370354%28v=vs.85%29.aspx -Original Message- From: bharat jasti [mailto:bharat.ja...@gmail.com] Sent: 12 April 2011 14:29 To: General discussion for

Re: [WiX-users] What's new in WiX 3.5

2011-04-12 Thread David Watson
http://wix.sourceforge.net/releases/3.5.2519.0/history.txt the Final 3.5 release has all the history. -Original Message- From: Inulitka [mailto:isoum...@opentext.com] Sent: 12 April 2011 14:50 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] What's new in WiX 3.5 thanks, but

Re: [WiX-users] What's new in WiX 3.5

2011-04-12 Thread Inulitka
thanks, but I can not find this file :( ... http://wix.sourceforge.net/releases/3.5.1030.0/history.txt link doesn't work form me. Can somebody post history.txt or send it to me, please. thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/What-s-n

Re: [WiX-users] Setup wizard ended prematurely because of an error

2011-04-12 Thread bharat jasti
Hello Uwe, Thanks for the info. This is my action script code: *public class CustomActions { [CustomAction] public static ActionResult MySimpleAction(Session session) { try { File.AppendAllText(@"c:\tmp\time.txt", ";Installation:

[WiX-users] Wix installers and Continuous Integration

2011-04-12 Thread Nick Porter
I have developed Wix installers in the past using the minor upgrade route but have recently changed to major upgrades to allow for easy double click upgrades. A couple reasons we wanted to do this was: 1) Preserve existing configuration files 2) Preserve login and recovery options for our Wind

Re: [WiX-users] ProgramFiles folder

2011-04-12 Thread Theo Landman
Not without an extract of the .wxs file. I can give you a sample what I always do as part of setting up the directory structure: Basically the is required in each project. The nested causes a directory structure such as C:\Program Files\Justcroft\JustCGM 5.0\ to be created. Th

[WiX-users] XP Install as admin

2011-04-12 Thread Michael Tissington
I'm a little confused ... I have seen some installs running on an XP box as a regular user display a dialog that prompts for admin user credentials to run the install as an admin user. How is this achieved? -- Forrester

Re: [WiX-users] Setup wizard ended prematurely because of an error

2011-04-12 Thread Uwe Ernst
Hi Bharat, your CustomAction probably throws an uncatched exception. Methods capable of throwing exceptions should be executed from within a try-catch block. There you can show the user your own error message or create the missing directory. My experience is, that exceptions are not transported fr

[WiX-users] ProgramFiles folder

2011-04-12 Thread swapna.rachakonda
When I compile WiX project "Program Files" folder is creating in my WiX project folder. Could anyone tell me where I am going wrong. -- Forrester Wave Report - Recovery time is now measured in hours and minutes not

Re: [WiX-users] Supporting downgrades with Key paths

2011-04-12 Thread Rob Hamflett
On 11/04/2011 21:41, Wilson, Phil wrote: > You could try sequencing RemoveExistingProducts before CostInitialize. We used to do this and were fine for several years but then msiexec.exe started crashing on a number of machines. I had to change everything to use the REINSTALLMODE method. Rob -