Search found 7 matches

Go to advanced search

by davincicode
Tue Jul 18, 2006 5:21 am
Forum: Common Problems
Topic: JNI Exception: Failed to create the Java VM
Replies: 7
Views: 11054
 
Jump to post

Thank you, Denis, for educating me on what is going on. Making a simple Java launcher became too much work with Advanced Installer. Instead, I am now using exe4j. With exe4j, it is very easy to make a Java launcher that uses a non-standard VM. I think Advanced Installer is great for making Windows i...
by davincicode
Fri Jul 14, 2006 11:08 pm
Forum: Common Problems
Topic: JNI Exception: Failed to create the Java VM
Replies: 7
Views: 11054
 
Jump to post

In order to run our utility, we need to be able to look in the registry and see where the VM was installed and then pass this information to the Advanced Installer Java launcher. The AI Java Launcher works only with the JRE provided by Sun. The path to the JRE in the INI file is used to locate the ...
by davincicode
Fri Jul 14, 2006 11:59 am
Forum: Common Problems
Topic: VB script 2Read Current User first, last name&contactNo
Replies: 5
Views: 8126
 
Jump to post

There is registration to be done, we require user first name and last name from the name we get the email id and the contact no is used for calling Google is a good tool for finding code examples. There's a lot of VBS out there, including this from Microsoft which is a good start: http://support.mi...
by davincicode
Wed Jul 12, 2006 8:12 pm
Forum: Common Problems
Topic: How to install multiple products that share a common core
Replies: 2
Views: 4190
 
Jump to post

Let me put forth the caveat that I am not an installer expert and decided that I did not want to mess around with custom 'features', sub-installers, etc. I tried a couple times and didn't have much luck with these advanced/complex features, so went for a solution that was very basic but worked in my...
by davincicode
Wed Jul 12, 2006 5:56 pm
Forum: Common Problems
Topic: JNI Exception: Failed to create the Java VM
Replies: 7
Views: 11054
 
Jump to post

is there a way to set the JRE path at install time?

We are making a Java utility that will install on a machine that already has a VM installed. It is not the Sun VM, so the normal Sun VM rules do not apply. In order to run our utility, we need to be able to look in the registry and see where the VM was installed and then pass this information to the...
by davincicode
Wed Apr 13, 2005 5:07 pm
Forum: Common Problems
Topic: how do you stop a windows service early in the uninstall?
Replies: 2
Views: 4676
 
Jump to post

Hello Michael, Windows Installer verifies the components that will be removed when the uninstall process begins ("Remove" button is pressed). You can stop your service (if it is running) anytime after "CostFinalize", not only on uninstall. You may also try to use your program as...
by davincicode
Wed Apr 13, 2005 1:59 pm
Forum: Common Problems
Topic: how do you stop a windows service early in the uninstall?
Replies: 2
Views: 4676
 
Jump to post

how do you stop a windows service early in the uninstall?

My product is a specialized Windows service. It installs NOT with the normal Windows service stuff, but by running it with command line options. And it uninstalls also with command line options. In the install I run a VB script (.vbs) file after installing it to start it. And at uninstall time, I ru...

Go to advanced search