Mike Lacaria
09-03-2009, 11:17 AM
Deleting shortcut folder: I've waisted way too much time already and can't find a solution in the archives, would appreciate any help from someone that knows this!
I created a shell shortcut (which works fine):
location=SetupData.GetAppShortcutFolderPath();
Shell.CreateShortcut(location, "folder mike", target, "", "", icon_path, 0, SW_SHOWNORMAL, nil, "run Mike");
I can't seem to delete this shortcut folder and shortcut program reference!
I think this should really be a feature in the program, a simple check mark feature to delete ALL installed references would be really useful!
I created a shell shortcut (which works fine):
location=SetupData.GetAppShortcutFolderPath();
Shell.CreateShortcut(location, "folder mike", target, "", "", icon_path, 0, SW_SHOWNORMAL, nil, "run Mike");
I can't seem to delete this shortcut folder and shortcut program reference!
I think this should really be a feature in the program, a simple check mark feature to delete ALL installed references would be really useful!