[WiX-users] Problem with the silent errors

2015-06-08 Thread Goran Malovic
Hi, I have noticed that while running the setup created by Wix, a WerMgr.exe tries to connect to a server several times. I have looked at the installation log file, and there are many warnings / errors in it. However, the setup finishes, and I am able to run the application. Anyone knows why is

Re: [WiX-users] Fx40Client installation error message

2014-01-17 Thread Goran Malovic
@Carter x13ec Asia code is not specific to WIC requirement, it can relate to many different problems. For example, it can be raised when there is insufficient free disk space... And for that reason my question was raised. On Saturday, January 18, 2014 2:53 AM, Goran Malovic wrote: So

Re: [WiX-users] Fx40Client installation error message

2014-01-17 Thread Goran Malovic
bug I  posted earlier. Quoting Goran Malovic : > No, this is not related to embedding WIC in setup. When I tested  > setup on different platforms, on Win2K3 I got the not so  > understandable message" - error 0x13ec Asia. Digging deeper into  > temp logs we can see more info fro

Re: [WiX-users] Fx40Client installation error message

2014-01-17 Thread Goran Malovic
le to detect the missing prerequisite?  If  so, that task is huge, as no 2 users have identical systems unless  corporately used, which would kill WiX usage in the general public... Quoting Goran Malovic : > It is not a problem with providing WIC, my concern was why wix,  > while installi

Re: [WiX-users] Fx40Client installation error message

2014-01-17 Thread Goran Malovic
, January 17, 2014 8:32 PM, Carter Young wrote: In that case, go here: http://www.microsoft.com/en-us/download/details.aspx?id=32 Download the package and include it in the bootstrapper, making sure  it installs before Fx40 Quoting Goran Malovic : > I am experiencing the same behavior, altho

Re: [WiX-users] Fx40Client installation error message

2014-01-17 Thread Goran Malovic
, Carter Young wrote: See Bug: http://sourceforge.net/p/wix/bugs/3058/ and upgrade to WiX 3.8 as the migration arrow suggests, and report back to us. Quoting Goran Malovic : > Hi, > > I am testing the setup on the 2003 Server SP2. Our app requires  > fx40client to work, and our se

Re: [WiX-users] Install exe package conditionally in bundle

2014-01-17 Thread Goran Malovic
] Install exe package conditionally in bundle Sorry I thought you were talking about 4.0.  Did not read carefully. -Original Message- From: Goran Malovic [mailto:malov...@yahoo.com] Sent: January-17-14 10:49 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Install exe

[WiX-users] Fx40Client installation error message

2014-01-17 Thread Goran Malovic
Hi, I am testing the setup on the 2003 Server SP2. Our app requires fx40client to work, and our setup installs fx40client through bundle chain (). When running the setup, we receive the following error while installing fx40client: 0x13ec - Asia. Log reports: [0528:052C][2014-01-17T15:36:54]e0

Re: [WiX-users] Install exe package conditionally in bundle

2014-01-17 Thread Goran Malovic
ss in same window. Or if you want to create your own exe package use Protocol="netfx4" and I think InstallCommand to specify command line parameters like quiet mode. -Original Message----- From: Goran Malovic [mailto:malov...@yahoo.com] Sent: January-17-14 12:57 AM To: General discu

Re: [WiX-users] Install exe package conditionally in bundle

2014-01-16 Thread Goran Malovic
I have found the answer to first question: we can use DisplayName property for such purpose. The remaining question is if ExePackage can be run in the same window as bundle? On Friday, January 17, 2014 6:00 AM, Goran Malovic wrote: Hi, I need to install both .net framework and one exe

[WiX-users] Install exe package conditionally in bundle

2014-01-16 Thread Goran Malovic
Hi, I need to install both .net framework and one exe package (update to .net framework). When bundle starts installing .net framework, following messageis displayed: Processing: Microsoft .NET Framework 4.0 After framework is installed, a new installation is started (new window), installing t

Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-16 Thread Goran Malovic
ll wrote: > > Use NOT VersionNT64 as below: > > > > > > > >      (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) > > OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR > > (VersionNT >= 600) > > >

Re: [WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Goran Malovic
O'Connell wrote: Use NOT VersionNT64 as below:       (VersionNT = 501 AND ServicePackLevel>=3 AND NOT (VersionNT64)) OR (VersionNT = 502 AND ServicePackLevel>=2 AND NOT (VersionNT64)) OR (VersionNT >= 600) On 15/01/2014 14:24, Goran Malovic wrote: > Hi, > > I ha

[WiX-users] MsiNTProductType support in wix bundle?

2014-01-15 Thread Goran Malovic
Hi, I have a requirement to set minimum OS requirement to be XP SP3 and Server 2003 sp2. XP 64 bit and Server 2003 have one thing in common - NTVersion - v5.2. This makes it difficult to set a condition based on NTVersion. Condition =" ((VersionNT = v5.1) AND (ServicePackLevel >= 3))  OR ((Vers

[WiX-users] Installing framework 4.0 update

2014-01-11 Thread Goran Malovic
Hi, our application requires .NET framework 4.0 and, since we use async targeting pack, it also requires certain framework update to be installed. I have found out that there are (at least) two updates that address issue that arises when using async with framework 4.0 - KB2468871 and KB2600211.

Re: [WiX-users] Setup does not work on non-en OS

2014-01-10 Thread Goran Malovic
Thanks. AuthenticatedUser worked! On Monday, January 6, 2014 6:14 PM, "Hoover, Jacob" wrote: Have you tried User="AuthenticatedUser" ? -Original Message- From: Goran Malovic [mailto:malov...@yahoo.com] Sent: Monday, January 06, 2014 10:56 AM To: General disc

Re: [WiX-users] Setup does not work on non-en OS

2014-01-06 Thread Goran Malovic
Hi, I just realized that there is a detailed log file for the msi, and I by looking at it I found that that the problem was in resolving sid for authenticated users. How can I set the permiossion for a file in CommonAppData\Application\ to Authenticated users?            

Re: [WiX-users] Setup does not work on non-en OS

2014-01-06 Thread Goran Malovic
properly registered). -Original Message- From: Goran Malovic [mailto:malov...@yahoo.com] Sent: Monday, January 06, 2014 6:53 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setup does not work on non-en OS Hi, I have a bundle (WixStandardBootstrapperApplication) with one MSI and .N

[WiX-users] Setup does not work on non-en OS

2014-01-06 Thread Goran Malovic
Hi, I have a bundle (WixStandardBootstrapperApplication) with one MSI and .NET framework. Setup works just fine on English OS, but when I try to install on dutch systen, the installation completes (I can see the files in Program Files folder), but then rolls back (log is attached to email).

[WiX-users] Bundle application exit dialog text

2013-12-28 Thread Goran Malovic
Hi, is there a way to have different text on bundle application's exit dialog, in cases when we are upgrading the application. For example, I would like to put some additional info to user what needs to be done after upgrade. And by upgrade I mean any kind of installation that will uninstall th