Volker Berlin

Results 78 comments of Volker Berlin

This is strange. I will check this out. Shouldn't be. Must have been an error when deploying the Gradle plugin.

I have never test it and there is no wrapper API yet. How look your code that you try? Do you have add callbacks in the @import annotation?

Can you add your experiments here. This make it easier to start.

JWebAssembly does not used linear memory for data access. It is written for a GC. The linear memory contains only the class descriptions, string constants, etc. The program code that...

> Maybe I don’t understand it correctly, I found that the webassembly specification should include the memory section: > https://webassembly.github.io/spec/core/binary/modules.html#binary-memsec It can contain a memory section. It is optional. JWebAssembly...

Why you want not use the default install path? It is not recommended to install in the disk root. I think the follow syntax is simpler: ``` msi { property...

There is no progress. It is currently recommended that you use the WXS template file for all the Wix-specific settings. There are thousands options possible. If this is not possible...

Why you can't use it? I am not familiar with this new API. But I think the follow snipped should work: ``` setupBuilder { def javaLauncher = javaToolchains.launcherFor { languageVersion...

If you install a new version/update of your installer then msi - remove/uninstall the old installation with the old installer first. - run the new installer to install the new...

Any suggestions? After looking at https://stackoverflow.com/questions/320921/how-to-add-a-wix-custom-action-that-happens-only-on-uninstall-via-msi/731700#731700 the condition for the Postinst_Script looks ok for me. The script should be executed on Install, Repair and Upgrade. This should be valid with:...