|
||||
Re: Deployment of Windows Mobile Software
Quote:
|
|
||||
Re: Deployment of Windows Mobile Software
I'm not sure if it's exactly the same on VS2005, but I can do a quick walkthrough on VS2008. I think you're overcomplicating it...
You need to use a *.ico file for the icon, and it will be built into the app autoimatically once you've completed the steps below 1) In Solution Explorer, double-click the "Properties" item in your application project 2) On the "Application" tab of your now visible Properties explorer, there should be a section titled "Resources" with a radio button entry titled "Icon and Manifest". 3) Click the "Browse" button in the "Icon and Manifest" entry, and browse to your *.ico file 4) Build your application, build your CAB project, and you should be good to go. NOTE: Sometimes, you have to close VS and re-open it for it to include your icon in the build. Also, if you decide to change the icon down the road, just follow the same steps, but then you HAVE to close VS and re-open it for the cahnge to take effect. You can PM me if you have any other questions. EDIT* Check HERE for software to convert *.png files to *.ico files if you don't have software to do it already |
|
||||
Re: Deployment of Windows Mobile Software
Quote:
there's a textbox to allow for me to enter wildcard stuff to search for any file i can think of. i have no expectations of this app being of any use to anyone but me. i want to learn how to deploy it correctly just in case someday i do write an app that seems like others might like it as well as myself. i've attached a few images. i did mention that i was using visual studio 2005 right? thank you for pointing out the tutorial by biGnAdAd. if i ever should purchase that software, it will come in handy. Quote:
i did do that already. where i'm getting confused (by reading too many how to's posted on the web!) is in setting up the cab file to associate the .ico and .png files so the program shows up correctly when a person trys to add this program to a quick link, and when they open the "start" button. right now, my .cab file installs a program with the correct icon when viewed with total commander, it places the .png file i want to use, and the program itself in the \windows\start menu\programs directory but i have to manually edit the registry to associate the .png file with the .exe file. wow, that's a mouthful. i hope it comes across clearer than it looks thanks. Last edited by ichthus; 07-15-2010 at 12:13 AM. Reason: images didn't show up |
|
||||
Re: Deployment of Windows Mobile Software
Quote:
In the "File System" of the deployment project, make sure you have added a shortcut in the "Start Menu Folder" that points to the primary output of your application in the "Application Folder". You shouldn't have to use a *.png to set the icon manually, unless you wanted to change the icon the application was built with. So it seems like the shortcut is somehow not pointed quite right? Since the *.exe shows the icon, perhaps verify that the shortcut is placed, named, and pointed properly. |
This post has been thanked 1 times. |
|
||||
Re: Deployment of Windows Mobile Software
Quote:
i was able to get my .cab built, deployed to my complete satisfaction. thanks again! |
|
||||
Re: Deployment of Windows Mobile Software
Quote:
yeah i know what you mean on the searching thing... i try and bookmark all of those for exactly that reason. likely ill never find it again! lmk if i can help with anything else! |
|
|
|