Jump to content

Recommended Posts

Posted

Hi.

 

I'm looking to find out if anyone has got a msi for Tux Paint. It would save me a lot of time and would be great to here someone has got one. If not does anyone know how I can deploy the exe down to all the computers.

 

 

Thank you!

Posted

I've just got it deploying via a script

 

 @echo OFF
REM --- Check for an existing installation of Tux Paint
if exist "C:\Program Files\TuxPaint\tuxpaint.exe" goto _End
if exist "c:\Program Files (x86)\TuxPaint\tuxpaint.exe" goto _End
REM --- Deploy to Windows 2000/XP/2003
"\\server\packages$\tux\tuxpaint-0.9.21c-win32-installer.exe" /Silent
REM --- End of the script
:_End

Posted
I've just got it deploying via a script

 

 @echo OFF
REM --- Check for an existing installation of Tux Paint
if exist "C:\Program Files\TuxPaint\tuxpaint.exe" goto _End
if exist "c:\Program Files (x86)\TuxPaint\tuxpaint.exe" goto _End
REM --- Deploy to Windows 2000/XP/2003
"\\server\packages$\tux\tuxpaint-0.9.21c-win32-installer.exe" /Silent
REM --- End of the script
:_End

 

How would I use this script.

Posted
How would I use this script.
change the paths /filenames to match your system and as it as a pc startup script
Posted

I have the portable version running quite happily from a network share.

Just make sure that you run the tuxpaint-config tool and tick the 'don't use lockfile' box, or you'll have problems running multiple copies simultaneously.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...