Making an installer for mobile devices
-
I am trying to make a test install for small application i have made. i tried to follow this guide http://www.devx.com/wireless/Article/31198/ after a little conversion from vb.net to c# i tried the setup. but it doesnt install on my pda. all it does is installing files to the program files folder. is there any better guide than this one?
-
I am trying to make a test install for small application i have made. i tried to follow this guide http://www.devx.com/wireless/Article/31198/ after a little conversion from vb.net to c# i tried the setup. but it doesnt install on my pda. all it does is installing files to the program files folder. is there any better guide than this one?
Hi, If you are using .NET CF 2.0, I'd recommend this http://msdn2.microsoft.com/en-US/library/aa446504.aspx[^]. I followed the instructions and it worked quite well for me. Talal
-- If this is a post that has been helpful to you, please vote for it. Thank you! "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook
-
Hi, If you are using .NET CF 2.0, I'd recommend this http://msdn2.microsoft.com/en-US/library/aa446504.aspx[^]. I followed the instructions and it worked quite well for me. Talal
-- If this is a post that has been helpful to you, please vote for it. Thank you! "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook
thansk for the link, i have worked with it and it works the next question is that how do i detect if compact framework is installed on the device or not? i found a page in msdn, but it wasnt helpful. http://msdn2.microsoft.com/en-us/library/aa446531.aspx
-
thansk for the link, i have worked with it and it works the next question is that how do i detect if compact framework is installed on the device or not? i found a page in msdn, but it wasnt helpful. http://msdn2.microsoft.com/en-us/library/aa446531.aspx
Well that's something I haven't figured out yet. If you find the answer, please let me know. Thanks, Talal
-- If this is a post that has been helpful to you, please vote for it. Thank you! "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook