Hi...
I am trying to have my setup (distribution disk) create a desktop icon and place it on the desktop.
This is my attempt...what am I missing?
I added this to the setup1.frm
the project name = Birthdays
the exe name = Birthdays.exe
' Wayne's Vesion of Create program icons (or links, i.e. shortcuts).
'
OSfCreateShellLink "..\..\Desktop", _
"Shortcut to Birthdays", _
gsDest.strAppDir & "Birthdays.EXE", chr$(0)
Any help much appreciated.
Wayne
