innoUserDirPath top-level property

List<String> innoUserDirPath
final

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

Implementation

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