mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-11 11:45:33 +00:00
732dc881e4
Typo ;) Remove XPStyle parameter. It isn't needed anymore Updated copyright, added ManifestDPIAware for rich folks, removed IDOK true and Cheats folder from $INSTDIR as Turtleli suggested, formatting adjustments. Gitignore: remove now unused NSIS directories Fixed a nasty regression I introduced after a registry pointer was assumed to be incorrect. It contained UserMode data generated by the First Time Wizard. This was causing conflicts and the FTW to fail randomly when running PCSX2 after a reinstall due to old configuration data being read. I added clarifcation below the original comment to reduce confusion in the future.
14 lines
679 B
Plaintext
14 lines
679 B
Plaintext
; =======================================================================
|
|
; Generated-Setup.exe Properties
|
|
; =======================================================================
|
|
; (for the professionalism!!)
|
|
|
|
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${APP_NAME}"
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A test comment"
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2017 PCSX2 Dev Team"
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installs PCSX2, a Playstation 2 Emulator for the PC."
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${APP_VERSION}"
|
|
|
|
VIProductVersion "${APP_VERSION}.0"
|