Skip to content

Commit eb5f17f

Browse files
committed
fixing path message in installer
1 parent eab0586 commit eb5f17f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installer/win64/Installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AppId={{0E50FA48-4C41-4D27-A742-C77D1A3A3905}
1313
AppName={#MyAppName}
1414
AppVersion={#OPVERSION}
15-
DefaultDirName={localappdata}\..\csound\6.0\plugins64
15+
DefaultDirName={localappdata}\csound\6.0\plugins64
1616
DisableDirPage=no
1717
DisableProgramGroupPage=yes
1818
UsePreviousAppDir=no
@@ -61,7 +61,7 @@ const
6161
installerMessage =
6262
'This installer will install the Python, Faust, Image, Chua, FLTK and Ableton Link ' + #13#10 +
6363
'plugin opcodes for Csound.' + #13#10 + #13#10 +
64-
'Opcodes will be installed to C:\Users\<name>\AppData\csound\6.0\plugins64' + #13#10 +
64+
'Opcodes will be installed to C:\Users\<name>\AppData\Local\csound\6.0\plugins64' + #13#10 +
6565
'' + #13#10 +
6666
'Csound should detect and load these plugins whenever it runs. The Faust library will' + #13#10 +
6767
'be installed to C:/Program Files/Csound_x64/bin. If you do not have Csound installed' + #13#10 +
9.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)