How to deploy a software which is not a executable, It is just a folder copy and replace of one configuration file
I want to install a logstash and I just need to copy paste a folder to a predefined location for ex. C:\logstash inside a folder there will be sub directories & files.
Later after bulk distribution to multiple machine, I have to distribute a configuration file resides under C:\logstash
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
Posted by:
Pressanykey
9 years ago
Hi,
the easiest way is to create a "package". This could be using an installation authoring tool (such as RayPack which is available for KACE users for free) or create a deployable "Package" using your deployment system. If all strings break, then you could create a simple VBS script / batch file that does the job for you.
the easiest way is to create a "package". This could be using an installation authoring tool (such as RayPack which is available for KACE users for free) or create a deployable "Package" using your deployment system. If all strings break, then you could create a simple VBS script / batch file that does the job for you.