how to create installer package [closed] - c

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
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.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I have developed a program which retrieve data from windows registry and some other functionality along with it.
Now I want to make an installer and distribute it.(I have an option of distributing .exe but I don't want to use it)
now my problem is how can I make an installer like we get of professional software.
exp-antivirus,adobe etc
please help..
Thanks
Raghav

Microsofts currently preferred way (please note that this is subject to change) is WiX (Windows Installer Xml).
http://wix.codeplex.com/

If you don't like scripting in WiX or don't have the time to learn you always have these alternatives.

Related

Small YAML/JSON parser in C [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 9 years ago.
Improve this question
I've been looking for a small YAML/JSON parser, preferably a single-file solution, so i can easily embed it on my application. I'm looking for a small and simple solution since i intend to use it on different platforms, and building libyaml and other solutions will be a huge pain in the ass.
Also, is TinyXML a good alternative? What is fastest to parse?
I was looking for something similar sometime last year. This is the one I settled on:
YAJL
It's not a single file solution, but it's not very big either. I has some features like JSON formatting and syntax checking that you might see as feature bloat, but they don't bother me.

Download Microsoft MediaRoom ADK (SDK) [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 9 years ago.
Improve this question
I am new to Microsoft MediaRoom. I want to download Microsoft MediaRoom ADK(SDK). I tried a lot but did not found any link for download. So please can any one give me a link for this.
MediaRoom is used for develop application for set-top-box.
Thanks
Here is the MicrosoftMediaroomADK.msi linked off of my Drop Box. Let me know if you can get to it.
https://dl.dropboxusercontent.com/u/61494529/ADK/MicrosoftMediaroomADK.msi
It's MR20 I think.
You will find all necessary files under http://mediaroomsds.microsoft.com. You need a working Microsoft account however.

image to barcode recognition [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 know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can recognise barcode numbers from the input image. It will be used on mobile phones(iphone, windows mobile, android etc.) so it should be good at catching barcodes from bad angles, blurry images and such bad conditions. Being open source or commercial doesn't matter as long as it does the job well (indeed open source would be better :) )
If you have any experience with this topic, please share with us:)
Thanks
Google has an Open Source project for this zxing
I'm familiar enough with it to know if it will do everything you need it to do, but I imagine it would be a really great place for you to start.
see http://sourceforge.net/projects/zbar/

Where Can I find a good tutorial for IJG libjpeg [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 9 years ago.
Improve this question
I need to do some work with this library and I'm finding the documentation at http://apodeline.free.fr/DOC/libjpeg/libjpeg.html to be deficient (incomplete function signatures, etc). Does anyone know of some other sides or have some example code illustrating common tasks?
[Edit]
I also found this question with an example, but any others would be helpful.
Try using libjpeg library. Example how to use it is in this blog.
I don't know what you're using, but we use the C++ wrapper at Smaller Animals Software, and we're happy with it. If nothing else, it might work as example code.

Is there any SQL designer (for linux or web-based) for mysql/sqlite/postgresql? [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 don't know if the term SQL designer is correct, I'm looking for a graphic tool where you can do something like:
BOH http://img14.imageshack.us/img14/732/designerqsw.jpg
then it can generate the SQL code for the creation of the tables. Any hint?
How about DBDesigner 4. It runs under Linux & Windows and is licensed under the GPL.
(source: fabforce.net)
I think that DBDesigner don't draw links precisely between the rows in relation, as the bad "SQL Designer" do !
I'm also looking for this kind of tool, but without the bugs who squat SQL Designer.

Resources