Quantcast
Channel: Wsus Package Publisher
Viewing all articles
Browse latest Browse all 3825

New Post: Creating Package using WPP and moving content to offline server without WPP?

$
0
0
Hey all,

I was wondering if it is possible to push update packages created with WPP on a seperate environment that does not have WPP installed, but has WSUS, KBs, and Update Tools API 3.0 installed?

I thought it would work as I am assuming the WPP program works via the API, but I couldn't get it to work using the below method:

Internet facing server: Select MS Updates and Create Adobe Package using WPP.
Run the following script:
Set "version=June_Patches"
"C:\Program Files\Update Services\Tools\wsusutil.exe" export "d:\WSUS\%version%.cab" "d:\WSUS\%version%.log"
"C:\Program Files (x86)\Update Services 3.0 API Samples and Tools\WsusMigrate\WsusMigrationExport\WsusMigrationExport.exe" "D:\WSUS\%version%.xml"
air-gapped offline environment:
copy WSUScontent folder/meta data .cab file/.xml approval list
Set "version=June_Patches"
"C:\Program Files\Update Services\Tools\wsusutil.exe" import "d:\WSUS\%version%.cab" "d:\WSUS\%version%.log"
"C:\Program Files (x86)\Update Services 3.0 API Samples and Tools\WsusMigrate\WsusMigrationImport\WsusMigrationImport.exe" "D:\WSUS\%version%.xml" All None
I thought it would work without WPP on the offline environment as I was assuming it was using the same approval list and I moved over the WSUScontent folder, which has a .cab containing flash player.

Many thanks,
M

Viewing all articles
Browse latest Browse all 3825

Trending Articles