DSCResources/cChocoInstaller/cChocoInstaller.schema.mof
1 2 3 4 5 6 |
[ClassVersion("1.0.0"), FriendlyName("cChocoInstaller")] class cChocoInstaller : OMI_BaseResource { [Key] string InstallDir; [Write] string ChocoInstallScriptUrl; }; |