I'm currently developing an app for windows compact edition with Visual Studio. Everytime i compile the app, vs2008 will only generates .exe file extension. I can execute it directly on windows ce device after copy-paste it to the device.
What i want to do is creating application installer wizard. I have tried following tutorial but it doesn't work for me
https://msdn.microsoft.com/en-us/library/aa446504.aspx
This is what i've done:
- Adding new project which the project type is "Smart Device CAB Project", i give it a name SmartDeviceCab1, and this is the project structure See image tag 1
- I keep the other settings use the default value and build the SmartDeviceCab1 project, and this is the result: see image tag 2
Here is the screenshot Screenshot of what i've done
Can anyone here give me solution?