Windows Inno Setup for Passy.
- (Optional) Change
MyAppVersion
inpassy.iss
. - Copy Windows build files into the
Release
folder. - Compile using Inno Setup Compiler.
Format for command line arguments is /<name>[=<value>]
(without angle brackets). E.g.: /VERYSILENT
, /UninstallerUserDataRemove=true
.
A list of Inno Setup command line arguments can be found here.
Command line arguments specific to this setup:
UninstallerUserDataRemove
- Default isfalse
, if set totrue
, allPassy
directories containing user data inside every user'sDocuments
directory will be erased during uninstall.