install.py

changeset 6530
25b9dcfd6fcc
parent 6510
d8fd663f86ef
child 6592
bba271a63b81
equal deleted inserted replaced
6529:1c2968f124b7 6530:25b9dcfd6fcc
1114 "\\User Shell Folders" 1114 "\\User Shell Folders"
1115 1115
1116 # 1. create desktop shortcuts 1116 # 1. create desktop shortcuts
1117 regName = "Desktop" 1117 regName = "Desktop"
1118 desktopFolder = os.path.normpath( 1118 desktopFolder = os.path.normpath(
1119 os.path.expandvars(getWinregEntry(regName, regPath))) 1119 os.path.expandvars(getWinregEntry(regName, regPath)))
1120 for linkName, targetPath, iconPath in windowsDesktopEntries(): 1120 for linkName, targetPath, iconPath in windowsDesktopEntries():
1121 linkPath = os.path.join(desktopFolder, linkName) 1121 linkPath = os.path.join(desktopFolder, linkName)
1122 createWindowsShortcut(linkPath, targetPath, iconPath) 1122 createWindowsShortcut(linkPath, targetPath, iconPath)
1123 1123
1124 # 2. create start menu entry and shortcuts 1124 # 2. create start menu entry and shortcuts

eric ide

mercurial