cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aishwarya
Level 3

InstallAnywhere 2017 not building with command line

Hi,

I am trying to build installer (version 2017) on windows10 platform through command line using ant1.9.5, java1.8.
Getting error "Execute failed: java.io.IOException: Cannot run program "C:\Program Files (x86)\InstallAnywhere 2017\build.exe": CreateProcess error=740, The requested operation requires elevation"

Below is my ant target:







IALocation="C:\Program Files (x86)\InstallAnywhere 2017"
IAProjectFile="C:\Installer2017\Installer.iap_xml"
BuildLinuxWithVM="false"
BuildLinuxWithoutVM="true"
BuildSolarisWithVM="false"
BuildSolarisWithoutVM="false"
BuildWindowsWithVM="false"
BuildWindowsWithoutVM="true"
BuildWebInstaller="true"
OptimizeWebInstaller="true"
InstallerStdErrRedirect="."
/>



When I try to build installer from GUI it gets build properly. Has anyone face this issue while building installer2017 through command line?
Any help will be appreciated


Thanks
Labels (1)
0 Kudos
(1) Reply
sturge
Level 6

Not sure if it matters but my is outside of the target.

I build the installer a bit differently.




en
ja



0 Kudos