VIPS

This is a silent installer for VIPS (Visual Programming with Structograms).

VIPS is a program to create Nassi–Shneiderman diagrams based on the Java programming language (the syntax used for the blocks is predefined, but can be extended). You can implement various subprograms in a project and execute the resulting program.

<package
        id="vips"
        name="Visual Programming with Structograms 1.1"
        revision="110"
        reboot="false"
        priority="1">

        <check type="uninstall" condition="exists" path="Vips 1.1" />

        <upgrade cmd="%SOFTWARE%\vips_setup11.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /LANG=de" />

        <install cmd="%SOFTWARE%\vips_setup11.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /LANG=de" />

        <remove cmd="%PROGRAMFILES%\Vips\unins000.exe /SILENT" />

</package>