Turning existing server installation Chocolatey [closed] - windows

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I've started playing around with Chocolately and am suitably impressed. Is there an easy way of gathering all of the originally installed software and letting the Choco package manager know about them? I know I can script it in PS1, but if that's already there I'd be so happy.

In the current version of Chocolatey there is no built in way of doing this, no.
As you will see in the Kickstarter here:
https://www.kickstarter.com/projects/ferventcoder/chocolatey-the-alternative-windows-store-like-yum
One of the scheduled features of Chocolatey is the ability to "Synchronize with existing and remove programs", which is what I think you are after.

Related

can this be imported to xcode and be made for mac to use? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
https://github.com/cinemassacres/SteamDesktopAuthenticator
if not is there a way so that i can make this for mac?
The project you referenced is written in Microsoft's Visual C#, and it uses DirectX.
Both only run on Windows (or with Wine/Mono), so good luck with natively compiling this on Mac OS.
Even when using compatibility layers such as Wine, I doubt you'll be able to compile this. If you manage to get an already compiled version, your chances with Wine and Mono may be higher, but I won't make any assumptions on how well it works.

Maximum # of up-to-date Prolog implementations with minimum overhead [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
This is not directly a question regarding Prolog code, but rather about installing, administrating, and updating Prolog implementations...
Ideally, what I want to have on my machine is:
As many different Prolog implementations as possible
At all times, the most current (development) versions should be available
I might also want to have 2 or more versions side by side (stable / development)
A minimum overhead for installation, administration, etc.
I want to choose which Prolog implementation I use today after I start my machine up.
What can I do? What have you tried in this respect? I run Linux. Thank you in advance!

Software to built multiplatform installer [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I need to built an installer for windows and Macintosh platform.
This installer must:
remove existing folders,
copy folders to specific destination,
launch application.
Today i use .bat on windows and applescript on Macintosh.
But UI isn't beautiful, so I try to find one or to software create beautiful install.
I hope that somebody could help me.
Thanks a lot.
You could use the following tools :
NSIS
Denova
install4j
InstallBuilder
Kind regards,
NDakotaBE

Is there some way to write scripts for Winamp? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I like to write some scripts for Winamp. How might I do this?
You can also use gen_scripting plugin which uses JSpript or VB which might be of use to you.
And a few words to the wise: Just add the plugin to the winamp plugins directory and remember to register it with regsvr32 from the command prompt. Scripting only works with Winamp running :)

How to bundle multiple installation(.exe) files? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Say, we have ABC.exe and CDE.exe
I want to bundle these 2 installation files into a single un-attended installation file [XYZ.exe].
And when I run the XYZ.exe it should install the above applications.
Any ideas how this can be achieved ?
You need a Bootstrapper.
Try dotNetInstaller if you need some logic in the bootstrapper, I haven't used it myself but it's often recommended on the WiX mailing list as a good free bootstrapper.
I think what you want is a self-extracting archive.

Resources