Skip to content

GlitterWare/Passy-Windows-Inno-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passy Windows Inno Setup

Windows Inno Setup for Passy.

Building

  1. (Optional) Change MyAppVersion in passy.iss.
  2. Copy Windows build files into the Release folder.
  3. Compile using Inno Setup Compiler.

Command line arguments

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 is false, if set to true, all Passy directories containing user data inside every user's Documents directory will be erased during uninstall.