Hi all,

I am hitting a compiler error with PermissionEx and I'm hoping someone here can 
provide some insight.

<RegistryValue Id="R_OverrideVal" Root="HKLM" Key="[REGISTRYPATH]" 
Name="[name]" Type="string" Value="[value]" >
<PermissionEx Id="permission" Sddl='D:(A;OICI;KA;;;SY)' />
</RegistryValue>

error LGHT0204 : ICE03: _Validation table: Invalid category string; Table: 
MsiLockPermissionsEx, Column: SDDLText, Key(s): permission

I looked here:
http://wix.sourceforge.net/manual-wix3/wix_xsd_permissionex.htm and saw that 
this is only usable with MSI 5.0, so I set InstallerVersion="500".  Still no 
success compiling.

The way I read the compiler error, it sounds like my SDDL string could not be 
converted to FormattedSDDLText, but the one above has worked in prior 
applications.

I am using WiX 3.0.5419.

Does anyone have any insight into this problem?

Many Thanks,
Ryan Wilkerson

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to