@@ -80,7 +80,7 @@ begin
{ Save the shortcut }
PF := IPersistFile(Obj);
- OleCheck(PF.Save(ExpandConstant('{commondesktop}\CodeAutomation2 Test.lnk'), True));
+ OleCheck(PF.Save(ExpandConstant('{autodesktop}\CodeAutomation2 Test.lnk'), True));
MsgBox('Saved a shortcut named ''CodeAutomation2 Test'' on the common desktop.', mbInformation, mb_Ok);
end;
@@ -22,5 +22,5 @@ Source: "MyProg.chm"; DestDir: "{app}"
Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme
[Icons]
-Name: "{commonprograms}\My Program"; Filename: "{app}\MyProg.exe"
-Name: "{commondesktop}\My Program"; Filename: "{app}\MyProg.exe"
+Name: "{autoprograms}\My Program"; Filename: "{app}\MyProg.exe"
+Name: "{autodesktop}\My Program"; Filename: "{app}\MyProg.exe"