system
1
(imported topic written by cstoneba)
Anyone have a reason for this?
appendfile
-HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Install{94F321B9-45B0-4125-970D-DE3D98CBCA1C}
Command failed (Relevance substitution failed) appendfile
-HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Install{94F321B9-45B0-4125-970D-DE3D98CBCA1C}
(fixlet 2560)
system
2
(imported comment written by jessewk)
Yes. You need to escape the left curly brace or it will treated as the start of a relevance expression.
Try this:
appendfile
-HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Install{{94F321B9-45B0-4125-970D-DE3D98CBCA1C}
Also, ‘appendfile’ is deprecated. You should use createfile instead.
Jesse
system
3
(imported comment written by cstoneba)
worked great. thanks