Install directory issue on PocketPC
So far, the NSIS product is fantastic compared to the VS 'solution' for installing an app. I actually got the NSIS install to work, and a mutiple-CAB installation at that, with the core CF cab, SqlCE cab, and OpenNETCF cab.
But I have 2 issues :
1) The program is being installed to the wrong directory. In the Project Propeties, the Output File Folder is \Windows\Start Menu\Programs\Games. When I install it on the Emulator, it installs to the right directory. But when installing it on my actual device, it ends up in the Programs directory. In the install script, I currently have
InstallDir "$STARTMENU\Programs\Games\"
Any tips on how to get this into the Games directory? I've noticed that if you look at it through the File Explorer, the path is /My Device/Program Files/MyGame.
2) The program icon is missing, when viewing the Programs. On the Emulator, the icon is displaying fine.
I've attached my .nsi file if anyone wants to take a look
Thanks for any help.