The two Custom Actions work together to execute an arbitrary command. The first Custom Action sets the actual thing you want to execute as a property and the second executes it. You need to follow this pattern if your command…
The two Custom Actions work together to execute an arbitrary command. The first Custom Action sets the actual thing you want to execute as a property and the second executes it. You need to follow this pattern if your command…
We needed to simulate that our data frameworks will work over a slow network link. There is a VMWare configuration option to limit a virtual NIC to a certain bandwidth. Just edit the VM’s .vmx file and enter the speed…
I had to quickly add some AD authentication to one of our applications and it was becoming cumbersome at best using the built in Java LDAP libraries. Most things had to have FQDNs, nested groups weren’t supported, the host name…
I had installed some scripting in Jenkins to generate a random guid on each build of our installers and inject it through maven into the WiX source files. It turns out WiX supports that natively by just placing a ‘*’…