4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-14 18:39:35 +00:00

15 lines
529 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<Installer>
2020-01-15 11:50:30 +03:00
<Name>$NAME</Name>
<Version>$VERSION</Version>
<Title>$NAME</Title>
<Publisher>$PUBLISHER</Publisher>
<StartMenuDir>$NAME</StartMenuDir>
<TargetDir>$CQT_INSTALL_DIR/$NAME</TargetDir>
<InstallActionColumnVisible>true</InstallActionColumnVisible>
<RemoveTargetDir>true</RemoveTargetDir>
2020-01-12 18:19:08 +03:00
<ControlScript>controlScript.qs</ControlScript>
2020-01-15 11:50:30 +03:00
<MaintenanceToolName>$NAMETool</MaintenanceToolName>
<ProductUrl>$HOMEPAGE</ProductUrl>
</Installer>