How do you do....it? Thread, Install Gantt Project on a network - easy one in Technical; Just thought I'd post this up, as I've had a few issues putting Gantt chart software onto a suite of ...
-
22nd September 2010, 11:51 AM #1
Install Gantt Project on a network - easy one
Just thought I'd post this up, as I've had a few issues putting Gantt chart software onto a suite of Windows 7 x64 PCs.
First, install JRE (I hate it, but it's needed for alot of this stuff)
This is available as an MSI, but I've found the newest version would not add as a deployed application, so I used an older one.
Once this has been rolled out with Group Policy software installation, you may find it doesn't work properly, this is due to jscript.dll not being registered in syswow64, so run this as a startup script, extension .bat:
REM --- register 64bit jscript.dll
cd c:\Windows\SysWow64
regsvr32 jscript.dll
Now JRE should work fine. I have blocked jucheck.exe site wide to get rid of the update notifier too, but you may not wish to do this as Java's not particularly secure!
To install Gantt, put the .exe in a network installation folder (don't use your sysvol for this!) It's no longer available as an MSI, unless you want to package it yourself.
Startup script:
REM --- install GanttProject silently
\\servername\installfolder$\ganttproject-2.0.10.exe /S
The /S switch is the key with this one, it'll install silently and synchronously as the PC starts.
Once the PC has logged on, it should be fully installed and working.
-
-
IDG Tech News
-
2nd November 2011, 09:13 AM #2 You may want to add these 2 lines if you are rolling it out bit by bit, otherwise it will keep trying to install every startup:
REM --- install GanttProject silently
if exist "C:\Program Files\GanttProject" goto :eof ELSE
if exist "C:\Program Files (x86)\GanttProject" goto :eof ELSE
@echo off
\\servername\installfolder$\ganttproject-2.0.10.exe /S
-
SHARE:
Similar Threads
-
By glennw in forum Web Development
Replies: 31
Last Post: 29th November 2010, 10:01 PM
-
By gybe78 in forum AV and Multimedia Related
Replies: 0
Last Post: 20th August 2010, 02:01 PM
-
By somabc in forum Web Development
Replies: 5
Last Post: 18th November 2009, 01:15 PM
-
By krisd32 in forum Windows
Replies: 3
Last Post: 23rd January 2008, 08:47 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules