I don't know if the element will take it, but this would be a perfect place for 
a localized string to build localized installers.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.(r)
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com 



-----Original Message-----
From: Kevin White [mailto:kevin.wh...@ubisense.net] 
Sent: Thursday, August 09, 2012 8:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Localizing PermissionEx user="Everyone"

I am trying to give everyone permission to start and stop my Windows service.
This works fine when installed under English Windows but not for German.
Problem is with util:PermissionEx User="Everyone". util:PermissionEx 
User="Jeder" works for German. Is there some way to make it language 
independent? 

I've seen various comments saying that Everyone should be translated to the SID 
automatically by WiX, but this doesn't seem to work for me.

Code snippet: 

      <ServiceInstall Id="foo" 
                      ErrorControl="normal" 
                      Name="foo" 
                      Start="foo" 
                      Type="ownProcess">
          <util:ServiceConfig FirstFailureActionType="restart" 
                              SecondFailureActionType="restart" 
                              ThirdFailureActionType="restart" 
                              ResetPeriodInDays="1" 
                              RestartServiceDelayInSeconds="1" />
          <util:PermissionEx User="Everyone"     
                             GenericAll="yes"     
                             ServiceChangeConfig="yes"     
                             ServiceEnumerateDependents="yes"     
                             ChangePermission="yes"     
                             ServiceInterrogate="yes"     
                             ServicePauseContinue="yes"     
                             ServiceQueryConfig="yes"     
                             ServiceQueryStatus="yes"     
                             ServiceStart="yes"     
                             ServiceStop="yes" />
      </ServiceInstall>





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localizing-PermissionEx-user-Everyone-tp7579747.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to