The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
1answer
129 views

Why are software download times estimated using dial up? [closed]

Just a curious question here. I am going to use the .NET Framwork 4.0 as an example. When you download the web installer, it quotes the estimated speed when a user is using dial up. Why is this? ...
-2
votes
3answers
3k views

How to turn a Netbeans project into .exe?

I wanted to know if there was a way to convert the existing Netbeans projects into an installable .exe file so that it can be installed and used standalone? If so, how? I program using Java.
2
votes
3answers
212 views

File system layout for multiple build targets

I am seeking some ideas for how to build and install software with some parameters. These including target OS, target platform CPU details, debugging variant, etc. Some parts of the install are ...