Installation Guide: Windows

From UVLayout Docs

(Difference between revisions)
Jump to: navigation, search
Revision as of 10:10, 3 September 2007 (edit)
Headus (Talk | contribs)

← Previous diff
Revision as of 10:11, 3 September 2007 (edit) (undo)
Headus (Talk | contribs)
(Workstation Installation)
Next diff →
Line 2: Line 2:
== Workstation Installation == == Workstation Installation ==
 +
 +This section would apply to the majority of people installing UVLayout. It describes how to install UVLayout onto a single Windows workstation.
# If an older version of UVLayout is already installed, first remove it by selecting "Programs -> headus UVLayout -> Uninstall UVLayout" from the Windows Start menu. # If an older version of UVLayout is already installed, first remove it by selecting "Programs -> headus UVLayout -> Uninstall UVLayout" from the Windows Start menu.

Revision as of 10:11, 3 September 2007

Cover Page
Introduction
Requirements
Windows
Linux
OS X
Licensing
Download PDF

Contents

This page describes how to install or upgrade UVLayout onto Windows systems.

Workstation Installation

This section would apply to the majority of people installing UVLayout. It describes how to install UVLayout onto a single Windows workstation.

  1. If an older version of UVLayout is already installed, first remove it by selecting "Programs -> headus UVLayout -> Uninstall UVLayout" from the Windows Start menu.
  2. Run the supplied iuvlayout.exe file and follow the instructions displayed to install UVLayout.

Server Installation

These instructions apply to sites with multiple licenses that want to share a single central installation of UVLayout across multiple Windows workstations. By doing this only one copy of UVLayout needs to be keep up to date. This is different to floating licenses, but is usually run in conjunction with them.

Note: This requires UVLayout v1.16.12 or later to work with UNC server paths.

On The Server

  1. If an older version of UVLayout is already installed, first remove it by selecting "Programs -> headus UVLayout -> Uninstall UVLayout" from the Windows Start menu.
  2. Run the supplied iuvlayout.exe file and follow the instructions displayed to install UVLayout.

Create a server.bat file in the UVLayout install folder, substituting \\Lumpy\Apps\headus UVLayout below with the location of the UVLayout install folder, and substitute lserver with the name of the floating license server (may or may not be the same as the file server). If floating licenses aren't being used, leave that line out of the BAT file.

@echo off
set HEADUS_HLSERVER=lserver:11668
"\\Lumpy\Apps\headus UVLayout\howin32.exe" %1

On Each Workstation

Create a desktop icon that runs the server.bat file.

To load files into UVLayout, just as with a local installation, users can then drag'n'drop OBJ and UVL files onto the desktop icon.

Fix For UNC Problem

Some actions within UVLayout (e.g. clicking on the View User Guide button) run a Windows CMD.EXE shell. When UVLayout is run via a UNC path, these actions will fail because of a "feature" within Windows that stops CMD.EXE from starting in UNC folders by default.

You can read all about it here: http://support.microsoft.com/kb/156276

The fix is to run regedit, and under the registry path ...

HKEY_CURRENT_USER
   \Software
      \Microsoft
         \Command Processor

... add the value DisableUNCCheck REG_DWORD and set the value to 0x1 (Hex).

This will need to be done of each workstation running UVLayout.