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 |