Thanks. AuthenticatedUser worked!




On Monday, January 6, 2014 6:14 PM, "Hoover, Jacob" 
<jacob.hoo...@greenheck.com> 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 discussion about the WiX toolset.
Subject: Re: [WiX-users] Setup does not work on non-en OS

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?

      <Component Id="dutch.xml" Guid="*">
        <File Id="dutch.xml" 
Source="Resources\Localization\Languages\dutch.xml" KeyPath="yes">
          <util:PermissionEx Append="yes" GenericAll="yes" User="S-1-5-11" />
        </File>
      </Component>

MSI (s) (04:B0) [03:41:27:307]: Hello, I'm your 32bit Elevated custom action 
server.
ExecSecureObjects:  Error 0x80070534: failed to get sid for account: 
Authenticated Users CustomAction ExecSecureObjects returned actual error code 
1603 (note this may not be 100% accurate if translation happened inside 
sandbox) MSI (s) (04:CC) [03:41:27:437]: User policy value 'DisableRollback' is 
0 MSI (s) (04:CC) [03:41:27:437]: Machine policy value 'DisableRollback' is 0 
Action ended 3:41:27: InstallFinalize. Return value 3.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to