Search found 38 matches

Go to advanced search

by Mihai
Fri Mar 10, 2006 6:50 pm
Forum: Common Problems
Topic: rollback does not occur even my custom actions returns non-0
Replies: 3
Views: 5104
 
Jump to post

Hi, The ExecuteAction standard action consist in the execution of the whole InstallExecuteSequence actions. The product is installed even if your custom action fails because your custom action is schedulled after ExecuteSequence and implicitly after the InstallFinalize standard action. NO, it is not...
by Mihai
Fri Mar 10, 2006 2:04 pm
Forum: Common Problems
Topic: searching for java.dll
Replies: 3
Views: 4596
 
Jump to post

Hi, This method is not recommended because the versioning of the java.dll is not consistent (is not the same with the JRE/JDK version). For example in the 1.5.0 JRE release the version of the java.dll is 1.5.0, where as for the 1.5.0_03 JRE the version of the java.dll is 5.0.30. Another example is J...
by Mihai
Fri Mar 10, 2006 1:52 pm
Forum: Common Problems
Topic: Importing Registry Keys
Replies: 1
Views: 2867
 
Jump to post

Hi, We have discovered the problem and we will fix it in a future release. The next release is scheduled next week but I am afraid it will not contain he fix due to short time interval. However the fix will be available in the 3.9 version (in over a month from now) in the worst case. Thank you for b...
by Mihai
Fri Mar 10, 2006 11:49 am
Forum: Common Problems
Topic: Run and exe silent install with my install
Replies: 3
Views: 5139
 
Jump to post

Hi, When you use any of the "Synchronous execution" options for the custom action then the main installation should wait for the custom action to finish and then continue with its remaining actions. That must be the SQL's bootstraper fault because it may itself launch an other application ...
by Mihai
Fri Mar 10, 2006 10:43 am
Forum: Common Problems
Topic: check if a registry key is installed
Replies: 1
Views: 3017
 
Jump to post

Hi, If you want to check the registry key existance before your application runs you must do it in your application at the very begining. Advanced Installer can help you check if a registry key exists but that will be performed at install time. Also, java products may check some registry key before ...
by Mihai
Fri Mar 10, 2006 10:06 am
Forum: Common Problems
Topic: Help needed, this used to work...
Replies: 2
Views: 3950
 
Jump to post

Hi, Yes, things have change quite much in the upgrade area. The "Automatically upgrade older version of the product" and "Do not install older versions of the product over new ones" independent options have been replaced with the "Automatically upgrade older version of the p...
by Mihai
Fri Mar 10, 2006 9:48 am
Forum: Common Problems
Topic: rollback does not occur even my custom actions returns non-0
Replies: 3
Views: 5104
 
Jump to post

Hi, If you scheduled your custom action in the InstallUISequence, after the ExecuteAction standard action, then it is normal to not have a rollback operation. The rollback occurs only at the failure of an deferred action (standard or custom) which was scheduled between InstallValidate and InstallFin...
by Mihai
Fri Mar 10, 2006 9:25 am
Forum: Common Problems
Topic: CustomAction FindRelatedProducts
Replies: 4
Views: 6939
 
Jump to post

Hi, The problem may be with the "REMOVE" property. The versions that are installed with a installation type (per-user/per-machine) can only be uninstalled by new versions using the same installation type. So, if the problem persists, why did you used "Not REMOVE="ALL"" ...
by Mihai
Thu Feb 23, 2006 5:23 pm
Forum: Feature Requests
Topic: Build Multi Language MSI Only
Replies: 11
Views: 20979
 
Jump to post

Hi Markus, The multi-language package build process requires transforms from the base language package to all the other languages. After all the transforms have been generated they are embedded in the base language MSI from the "all" folder. So every language package must be build in order...
by Mihai
Thu Feb 16, 2006 11:00 am
Forum: Common Problems
Topic: Java Service Start Directory is \system32
Replies: 2
Views: 4297
 
Jump to post

Hi, It is not recommended for an application to change the current directory because it could have a unexpected behavior for the user. Also, a file path name which is relative to the program location should not include the drive. However, your are right because the "user.dir" property does...
by Mihai
Wed Feb 01, 2006 8:54 am
Forum: Common Problems
Topic: JNI exception problem
Replies: 1
Views: 3054
 
Jump to post

Hi Brad,

Which arguments are you trying to use? Could you please provide us more details?

Regards,
Mihai
by Mihai
Wed Feb 01, 2006 8:49 am
Forum: Common Problems
Topic: Java heap size parameters don't work
Replies: 6
Views: 16172
 
Jump to post

Hi, The percentage parameter is specific to Advanced Installer Java Launcher. At the runtime, the launcher sets the maximum heap size of the JVM not to a fixed value (like -Xmx78M) but to a percent of the total physical memory of host machine (-Xmx50P <=> -Xmx1024M if the host machine will have 2GB ...
by Mihai
Sat Jan 28, 2006 3:17 pm
Forum: Common Problems
Topic: Java heap size parameters don't work
Replies: 6
Views: 16172
 
Jump to post

Hi, What percent of memory and what version of JRE you use? The Maximum heap size corresponds to the Xmx java option. This option specify the maximum size, of the memory allocation pool. This value must a multiple of 1024bytes, greater than 2MB. If you use the percentual unit then the resulting valu...
by Mihai
Sat Jan 28, 2006 2:23 pm
Forum: Common Problems
Topic: Uninstall and go to online survey
Replies: 4
Views: 6079
 
Jump to post

Hi, Instead of the script, you can also use the "Launch File or Open URL" build in custom action but use the other settings recommended by sbeckett. You can add such a custom action by right-clicking on the "Uninstall" tree item and using "Add Predefined Custom Actions"...
by Mihai
Wed Jan 25, 2006 9:21 am
Forum: Common Problems
Topic: Running a java app after installer
Replies: 5
Views: 6317
 
Jump to post

Hi, A work around that problem could be to set the "user.dir" java property to the APPDIR directory. You can set a Java System Property from Java>Virtual Machine>JVM Parameters dialog. Use the "New" button and enter the following: - Property Name: user.dir - Value: [APPDIR] (or y...

Go to advanced search