innoUserDirPath property

List<String> innoUserDirPath
final

Inno Setup installation path when installed on user-specific level.

Implementation

static final innoUserDirPath = [
  getHomeDir(),
  "AppData",
  "Local",
  "Programs",
  "Inno Setup 6",
];