How can I install an app inside a storage card? [modified]
-
Hi, I created a setup application which installs the app on device under Program Files folder and Startup Menu Items Folder. However, when I install the app, OS is asking where to install it. The choices are "on Device" or "Storage Card". When I choose the Storage Card, It doesn't install it there but on device without any errors. How can I install an app on a storage card? Thanks. J.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
modified on Saturday, May 1, 2010 7:26 AM
-
Hi, I created a setup application which installs the app on device under Program Files folder and Startup Menu Items Folder. However, when I install the app, OS is asking where to install it. The choices are "on Device" or "Storage Card". When I choose the Storage Card, It doesn't install it there but on device without any errors. How can I install an app on a storage card? Thanks. J.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
modified on Saturday, May 1, 2010 7:26 AM
It's doing this because when you made your CAB you hard coded the destination path. What you should have done is right'clicked in the file system editor and selected "Add Special Folder." The folder you want to add is the Application folder. When the cab is actually installed then the files that you placed in there will be copied appropriatly to their destinations.
Joel Ivory Johnson