I'm building InstallShield project using cmd tool- iscmdbld.exe. I want to specify the build directory from where it is taking files, for that I need to add components and folders.
Is there any command which does that?
what not working is:"C:\Program Files (x86)\InstallShield\2015\System\IsCmdBld.exe" -p C:\InstallShield\APEXDFZ\APEXDFZ.ism -v -z "AddComponent=C\build\MyVota" -z "AddComponent=C\build\MyVota1"
Last -z arguments are not working. Please help me.