FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 28115add authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'bulkrename' into 'master'

Initial ucam package for Bulk Rename utility

See merge request !34
parents 2b0fae89 5a0629bc
No related branches found
No related tags found
1 merge request!34Initial ucam package for Bulk Rename utility
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="bulkrename" name="Bulk Rename Utility" revision="%version%" priority="50" reboot="false">
<variable name="version" value="3.3.1.0" />
<check type="uninstall" condition="exists" path="Bulk Rename Utility %version% (64-bit)" />
<install cmd='cmd /c %WPKGSOFTWARE%\bulk_rename\BRU_setup_%version%.exe /VERYSILENT /SUPPRESSMSGBOXES /LOG /norestart ' />
<upgrade include="remove" />
<upgrade include="install" />
<remove cmd='cmd /c "%PROGRAMFILES%\bulk rename utility\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /LOG' />
<remove cmd='cmd /c RMDIR /Q /S "%PROGRAMFILES%\bulk rename utility\"'>
<exit code="any" />
</remove>
</package>
</packages:packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment