Unattended silent install app recommendation
Hi there
Can someone recommend a good package to use for bundling software.
We have a number of exe's we need to install and a lot of them require licensing info and or other bits of information.
We need something to wrap the exe and create a silent unattended install file - either another exe or msi.
Something which is not too difficult and cumbersome to use and will work for Windows 10 machines.
Thanks
Mark
1 Comment
[ + ] Show comment
-
Don't some people user Microsofts ORCA for this? - piagetblix 6 years ago
Answers (2)
Please log in to answer
Posted by:
Pressanykey
6 years ago
Hi,
so you are looking at a repackaging tool... One that can create MSI's from Legacy Installations and also create Transforms (MST) for msi based installations....
AFAIK there are only two real options on the market at the moment, InstallShield or RayPack. If you google you can find the websites...
Cheers
Phil
Posted by:
anonymous_9363
6 years ago
By far the simplest route would be to build a PS1,VBS or CMD and then, when you have a bullet-proof script, if you want an EXE, use a PS1/VBS/CMD-to-EXE conversion tool.
As for repackaging, I'm currently a fan of the PACE Suite. It's constantly in development and support is excellent. Like Wise used to be, back in the day!
@piagetblix Orac/InstEdit is only for hard-core packagers. You *really* need to know your stuff, especially if building an MSI from scratch (which almost *no* experienced packager would *ever* do with Orac/InstEdit!!)