Hello, This is quite strange, indeed. I have run some tests using the steps you have provided and everything worked just fine, I encountered no errors in the process. The steps would be as it follows: created the environment variable InstallData.png added the SQL script in my project created the pat...
Hello, I have forwarded this to our development team for further investigation - i.e. if it is possible to add the "Multiple Volumes" support (or something similar) to the "LZMA Compression" option. Unfortunately, it looks like we can not mix "Multiple Volumes" and non MSI compressing options ( LZMA...
Hello Aditya, Thanks for the response Catalin, It works fine when I use /silentall -nofreqcheck commandline when my install type is "Per machine only (fail if user is not administrator)" I am glad to hear this is working as expected! With "per-user only" install type it shows the below dialog while ...
Hello Aditya, Thank you for the provided screenshots. From what I can see, the command line is missing the "/silentall" parameter, which should search silently for updates and automatically install all updates. I am assuming this is what you mean by this (the updater does not search for updates & in...
Hello and welcome to our forums, Please note that during an uninstall, Windows Installer will remove the data registered into the MSI file. All other data created by custom actions, by the installed application or by the user is not registered in the MSI, therefore it will not be removed. With that ...
Hello John, Doing a little research shows that you can now create your own JRE with jlink, but I'm unfamiliar with the steps to go about trying to make my own from the JDK, and then how to package it in Advanced Installer. Anyone had luck getting this to work? Just checking to see if anyone's done t...
Hello and welcome to Advanced Installer forum, Indeed, the route you have picked (a web-based prerequisite) is the correct one. However, please note that the used URL, although you have copied it after you have pressed the "Download" button, it is not a correct/valid link. After a bit of digging, I ...
After further discussing this with our development team, it looks like the automation support is meant for a single package, not for a chain of packages (prerequisites).
Hello Martin and welcome to our forums, Unfortunately, since I do not own such a service executable as yours, I was not quite able to test this. However, here are some ideas which you can test on your end and see if everything works as expected: 1. It is indeed true that an upgrade process consists ...
Hello Ross, I am really sorry to hear that it is still not working. I have ran some tests on my end and it looked like everything is working as expected. Here are the steps that I took: - installed JRE8 - created a Java Project that displays a splash screen - when running the application from Eclips...