For installing Axe
Install the software manually and then get the files aksllmtp.exe, hasplms.exe from System32.
extract the msi from the EXE and then use the following commandline to install the software.
MsiExec.exe /i AxeSetup.msi AXESETUP=/nohasp /qn to make it a silent install.
Then run the following commandlines
hasplms.exe -install
hasplms.exe –start
which would start the license manager
For uninstall do the same thing.
MsiExec.exe /X AxeSetup.msi AXESETUP=/nohasp /qn. Where you can silently uninstall the product.
Comments