!define VERSION_MINOR\r
!define VERSION_PATCH\r
!define VERSION_BUILDNO\r
+ !define PUBLISHER\r
\r
4. Right click on the InstallerRT.nsi file and select "Compile NSIS Script".\r
The Windows Vulkan Runtime Installer package file will be created in\r
can be run in silent mode by using the /S command line option when\r
invoking the installer.\r
\r
+ o If the Vulkan Runtime is already installed on the system,\r
+ subsequent installs of the same version of the Vulkan Runtime\r
+ will be installed to the same folder to which it is was\r
+ previously installed.\r
+\r
o The Vulkan Runtime Installer uses "counted" installs. If the\r
same version of the Vulkan Runtime is installed multiple times\r
on a system, the Vulkan Runtime must be uninstalled the same\r
not remove prior versions of the Vulkan Runtime when a newer\r
version is installed.\r
\r
+ o The Vulkan Runtime can be uninstalled from Control Panel ->\r
+ Programs and Features. It can also be uninstalled by running\r
+ UninstallVulkanRT.exe in the install folder. The uninstall can\r
+ be run in silent mode by using the /S command line option\r
+ when invoking the uninstaller. The location of the the\r
+ UninstallVulkanRT.exe can be found in the registry value\r
+ HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\\r
+ VulkanRT<version>\UninstallString\r
+\r
o The Vulkan Runtime Installer installs the Vulkan loader as\r
C:\Windows\System32\vulkan-<version>.dll. It then compares all\r
versions of the loader in C:\Windows\System32 that have the\r