diff options
Diffstat (limited to 'deploy/installer/cleanup/package.xml')
-rw-r--r-- | deploy/installer/cleanup/package.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy/installer/cleanup/package.xml b/deploy/installer/cleanup/package.xml new file mode 100644 index 00000000..f43e5b78 --- /dev/null +++ b/deploy/installer/cleanup/package.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Package> + <DisplayName>Cleanup AppData and Registry</DisplayName> + <Description>Cleans up AppData and Registry when selected (logs you out) - Broken</Description> + <Version>__VERSION__</Version> + <ReleaseDate>__DATE__</ReleaseDate> + <SortingPriority>80</SortingPriority> + <Script>installscript.qs</Script> + <Checkable>false</Checkable> +</Package> |