Page 11 of 23

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 29.11.2010, 13:20
by -Iwan-
My WSUSOU updater downloads the files from https://svn.wsusoffline.net/svn/wsusoffline/trunk/, which is at trunk r175.

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 30.11.2010, 07:35
by lexx_qq
-Iwan- wrote:My WSUSOU updater downloads the files from https://svn.wsusoffline.net/svn/wsusoffline/trunk/, which is at trunk r175.

On https://svn.wsusoffline.net/svn/wsusoffline/trunk/ files 3 weeks old (stable version 6.6.5)! Not a r175. See there http://trac.wsusoffline.net/browser

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 30.11.2010, 10:22
by -Iwan-
Don't compare the normal trunk website with the svn-site, which is at
wsusoffline - Revision 176: /trunk

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 04.12.2010, 18:29
by ptrk.mj
Hi Iwan,

I can't get your utility to work properly. The update files are getting downloaded to \trunk directory but WSUSOU remains out-of-date (UpdateGenerator pops up with old version number).

Both wsusoffline and WSUSOU-Update folders are inside Program Files. So the default Config should work, right?
Code: Select all
WSUSOU="..\.\wsusoffline"

(I'm not very familiar with those .. and . notations.)

Thanks!

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 04.12.2010, 19:56
by -Iwan-
Good evening,

if your directories look like that
C:\Program Files\WSUSOU-Update
C:\Program Files\wsusoffline
you've got nothing to change in the Config.txt (WSUSOU="..\.\wsusoffline").

If you are trying to check the trunk version by starting the UpdateGenerator.exe, you will only see the version 6.6.5.
Maybe Torsten could add the trunk version into it or into the download.log.

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 04.12.2010, 21:06
by ptrk.mj
Well I couldn't update from 6.6.4, actually.

Anyway, I've updated manually by unziping the package from http://download.wsusoffline.net/

Next time I will try again.

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 06.12.2010, 07:19
by -Iwan-
Did you run my updater with admin rights? Maybe it could be also a firewall problem.
I've updated from 6.6.4 to 6.6.5 and some minutes ago to 6.7 without any error.

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 10.12.2010, 12:55
by mbathen
[quote=
Maybe Torsten could add the trunk version into it or into the download.log.[/quote]

Hoffentlich, das wäre sehr schön. Aber ich glaube , die Trunknummer in einer älteren Installation schon gesehen zu haben(6.6.4?)

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 10.12.2010, 13:39
by WSUSUpdateAdmin
Hi!

-Iwan- wrote:[...]Maybe Torsten could add the trunk version into it or into the download.log.

But this is already done:
Code: Select all
set WSUSOFFLINE_VERSION=6.7+ (r181)
set DOWNLOAD_LOGFILE=..\log\download.log
title %~n0 %1 %2
echo Starting WSUS Offline Update download (v. %WSUSOFFLINE_VERSION%) for %1 %2...
if exist %DOWNLOAD_LOGFILE% (
  echo. >>%DOWNLOAD_LOGFILE%
  echo -------------------------------------------------------------------------------- >>%DOWNLOAD_LOGFILE%
  echo. >>%DOWNLOAD_LOGFILE%
)
echo %DATE% %TIME% - Info: Starting download (v. %WSUSOFFLINE_VERSION%) for %1 %2 >>%DOWNLOAD_LOGFILE%


So: What are you missing?

RTW

Re: Automatic Update of WSUS OU (v0.6c)

PostPosted: 10.12.2010, 14:44
by mbathen
nothing now, Mr. Magic!