Re: [WiX-users] Installer runs OK via msiexec but fails when double-clicked

2014-04-29 Thread David Allen
I didn't have the InstallPrivileges="elevated" in the package section. I've added it but no change. > -Original Message- > From: Jeremiahf [mailto:jeremi...@gmail.com] > Sent: 29 April 2014 00:31 > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Installer runs OK

[WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Tony
Why is this condition 'true'? According to MSDN ( http://msdn.microsoft.com/en-us/library/aa368012(v=vs.85).aspx) the '<<' should... "TRUE if left string starts with the right string." -- Tony -

Re: [WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Carter Young
IIRC LeftString THIS IS = RightString THIS IS Try Specifying the Number of Characters to match and You'll get the Desired Behavior Quoting Tony : > Why is this condition 'true'? > > > > > > > > > According to MSDN ( > http://msdn.microsoft.com/en-us/library/aa368012(

Re: [WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Tony
Actually I had it backwards. I always forget that LaunchCondition messages only appear if the condition if FALSE. So, my test worked a designed. On Tue, Apr 29, 2014 at 10:06 AM, Carter Young wrote: > IIRC LeftString THIS IS = RightString THIS IS Try Specifying the > Number of Characters to m

Re: [WiX-users] Installer runs OK via msiexec but fails when double-clicked

2014-04-29 Thread Phil Wilson
If this is happening on just a single machine, or maybe a set with common corporate setups, check the security access on the system and user temp folders. Also maybe the folder where the target assembly of the custom action is located. There have been some issues where the system account loses righ

Re: [WiX-users] within MSI capture user cancelled... [P]

2014-04-29 Thread Phil Wilson
I'm still not clear which of those actions are in the UI sequence and which in the execute sequence but You can't detect when the user arbritrarily Cancels the install during the execute sequence, but by definition a rollback CA will be called after a cancel so you can put the code there. It

Re: [WiX-users] [WiX-devs] Is anyone adding outbound firewall exceptions?

2014-04-29 Thread Tunney, Stephen
You are correct, Rob. I reply blindly at times. Both mailing lists get placed in the same folder with my outlook rules set up as such. -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: April-29-14 9:44 AM To: wix-d...@lists.sourceforge.net Subject: Re: [WiX-devs] Is

Re: [WiX-users] Localized strings not in Wix Extensions

2014-04-29 Thread TimM
Hello, We are currently building with WiX 3.7 and our install supports multiple languages and I just added the FirewallExecption to our project. And we are also receiving the localization error LGHT0102 for the firewall strings. So this still has not been fixed/updated as of yet? Or am I also mis

[WiX-users] [SPAM] Re: Localized strings not in Wix Extensions

2014-04-29 Thread Phill Hogland
I use wix 3.8.1228. Looking in the wix tools source at src\ext\FirewallExtension\wixlib there are localized strings for en-us and ja-jp. For the other languages which I need to support, I copied the en-us strings into each of my own wxl files for the specific languages that generate those error m

Re: [WiX-users] Localized strings not in Wix Extensions

2014-04-29 Thread Tunney, Stephen
It is better to have everything in your wxl file, then you can change presentation strings in one spot, and leave your code alone :) You could use a hardcoded string but you will find in the long run it just isn't worth it. en-US is default (case-insensitive I think). Enjoy. -Original Mes

[WiX-users] [SPAM] Re: Localized strings not in Wix Extensions

2014-04-29 Thread Phill Hogland
Hi Steve; If your comment is related to my post, there may be a misunderstanding. In the WixFirewallExtension there are strings in a wxl file which are only translated into japanese. My project needs those strings translated into German, French, Spanish, etc to avoid the errors which were posted

Re: [WiX-users] Installer runs OK via msiexec but fails when double-clicked

2014-04-29 Thread Jeremiahf
When defining your CA in your wxs file are you impersonating the CA? Impersonate="yes" Just a thought. On Tue, Apr 29, 2014 at 6:48 AM, David Allen wrote: > I didn't have the InstallPrivileges="elevated" in the package section. > I've added it but no change. > > > -Original Message- >

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-29 Thread Jeremiahf
Try this On Mon, Apr 28, 2014 at 1:18 AM, Satbir Singh wrote: > I am working with WiX from last 5 month with no issues. Recently, i am in > need to have "StartIn" property in App Desktop shortcut. By default, its > empty. > > I am workin

Re: [WiX-users] Installer runs OK via msiexec but fails when double-clicked

2014-04-29 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-29 Thread Jeremiahf
Oh and Reference the Desktop directory in your directory structure... Sorry, J On Tue, Apr 29, 2014 at 5:17 PM, Jeremiahf wrote: > Try this > > > > Name="Shortcutname" >Description="Shortcutname" > Target="[INSTALLDIR]myappl

Re: [WiX-users] Add system sub folder

2014-04-29 Thread Jeremiahf
Off the top of my head you can use conditions to install either. On Thu, Apr 24, 2014 at 10:55 AM, wrote: > > I have a service that outputs some definitions to an Excel file. As such, > I need to always add this folder on install: > > C:\Windows\system32\config\systemprofile\desktop > > Whe

Re: [WiX-users] Immediate Custom Action could not be run in some computers.

2014-04-29 Thread Uni Gauldoth
Now the problem is why Windows Installer could not extract the custom action dll to the temp directory with limited user rights. I will try to find out the reason, thanks again for your help. On Tue, Apr 29, 2014 at 1:08 AM, Phil Wilson wrote: > By default immediate custom actions run with limi

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-29 Thread Satbir Singh
Hi Guys, I tried what Jeremiahf said but that didn't worked too. HereI have added a demo of my installer with Jeremiahf's additions. Please Help. On Wed, Apr 30, 2014 at 3:47 AM, Jeremiahf wrote: > Try this > > > > Name="Short