CODE
4. Start the Silent installation using:
start /wait %systemdrive%\install\Application\Application_name\Setup.exe -s
start /wait %systemdrive%\install\Application\Application_name\Setup.exe -s
here is how i called it using RunOnceEx.cmd
CODE
REG ADD %KEY%\035 /VE /D "Panda Platinum Internet Security" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Panda\Setup.exe -s" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Panda\Setup.exe -s" /f
When i did the unattended install it did not install Panda. It put a folder in C:\Program Files\Common called Panda but did not do the actual install could someone help me with this one? I do have the setup.iss file in the %systemdrive%\install\Panda\ path.