Installation Guide: Windows
From UVLayout Docs
Revision as of 10:08, 3 September 2007 (edit) Headus (Talk | contribs) (→Workstation Installation) ← Previous diff |
Current revision (08:53, 6 July 2017) (edit) (undo) Headus (Talk | contribs) (→Workstation Installation) |
||
(30 intermediate revisions not shown.) | |||
Line 3: | Line 3: | ||
== Workstation Installation == | == Workstation Installation == | ||
- | # If an older version of UVLayout is already installed, first remove it by selecting "Programs -> headus UVLayout -> Uninstall UVLayout" from the Windows Start menu. | + | This section describes how to install UVLayout onto a single Windows workstation. It would apply to the majority of people wanting to install UVLayout. |
- | # Run the supplied iuvlayout.exe file and follow the instructions displayed to install UVLayout. | + | |
+ | :1. Run the supplied iuvlayout.exe file and follow the instructions displayed to install UVLayout. | ||
+ | |||
+ | :2. If this is the first time you have installed UVLayout, you will need to activate it by cut'n'pasting your license key into the keys file. Instructions on that are [[Installation_Guide:_Licensing#Running_the_licensing_GUI|here]]. | ||
+ | |||
+ | == Known Problems == | ||
+ | |||
+ | * Edge picking doesn't work on some '''ATI Radeon''' cards. UVlayout doesn't like Anti Aliasing in Super Sample mode, so set that to Adaptive mode or deactivate it in your display adapter card's properties panel. | ||
+ | |||
+ | * UVLayout crashes under '''Windows 7'''. Right click the desktop icon to get to the Properties window, and check the Compatibility mode; it should be disabled, or at least set to "Windows Vista", not "Windows XP". | ||
+ | |||
+ | * UVLayout hangs after running if '''Avast''' antivirus is installed. Give the UVLayout executables full access in the Avast application settings. | ||
+ | |||
+ | * Very poor drawing performance. See the [[User Guide: About UVLayout#OpenGL|OpenGL]] preference. | ||
== Server Installation == | == 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. | + | '''The rest of this chapter only applies to sites with multiple licenses''' that want to share a single central installation of UVLayout across several 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. | '''Note:''' This requires UVLayout v1.16.12 or later to work with UNC server paths. | ||
Line 14: | Line 27: | ||
=== On The Server === | === On The Server === | ||
- | # If an older version of UVLayout is already installed, first remove it by selecting "Programs -> headus UVLayout -> Uninstall UVLayout" from the Windows Start menu. | + | :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. |
- | # 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. | + | :2. Run the supplied iuvlayout.exe file and follow the instructions displayed to install UVLayout. |
+ | |||
+ | :3. Create a '''server.bat''' file in the UVLayout install folder, substituting '''\\Server\Apps\headus UVLayout v2 Professional''' 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 | @echo off | ||
set HEADUS_HLSERVER='''lserver''':11668 | set HEADUS_HLSERVER='''lserver''':11668 | ||
- | "'''\\Lumpy\Apps\headus UVLayout'''\howin32.exe" %1 | + | "'''\\Server\Apps\headus UVLayout v2 Professional'''\howin32.exe" -launch %1 |
+ | |||
+ | '''Note:''' This technique will also work with a non-Windows file server. Install UVLayout onto a Windows PC first, then copy the entire installation folder from that system onto the file server. | ||
=== On Each Workstation === | === On Each Workstation === | ||
- | Create a desktop icon that runs the '''server.bat''' file. | + | Create a desktop icon that runs the '''server.bat''' file. If you specify '''Run Minimized''' in the icon properties, then a DOS window won't pop up each time you run the BAT file. |
[[Image:Install-ServerIcon.png|center]] | [[Image:Install-ServerIcon.png|center]] | ||
Line 31: | Line 47: | ||
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. | 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 CMD.EXE UNC Problem === | + | === 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. | 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. | ||
Line 46: | Line 62: | ||
... add the value '''DisableUNCCheck''' REG_DWORD and set the value to 0x1 (Hex). | ... add the value '''DisableUNCCheck''' REG_DWORD and set the value to 0x1 (Hex). | ||
- | This will need to be done of each workstation running UVLayout. | + | This will need to be done on each workstation running UVLayout. |
Current revision
|
Workstation InstallationThis section describes how to install UVLayout onto a single Windows workstation. It would apply to the majority of people wanting to install UVLayout.
Known Problems
Server InstallationThe rest of this chapter only applies to sites with multiple licenses that want to share a single central installation of UVLayout across several 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
@echo off set HEADUS_HLSERVER=lserver:11668 "\\Server\Apps\headus UVLayout v2 Professional\howin32.exe" -launch %1 Note: This technique will also work with a non-Windows file server. Install UVLayout onto a Windows PC first, then copy the entire installation folder from that system onto the file server. On Each WorkstationCreate a desktop icon that runs the server.bat file. If you specify Run Minimized in the icon properties, then a DOS window won't pop up each time you run the 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 ProblemSome 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 on each workstation running UVLayout. |