DISM can not be used by KACE to deploy .net 3.5 framework. DISM requires administrative rights. The SYSTEMS can't be used with DISM. Anyone have something that will work?
The command: "DISM.exe /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:C:\Windows\Temp" will not run under less than administrator access.
3 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
Kdebiasse
7 years ago
Posted by:
Kdebiasse
7 years ago
Posted by:
Desktop Jockey
7 years ago
Top Answer
Glad it worked for you! Just going to put it as the answer:
Here is My working K1000 script:
Dependency: microsoft-windows-netfx3-ondemand-package.cab
Launch Program:
Directory: c:\windows\sysnative
File: DISM.exe
Parameters: /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:$(KACE_DEPENDENCY_DIR)
Dependency: microsoft-windows-netfx3-ondemand-package.cab
Launch Program:
Directory: c:\windows\sysnative
File: DISM.exe
Parameters: /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:$(KACE_DEPENDENCY_DIR) - Desktop Jockey 7 years ago