A
anon
So far, the NSIS product is fantastic compared to the VS 'solution' for
installing an app. I actually got the 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.
Finally, does anyone have an example of how (with NSIS) you can check
to see if the CF or SqlCE is already installed, so I don't install it
if I don't need to?
Thanks for any help.
installing an app. I actually got the 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.
Finally, does anyone have an example of how (with NSIS) you can check
to see if the CF or SqlCE is already installed, so I don't install it
if I don't need to?
Thanks for any help.