Jan 02, 2023
07:16 AM
hi , I used InstallAnywhere 2022
... View more
Dec 29, 2022
09:02 PM
1 Kudo
I want to override the build configurations that are defined in the XML project through the command line.
For example: I need to modify the "install tile" and "product name" variables that are specified at the XML project.
I input the command: "build .exe My_Product.iap_xml -btv installvariables.properties"
The content of installvariables.properties as below:
$INSTALLER_TITLE$="Test 6.2.9.9"
$PRODUCT_NAME$="Test product name"
After running the command, an .exe will be generated, but I found that the product name and installer title are still the same as set in the XML project file. The variables have not been override.
I also try the command: "build.exe My_Product.iap_xml -p buildproperties.properties"
The content of buildproperties.properties:
com.zerog.ia.installer.util.InstallerInfoData.installerTitle="Test 6.2.9.9"
com.zerog.ia.installer.util.InstallerInfoData.productName="Test product name"
The variables have not been override also.
... View more
Dec 23, 2022
01:02 AM
For example:
I use standard XML project.
If (standard project)
{
enter serial number;
soft name is A
}else if(customized project)
{
soft name is B
}
... View more
Dec 23, 2022
12:57 AM
Hello:
I have two projects, one project for Standard project, another project for Customized project.
There are only two differences between standard project and customized project:
1. The serial number is required for standard projects, but not for customized projects
2. The software name of the standard project is A, while the software name of the customized project is B
Can I only use one standard XML project file and the above two differences are achieved through batch script??
Because if we use two XML project files, we need to change two project files every time when something are modified. We think this is too troublesome, so we want to keep only one XML project file.
... View more
Jun 21, 2022
09:56 PM
I fix it.
I need to choose “Web Installer Options”, then I can get one package "install.bin", I copy it to Linux, then I can run it to complete installation.
If I choose “CD-ROM installer Options”, I need to copy all the folders "CDROM_Installers/Disk1/InstData" to Linux .
because I just copy Linux and Resource1.zip to Linux,so it prompt "could not find InstData in base path"
... View more
Jun 13, 2022
02:14 AM
1 Kudo
Hello
I create the Linux installer package with Linux JRE 1.8(64bit) through Installanywhere 2020 SP2.
Please check the output files after building
The install.bin on the path \Linux\VM
I copy the two file Linux and Resource1.zip to Linux
I run the command ./install.bin, but it will stop at “installing ” procedure, the install process bar show 0%
I run the command “./install,bin -i console”, it will show “could not find InstData in base path”
But I can unzip the Resource1.zip with the command “upzip Resource1.zip”
After Unzipping the Resource1.zip:
I can see my files on the path “$IA_PROJECT_DIR$” on the Linux
Please give the suggestion on this issue, thanks a lot
... View more
Jun 04, 2013
08:29 PM
I have updated the windows 7. The java program(packaged by InstallAnywhere 2008 Enterprise) can be executed when I login the system as ordinary user. but the error will occur when I execute the java program as Administrator,please refer to the below error information. (The java program can be executed correctly before the windows 7 update, so I think there maybe some new restriction for the java if login as Administrator ) >>It fails to install with this error msg. >> >>java.lang.NoClassDefFoundError: Could not initialize class ZeroGah >> at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113) >> at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113) >> at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113) >> at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113) >> at com.zerog.ia.installer.Main.main(DashoA8113) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) >> at java.lang.reflect.Method.invoke(Unknown Source) >> at com.zerog.lax.LAX.launch(DashoA8113) >> at com.zerog.lax.LAX.main(DashoA8113) *************************************************************************************************
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Latest posts by jonesliu
Subject | Views | Posted |
---|---|---|
316 | Jan 02, 2023 07:16 AM | |
406 | Dec 29, 2022 09:02 PM | |
206 | Dec 23, 2022 01:02 AM | |
207 | Dec 23, 2022 12:57 AM | |
249 | Jun 21, 2022 09:56 PM | |
311 | Jun 13, 2022 02:14 AM | |
9378 | Jun 04, 2013 08:29 PM |
Activity Feed
- Posted Re: How to modify the variables in the XML on InstallShield Forum. Jan 02, 2023 07:16 AM
- Kudoed Re: How to modify the variables in the XML for varul. Jan 01, 2023 11:59 PM
- Kudoed Re: How to modify the variables in the XML for mrathinam. Jan 01, 2023 11:16 PM
- Got a Kudo for How to modify the variables in the XML. Jan 01, 2023 02:29 PM
- Posted How to modify the variables in the XML on InstallShield Forum. Dec 29, 2022 09:02 PM
- Posted Re: Generate exe through script on InstallAnywhere Forum. Dec 23, 2022 01:02 AM
- Posted Generate exe through script on InstallAnywhere Forum. Dec 23, 2022 12:57 AM
- Posted Re: installer package for Linux on InstallAnywhere Forum. Jun 21, 2022 09:56 PM
- Got a Kudo for installer package for Linux. Jun 13, 2022 02:15 AM
- Posted installer package for Linux on InstallAnywhere Forum. Jun 13, 2022 02:14 AM
- Posted java program are limited as Administrator after windows 7 update on InstallAnywhere Forum. Jun 04, 2013 08:29 PM