-
Installer
I have a problem with my Installer-Programm. I want to add a Link in the Start-menue, but the User can choose, in which directory he wants to install the program. So I think I have to do this with the API-function "fCreateShellLink". But when I add this Function to my Module and try to get the function in the program, it doesn´t work (no fault, but also no action). I hope to get soon response.
-
That function isn't part of the Win32 API, and is provided by the VB Setup Kit. You need to make sure you have that DLL available before the function will work.