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

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.

Related

Turning existing server installation Chocolatey [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 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.

Compiling dojo into a single build file [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 9 years ago.
Improve this question
Does any one has idea to compile a dojo into a single file. I am trying to host the project into a website, and dojo has 100's of files to be uploaded.. if any one got idea. please share.
As addition to the answer of Craig of following the build tutorial, I also want to add that there's a web builder that can help you with it.
With this tool you can specify the modules you need and create a single JavaScript file of it.

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

Problem with luabind installation under Windows [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
Cant build luabind. Have downloaded Boost and bjam.exe. Have anybody experience for it under Windows? How i can use this library? Thanks.
You could use my branch of luabind, which includes a cmake-based build system which may be easier for you. https://github.com/rpavlik/luabind

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 :)

Resources