All Tags »
Windows Setup
Sorry, but there are no more tags available to filter with.
-
In a Windows Installer setup project I was developing, I had the need to run a script on the Install action of the Windows Installer. There could be several ways of doing so either using: vbs Windows Installer Class exe application I decided to go for a Console application. However, I needed to perform some logic inside the console application ...