Reputation:
I've Googled a lot trying to find the jar that contains the following clasess:
import com.zerog.ia.api.pub.CustomCodeAction;
import com.zerog.ia.api.pub.InstallerProxy;
import com.zerog.ia.api.pub.UninstallerProxy;
Any idea of where can I find it?
Tks.
Upvotes: 2
Views: 2333
Reputation: 3610
You need import this library: IAClasses.zip
Location: "C:\Program Files (x86)\InstallAnywhere 2012\resource\IAClasses.zip"
CustomCodeAction, InstallerProxy and UninstallerProxy class location here: "IAClasses.zip\com\zerog\ia\api\pub\"
Upvotes: 1
Reputation: 21597
This is from a commercial product from a company called Flexera Software. BTW, you can use the java package naming conventions to find the information about a jar. It is usually starts with the reverse of the url of the company or organization that produced it. In this case, it was zerog.com, but that now forwards to Flexera.
Upvotes: 3
Reputation: 2024
The jar you're looking for belongs to a Java installer product named InstallAnywhere, originally made by Zero G Software. Zero G was bought up by Macrovision, who then sold their software group to Flexera Software.
Unfortunately there doesn't seem to be a community edition.
Upvotes: 1