application does not appear in 'Remove Programs'
with VS 2003 I used to build the CAB files manually. Now I'm using VS 2005 and I'm trying to build a CAB file with it's built in process. I've managed to build one and installed my application. But I'm not entirely sure what i need to do in order to create a shortcut to it in under 'Programs' and dont know how to make it appear in 'Remove Programs'. Thanks.

application does not appear in 'Remove Programs'
Alex Calugarescu
But when I copy the cab over to the device and install it, my app does not appear in 'remove programs' and the shortcut is just placed in start menu, and not in sub folder 'Programs' (which is completely missin. Got any ideas
LMS65
I know that in windows 2003 the INF file included a default setup file 'vsd_setup.dll'
Could this be related
Alex_bg
What are some possible causes could it be my environmet setup or something like that I'm totally stuck.
Bernie Hizon
Dr. Borts
It will appear in "Remove programs" on device without any action on your part.
If you’d like a shortcut, please click on your exe, select "Create Shortcut to..." and move shortcut to the desired folder. You can add “Programs” folder by clicking at file view and choosing it from “Add special folder” menu.
KannanPV
If this is not a coincidence does this mean that applications with root certificates will appear in 'remove programs' where as applications without root certificates wont
If so, are there root certificates for testing purposes I know that there are test certificates that came along with VS2005 but they're not root certificates, which means it's not trusted.
Trixter
justintime
Do you see it in emulator Are you using /nouninstall option with CabWiz
http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcepbguide5/html/wce50conCABWizardOverview.asp
SL-USA
JensenLee
The only reason CAB would not show in the "Remove Programs" on device I'm aware of is /nouninstall key. Do you see other applications, say NETCF V2 in "Remove Programs"
Andre T
Brent Mills
However I still havent gotten my application to show in 'Remove Programs'. Weird thing though, is that it does appear in the ActiveSync 'Remove Programs'. So I am able to remove programs through my activesync.
Does this mean there's something wrong with the device itself
Emiy
Karen Grube
No, that should not matter either. Unless installation completely failed (because of security restrictions or for any other reason) and application was never installed. Naturally, application which is not installed won’t appear in “Remove programs”.
nightsoul94r
Ok so I ran the app through emulator, and dont see it under 'remove programs'. And I checked the NoUninstall parm and it's set to false.