@@ -56,20 +56,33 @@ Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription
56
56
; be sure to build the latest exe.
57
57
; select "Release Any CPU" to ensure that both x64 and x86 are built.
58
58
;
59
+ ; x86 App
59
60
Source : {#APP_SOURCE}ActionMonitor.exe; DestDir : {app} ; Flags : ignoreversion ; Check : " not IsWin64"
60
61
Source : {#APP_SOURCE}hook.dll; DestDir : {app} ; Flags : ignoreversion ; Check : " not IsWin64"
62
+ Source : {#APP_SOURCE}python35.dll; DestDir : {app} ; Flags : ignoreversion ; Check : " not IsWin64"
63
+
64
+ ; x64 App
65
+ Source : {#APP_SOURCE}ActionMonitor64.exe; DestName :ActionMonitor.exe; DestDir : {app} ; Flags : ignoreversion ; Check : IsWin64
66
+ Source : {#APP_SOURCE}hook64.dll; DestDir : {app} ; Flags : ignoreversion ; Check : IsWin64
67
+ Source : {#APP_SOURCE}python6435.dll; DestDir : {app} ; Flags : ignoreversion ; Check : IsWin64
68
+
69
+ ; common
70
+ Source : ..\includes\python35.zip ; DestDir : {app} ; Flags : recursesubdirs createallsubdirs
71
+
72
+ ; x86 plugins
61
73
Source : {#APP_SOURCE}LoaderPlugin.amp; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\__in\; Flags : ignoreversion ; Check : " not IsWin64"
62
74
Source : {#APP_SOURCE}AppPaths.amp; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\__in\; Flags : ignoreversion ; Check : " not IsWin64"
63
75
Source : {#APP_SOURCE}Dolly.amp; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\__in\; Flags : ignoreversion ; Check : " not IsWin64"
64
76
65
- Source : {#APP_SOURCE}ActionMonitor64.exe; DestName :ActionMonitor.exe; DestDir : {app} ; Flags : ignoreversion ; Check : IsWin64
66
- Source : {#APP_SOURCE}hook64.dll; DestDir : {app} ; Flags : ignoreversion ; Check : IsWin64
77
+ ; x64 plugins
67
78
Source : {#APP_SOURCE}LoaderPlugin64.amp; DestName :LoaderPlugin.amp; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\__in\; Flags : ignoreversion ; Check : IsWin64
68
79
Source : {#APP_SOURCE}AppPaths64.amp; DestName :AppPaths.amp; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\__in\; Flags : ignoreversion ; Check : IsWin64
69
80
Source : {#APP_SOURCE}Dolly64.amp; DestName :Dolly.amp; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\__in\; Flags : ignoreversion ; Check : IsWin64
70
81
82
+ ; any commands we might want to add.
71
83
Source : .\RootCommands\*; DestDir : {userappdata}\myoddweb\ActionMonitor\RootCommands\; Flags : recursesubdirs createallsubdirs
72
84
85
+ ; default config
73
86
Source : profile.xml; DestDir : {userappdata}\myoddweb\ActionMonitor\; Flags : onlyifdoesntexist
74
87
75
88
[Run]
0 commit comments