Click to See Complete Forum and Search --> : StartUp Group


August 21st, 1999, 12:17 PM
I want my project to be added to the StartUp Group during setup. I have gone through the setup1.vbg in SetupKit Folder of VB but that seems too complex.
Any ideas how it can be achieved easily.
Thnkx in advance.

ansuman_behera
August 21st, 1999, 11:42 PM
I think it's easier to do this through the setup.vbp. What u've to do is 2 use the API CopyFile after the setup program has finshed creating the icons required. I think this is done in the standard module with a procedure CreateIcons or something similar. What u've 2 do is copy the shortcut created under the program files to the startup folder. Lemme know cocerns if any...