However, with WIHU, i'm facing a prob which says file not found.
For eg, to install Notepad++, i use these lines in 'install.ini'
CODE
description.1 = Notepad++
command.1 = "%WIHU%\Install\Utilities\nppinstaller4.5.exe\" /S
command.1 = "%WIHU%\Install\Utilities\nppinstaller4.5.exe\" /S
and i get an error saying file not found. Even changing it to
CODE
command.1 = "\"%WIHU%\Install\Utilities\nppinstaller4.5.exe\" /S"
doesn't work. However, upon removing /S it works.
CODE
command.1 = "%WIHU%\Install\Utilities\nppinstaller4.5.exe"
I can't perform silent installs. Can someone pls help me?