mirror of
https://github.com/infeeeee/dyn2py
synced 2026-02-04 06:02:38 +01:00
Installer: add to start
This commit is contained in:
@@ -7,7 +7,8 @@ AppPublisherURL=https://github.com/infeeeee/dyn2py
|
|||||||
AppSupportURL=https://github.com/infeeeee/dyn2py/issues
|
AppSupportURL=https://github.com/infeeeee/dyn2py/issues
|
||||||
AppUpdatesURL=https://github.com/infeeeee/dyn2py/releases/latest
|
AppUpdatesURL=https://github.com/infeeeee/dyn2py/releases/latest
|
||||||
DefaultDirName={autopf}\dyn2py
|
DefaultDirName={autopf}\dyn2py
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=auto
|
||||||
|
DefaultGroupName=dyn2py
|
||||||
LicenseFile=LICENSE
|
LicenseFile=LICENSE
|
||||||
PrivilegesRequired=admin
|
PrivilegesRequired=admin
|
||||||
OutputBaseFilename=dyn2py-installer
|
OutputBaseFilename=dyn2py-installer
|
||||||
@@ -22,6 +23,9 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
|||||||
[Files]
|
[Files]
|
||||||
Source: "dyn2py.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "dyn2py.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
Name: "{group}\dyn2py (cmd)"; Filename: "{cmd}"; WorkingDir: "{userdocs}"; Parameters: "/k dyn2py"
|
||||||
|
Name: "{group}\dyn2py (powershell)"; Filename: "powershell"; WorkingDir: "{userdocs}"; Parameters: "-noexit -command dyn2py"
|
||||||
|
|
||||||
[Code]
|
[Code]
|
||||||
const EnvironmentKey = 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment';
|
const EnvironmentKey = 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment';
|
||||||
|
|||||||
Reference in New Issue
Block a user