Hi everybody,
I searched for a method to install .net Framework 4.0 on Windows 7 Clients for a software which I push with a GPO. This Software (Viscosity for VPN) requires .net 4.0 Framework.
I tried to make a MSI-File out of the .net Exe. But it didn't worked. I also found the answer in the internet, that you can't install .net 4.0 via GPO.
So I made a Start up Script which is working, but that's not a satisfied method. So I went on with my search and found the WPP.
The installation was directly on the WSUS succesful. I tried to create a "custom update" - but always when I push it to the WSUS and let the WSUS pushing it out, my Test Client which tries to install the update is failing.
Windows Update just says "Failure Code FFFC".
I'm not sure what you need, here is my XML which belongs to this custom update package:
<CustomUpdate>
<Action>
<ElementType>CustomUpdateElements.ExecutableElement</ElementType>
<PathToExecutable>C:\Program Files\WSUS Package Publisher\dotNetFx40_Full_x86_x64.exe</PathToExecutable>
<Parameters>/q /norestart</Parameters>
<KillProcess>True</KillProcess>
<TimeBeforeKilling>10</TimeBeforeKilling>
<Variable/>
</Action>
</CustomUpdate>
Any suggestion? I hope you can help me out, I'm tired of searching another method for deploying that .net....
Greetings
EDIT:
I also created a GPO with the two Cert's succesfully. Certification is IMHO not the problem.
I searched for a method to install .net Framework 4.0 on Windows 7 Clients for a software which I push with a GPO. This Software (Viscosity for VPN) requires .net 4.0 Framework.
I tried to make a MSI-File out of the .net Exe. But it didn't worked. I also found the answer in the internet, that you can't install .net 4.0 via GPO.
So I made a Start up Script which is working, but that's not a satisfied method. So I went on with my search and found the WPP.
The installation was directly on the WSUS succesful. I tried to create a "custom update" - but always when I push it to the WSUS and let the WSUS pushing it out, my Test Client which tries to install the update is failing.
Windows Update just says "Failure Code FFFC".
I'm not sure what you need, here is my XML which belongs to this custom update package:
<CustomUpdate>
<Action>
<ElementType>CustomUpdateElements.ExecutableElement</ElementType>
<PathToExecutable>C:\Program Files\WSUS Package Publisher\dotNetFx40_Full_x86_x64.exe</PathToExecutable>
<Parameters>/q /norestart</Parameters>
<KillProcess>True</KillProcess>
<TimeBeforeKilling>10</TimeBeforeKilling>
<Variable/>
</Action>
</CustomUpdate>
Any suggestion? I hope you can help me out, I'm tired of searching another method for deploying that .net....
Greetings
EDIT:
I also created a GPO with the two Cert's succesfully. Certification is IMHO not the problem.