FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1041f4ee authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Initial ucam package for Autoit v3.3.14.5

parent 92b533d7
No related branches found
No related tags found
2 merge requests!31Event col,!30Autoit
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<!-- To set per user settings like the colours, edit c:\users\{username}\SciTEUser.properties. To use the default colours, delete existing SciTEUser.properties and start Scite
-->
<package id="autoit" name="Autoit and Scite Editor" revision="%version%.1" reboot="false" priority="5">
<variable name="version" value="3.3.14.5"/>
<!-- <variable name="scite_version" value="14.801.2025.0"/> DON'T USE THIS VERSION, IT DOESN'T LET ROOT SAVE ANY SCITE CONFIG CHANGES, 4_5_2013 DOES! -->
<variable name="scite_version" value="4.5.2013"/>
<check type="uninstall" condition="exists" path="AutoIt v%version%" />
<check type="uninstall" condition="exists" path="SciTE4AutoIt3 %scite_version%" />
<install cmd='cmd /c if exist "%PROGRAMFILES(x86)%\autoit3\" rd /s /q "%PROGRAMFILES(x86)%\autoit3\"'>
<exit code='1' />
</install>
<install cmd='%WPKGSOFTWARE%\autoit\%VERSION%\autoit-v3-setup.exe /S' />
<install cmd='cmd /c copy /y "%WPKGSOFTWARE%\autoit\include\*.au3" "%PROGRAMFILES(x86)%\autoit3\include\"' />
<!-- include the Scite editor -->
<install cmd='%WPKGSOFTWARE%\scite\%SCITE_VERSION%\SciTE4AutoIt3.exe /S' />
<install cmd='cmd /c type %WPKGSOFTWARE%\scite\options.properties >> "%PROGRAMFILES(x86)%\autoit3\scite\properties\others.properties"' />
<upgrade include="remove" />
<upgrade include="install" />
<remove cmd='taskkill /f /im autoit3help.exe'>
<exit code='0' />
<exit code='1' />
<exit code='128' />
</remove>
<remove cmd='cmd /c "%PROGRAMFILES(x86)%\autoit3\uninstall.exe" /S' />
<remove cmd='cmd /c rd /s /q "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\autoit v3"'>
<exit code='1' />
</remove>
<remove cmd='cmd /c if exist "%PROGRAMFILES(x86)%\autoit3\scite\uninst.exe" "%PROGRAMFILES(x86)%\autoit3\scite\uninst.exe" /S' />-->
<remove cmd='cmd /c if exist \\%DOMAIN%\netlogon\bin\deldir.exe \\%DOMAIN%\netlogon\bin\deldir.exe "%PROGRAMFILES(x86)%\autoit3\"' >
<exit code='any' />
</remove>
<remove cmd='cmd /c rd /s /q "%PROGRAMFILES(x86)%\autoit3\"'>
<exit code='1' />
</remove>
<!-- without this pause the uninstall value still exists, slow to be deleted maybe therefore this package fails to remove -->
<remove cmd='cmd /c "%WPKGSOFTWARE%\wpkg\tools\sleep.cmd" 5' />
</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