Changes

Jump to: navigation, search

Abacus

1,039 bytes added, 23:11, 28 February 2009
New page: Silent installer for the [http://www.abacus.ch Abacus] ERP System Example for the Client Setup, using version 2008.00 <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <packages>...
Silent installer for the [http://www.abacus.ch Abacus] ERP System

Example for the Client Setup, using version 2008.00
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="abacus"
name="Abacus"
revision="200800"
reboot="false"
priority="0">

<check type="registry" condition="equals" path="HKLM\SOFTWARE\ABACUS Research AG\AbaSetup\Version" value="2008.00" />

<install cmd='cmd /c "%SOFTWARE%\abacus\install.cmd"' >
<exit code="any" />
</install>

</package>
</packages>
</source>

The batchfile '''install.cmd''' calls the actual clientsetup, as mapping network drives from within wpkg packages doesn't allways seem to work.
<source lang="dos">
@echo off
net use x: \\SERVERNAME\SHARENAME /user:DOMAIN\USER PASSWORD
x:
x:\Abac\Setup\client\ClientSetup.exe
</source>
Notes: this asumes that you have Abacus installed from drive X:.

Don't forget to change the Server, Sharename and your logon credentials within the batch

[[category:Silent Installers]]
13
edits

Navigation menu