Using SF 9.0.4.0 and it is not deleting the old desktop shortcut.
Here are lines on the Pre Install actions:
Shell.DeleteShortcut(Shell.GetFolder(SHF_DESKTOP), "Billing Clerk Version 7");
Shell.DeleteShortcut(Shell.GetFolder(SHF_STARTMENU PROGRAMS_COMMON).."\\Billing Clerk", "Billing Clerk Version 7");
There are 2 spaces after 'Billing Clerk' and before 'Version 7' and that is how it is in the prior setup. I have even copied and pasted just to be sure. It does get rid of the one int he Start Menu but not the desktop. Any ideas.
Here are lines on the Pre Install actions:
Shell.DeleteShortcut(Shell.GetFolder(SHF_DESKTOP), "Billing Clerk Version 7");
Shell.DeleteShortcut(Shell.GetFolder(SHF_STARTMENU PROGRAMS_COMMON).."\\Billing Clerk", "Billing Clerk Version 7");
There are 2 spaces after 'Billing Clerk' and before 'Version 7' and that is how it is in the prior setup. I have even copied and pasted just to be sure. It does get rid of the one int he Start Menu but not the desktop. Any ideas.
Comment