Page 1 of 1

Not able to build using commandline

Posted: Thu May 08, 2025 1:14 pm
by vaibhavopkey
I'm using installaware multi-plateform,Trying to build using command line,but when i'm running below command,it just open installaware project.

Code: Select all

C:\Users\VaibhavDubey>"C:\Users\VaibhavDubey\InstallAware Multi Platform\miamp.exe" "C:\Users\VaibhavDubey\Documents\Plugin Builds\Plugin.mprx" /b=1

C:\Users\VaibhavDubey>miabuild.exe "C:\Users\VaibhavDubey\Documents\Plugin Builds\Plugin.mprx" /b=1
'miabuild.exe' is not recognized as an internal or external command,
operable program or batch file.

Re: Not able to build using commandline

Posted: Thu May 08, 2025 4:02 pm
by JohnGaver
The first command line launches the IDE, and would not build the project.

The second command line would have been correct, had it specified miaxbuild (for InstallAware Multi Platform), instead of miabuild (for InstallAware X17).

Re: Not able to build using commandline

Posted: Sat May 10, 2025 12:28 am
by vaibhavopkey
It's not working

Code: Select all

C:\Users\VaibhavDubey>miaxbuild.exe "C:\Users\VaibhavDubey\Documents\Plugin Builds\Plugin.mprx" /b=1
'miaxbuild.exe' is not recognized as an internal or external command,
operable program or batch file.

Re: Not able to build using commandline

Posted: Sun May 11, 2025 6:53 am
by JohnGaver
Why would it, that's clearly not going to be the folder where it's been installed, is it?