Not able to build using commandline

Got a problem you cannot solve? Try here.
Post Reply
vaibhavopkey
Posts: 49
Joined: Wed Feb 05, 2025 6:13 am

Not able to build using commandline

Post 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.
JohnGaver
Posts: 265
Joined: Mon Feb 05, 2024 6:15 pm

Re: Not able to build using commandline

Post 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).
John Gaver
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm
vaibhavopkey
Posts: 49
Joined: Wed Feb 05, 2025 6:13 am

Re: Not able to build using commandline

Post 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.
JohnGaver
Posts: 265
Joined: Mon Feb 05, 2024 6:15 pm

Re: Not able to build using commandline

Post by JohnGaver »

Why would it, that's clearly not going to be the folder where it's been installed, is it?
John Gaver
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm
Post Reply