Installing Win CE 6.0 licence [closed] - licensing

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
We finally managed to develop and test our custom Win CE 6.0 installation. Everything we made on trial version.
Now want to buy the license per device and install it into the target Win CE OS.
Does anybody has the description of the procedure to follow?
Is there any tool into Visual Studio 2005 to do that?
Does the final OS must be compiled with the license into the NK.bin or is it put somewhere else?

After you get your NK.Bin, you can "stamp" it with your Windows CE license using Platform Builder (AKA Visual Studio 2005 with Windows Embedded CE 6.0):
Look at this page in MSDN for more details:
Stamping a Run-Time Image (Windows Embedded CE 6.0)
This other post describes how to automate the process using the command line tool stampbin:
automate the stamping of the CE *.bin File

Simply build the device OS with ship build (WINCESHIP) set to 1 and put the provided CAL sticker on the device.

Related

Is there a WPF Performance Suite for .NET 4.0 for XP or Windows 2008 R2? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm currently developing an WPF application using Microsoft Visual Studio 2010 Professional on the .NET Framework 4. Using two machines, one an XP 32 Bit machine, and the other on a Windows 2008 R2 machine.
When ever I google around the WPF Performance Suite it links purely to the MSDN page around the suite. [The link below].
http://msdn.microsoft.com/en-us/library/aa969767.aspx#installing_the_wpf_performance_suite
The only other post that is a similar question is around getting it to work with Windows 8. [The link below].
Where can I download WPF Performance Suite for Windows 8
Is there a WPF Performance Suite for .NET 4.0 for XP or Windows 2008 R2?
Version 7.1 of the Windows SDK for Windows 7 and .NET Framework 4 includes the Performance Suite and is compatible with both these versions of Windows and .Net 4. See Windows SDK release blog entry

Substitute for Visual FoxPro [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I would like to know if there's a substitute for Visual FoxPro. The last version is 9.0. With the language FoxPro 3.0 so, I was wondering of someone knows a language similar to FoxPro with a development environment similar to Visual FoxPro 9.0. I know there's dBase but I don't know if it's powerful enough like FoxPro and I also know xHarbour but I haven't tried it.
I hear Servoy is one of the platforms VFP developers are moving towards. And it's either free or inexpensive. Check out http://www.servoy.com/
Lianja App Builder has a high degree of compatibility with Visual FoxPro.
www.lianja.com
Unfortunately there are is not a similar programing language to Visual FoxPro. FoxPro was one and still is one of the best programming languages out there. You can still use Version 9 with SP2 but there will be no 64 bit support in the last version. It will run on all windows platforms in 32 bit just fine. If you are looking to convert your current version of Visual FoxPro I found Servoy.
You can check these links about FoxPro conversion into Servoy.
http://www.servoy.com/content.jsp?t=1283&pageid=dlfoxpro
http://www.youtube.com/watch?v=8rUsMMLbcqY
First what do you mean by 'substitute for VFP'? Are you just looking for a rapid application development tool?
I don't know about everyone else in the VFP world, but I still develop using VFP 9 and my products run under all versions of Windows; however, I'm migrating most of my stuff to Visual Studio using C# and .NET.
You're not going to find anything that mimics VFP (at least not that I'm aware of)
Alpha5 V11 has some similarities to VFP.
I am also looking for something like a VFP replacement and so far I only see lianja and maybe embarcadero as possibilities.
I do not think this is quite the equivalent to VFP but I did see a product called Suneido which appears to be a similar product to MS Access and or VFP. I have not tried to use this but if anyone has it might be good to hear about.
http://www.suneido.com/

how to open an application file(clickonce file) in xp home [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The single click install applications(.application files) don't seem to be working for me on xp home. I have just put a fresh install of xp home on my dell and I needed some additional drivers(for the nic card etc). I downloaded the necessary drivers from dell's site using my other machine(using windows 7). They came in a ".application" file. I moved this application file via a flash drive to the xp machine and attempted to open it. Windows xp told me that it did not know what program I should use to run this file. Can someone point me in the right direction regarding this problem. Dell didn't allow me to download an ISO instead. Am I doing something wrong here?
Thanks for any help.
-Ray
You need to make sure you have the .Net Framework 2 or above installed. ClickOnce .application files run in .Net on the client machine.
Greg

MSVS non-commercial license issue [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
Is it ok to write code in an MSVS that does not have commerical license, but later on open the solution file in an MSVS that has the license and then compile / release / deploy using that MSVS?
i.e. Will the non-license infomation be embedded anywhere in the source code, compiled exe/dll or references?
What if there is only one programmer ever?
MSVS = Microsoft Visual Studio?
You can use the Express editions to develop commercial products also.
You will have to do a one time registration, for free, and then you can use it for commercial purposes.
From http://www.microsoft.com/express/support/support-faq.aspx:
Can I use Express Editions for
commercial use?
Yes, there are no
licensing restrictions for
applications built using Visual Studio
Express Editions.

DirectX web installer license, distributable? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I want to bundle DirectX web installer with my application and run on user's system to update their DirectX. I want to know if redistribution of DirectX web installer is permitted.
From the License Agreement shown when launching the installer it seems that you cannot redistribute it. Then again, this didn't stop many setup developers.
A simple solution is to use a custom action which downloads and launches the installer. This way you use the Microsoft URL and meet the EULA requirements.

Resources