[RESOLVED] Start Menu shortcut not properly pointing to the location
Hi all,
I have a help file in htm format. I created a shortcut to the specified file using PDW. The folder & file is there at its appropriate place but the shortcut does not point to it. The properties of the shortcut shows
Quote:
Target:"C:\Program Files\Case Monitor\Help.htm"
instead of "C:\Program Files\Case Monitor\Help\Help.htm".
The relevant portion of setup.lst is
Quote:
[application name]
Icon3="Help.htm"
Title3=Help
StartIn3=$(AppPath)\Help
[Setup1 Files]
[email protected],$(AppPath)\Help,,,4/11/07 3:44:31 PM,188778,0.0.0.0
Can someone show me what is wrong...:confused:
:wave:
Re: Start Menu shortcut not properly pointing to the location
In the Start menu item dialog I made changes as below
Target:$(AppPath)\Help\Help.htm
StartIn:$(AppPath)\Help
Now it is working..Thanks everybody:bigyello: