Advertisement
TLama

Untitled

Nov 19th, 2014
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Setup]
  2. AppName=My Program
  3. AppVersion=1.5
  4. DefaultDirName={pf}\My Program
  5. ; the following line is optional; default value of this directive is "admin"
  6. PrivilegesRequired=admin
  7.  
  8. [Files]
  9. Source: "MyProg.exe"; DestDir: "{app}"
  10.  
  11. [Icons]
  12. ; {group} links to Start Menu folder for All Users profile when PrivilegesRequired=admin
  13. Name: "{group}\My Program Start Menu shortcut"; Filename: "{app}\MyProg.exe"; WorkingDir: "{app}"
  14. ; {commondesktop} links to desktop folder for All Users profile
  15. Name: "{commondesktop}\My Program Desktop shortcut"; Filename: "{app}\MyProg.exe"; WorkingDir: "{app}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement