TStandage Posted June 12, 2015 Posted June 12, 2015 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!
Gaz Posted June 12, 2015 Posted June 12, 2015 What about using the portable version? Tux Paint - Download - Windows (ZIP archive) you could copy it to the relevant computers and then create a shortcut on the desktop.
sted Posted June 12, 2015 Posted June 12, 2015 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
TStandage Posted June 12, 2015 Author Posted June 12, 2015 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.
sted Posted June 12, 2015 Posted June 12, 2015 How would I use this script.change the paths /filenames to match your system and as it as a pc startup script
IggyTheSmidge Posted June 16, 2015 Posted June 16, 2015 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now