Manipulating Installers from PHP
Hello,
I am trying to find out if there is a way to manipulate NSIS installers from a PHP script? I want to be able to do the following: on-the-fly on a web site be able to replace some files within a NSIS installer. The files are just resources files like images, text files. I know the installer EXE is actually an archive but I can not seem to be able to manipulate it using PHP Zip archive library.
Is there any way to accomplish this? Is there any way to create an NSIS installer that will be comparible with PHP Zip and allow a PHP script to on-the-fly replace some of the files in the script (without recomplication).
Thanks!