Command file for IIS server upgrade with ClickOnce regeneration

Build 1501 on 14/Nov/2017  This topic last edited on: 25/Aug/2014, at 10:40

This example shows a command file aimed to upgrade GN4 software on an IIS server.

It assumes the following:

IIS server is 64-bit, but the client files and ClickOnce are 32-bit.

The new versions are stored as zipped files in the C:\Miles33Install\daily folder.

32-bit client files are re-compiled on GN4 compilation server (ie. the server with Visual Studio Express installed, and where the add-ins are recompiled.

There are more than one IIS server.

It uses 7-zip to unzip.

It requires C:\TERA\GN4\streams.exe.

Click to toggle expandCommand file code