Install Works like a charm on PPC 2002 but no luck on 2003

  • Thread starter Thread starter jayderk
  • Start date Start date
J

jayderk

Hello all,

I have created an install CAB file for my PDA application. The app installs
and works fine however in the *.inf file that does the install I ask it to
put a shortcut under the start menu. On PPC 2003 it works, on 2003 it does
not? any suggestions? one thing that may or may not have anything to do with
it is I do not have an icon to go with it???

thanks in advanced.

regards,
Jay
 
I have something similar happen to me. I run the cab it puts the files in
place and even the uninstall and the programs will not run.
 
my program runs great, I just do not have a link under the start menu like I
do on PPC 2002.

here is the inf code that works on my PPC2002 and not on 2003.

[Shortcuts]
MyStartLinkName,0,MyApp.exe
 
Back
Top