3,217
edits
Changes
Phosco
,no edit summary
First the entry for packages.xml:
id="phosco"
name="phosco Trial"
<remove cmd='%SOFTWARE%\PhOScO\phosco-uninstall.bat' />
First install PhOScO in a normal way on a workstation, to %PROGRAMFILES%\phosco. Then copy everything you installed to a location on your server. Copy also all PhOScO shortcuts (Documente und Einstellungen\All Users\Desktop - something like this, full paths).<br>
It is best to put it on the server like this:
%SOFTWARE%\phosco\phoscofiles
and there:
This batch file - phosco-install.bat - installs PhOScO (if you use a non-German system, change "Benutzer" to a proper name in your system):
<source lang="dos"> call xcopy "%SOFTWARE%\PhOScO\phoscofiles\*" c:\ /S /E /Y /Q cacls %PROGRAMFILES%\PhOScO /T /E /P Benutzer:f >nul</source>
This batch file - phosco-uninstall.bat - uninstalls PhOScO ("echo" at the end is used so that the script then exits with a code 0):
[[category:Silent Installers]]