Make an Installer for PDA
-
I make a PocketPC application in VS2008(VB.NET).It's running fine.How do I make an installer for this PocketPC program.By which I want to copy three dll files into client PocketPC,which helps to run this application. :(
-
I make a PocketPC application in VS2008(VB.NET).It's running fine.How do I make an installer for this PocketPC program.By which I want to copy three dll files into client PocketPC,which helps to run this application. :(
Yoy need to create a CAB file. Use visual studio "Smart Device CAB Project" (In VS05, Don't now if they renamed it in VS08).
Pavel
-
Yoy need to create a CAB file. Use visual studio "Smart Device CAB Project" (In VS05, Don't now if they renamed it in VS08).
Pavel
Thank you very much.I have done this job and it successfully executed.Can there any option to choose the installation path or the install directory by user.It will be very grateful to me.