This content has been marked as final.
Show 4 replies
-
1. Re: How do I know if Hotfix 2 is installed?
SeanWilson Aug 22, 2013 1:32 PM (in response to Erik36247)Open your message window (Ctrl + M) and type
put the environment -- [#shockMachine: 0, #shockMachineVersion: "", #platform: "Windows,32", #runMode: "Author", #colorDepth: 32, #internetConnected: #online, #uiLanguage: "English", #osLanguage: "English", #productBuildVersion: "629", #productVersion: "11.5.9", #osVersion: "Windows Vista,6,1,148,2,Service Pack 1", #directXVersion: "9.0", #licenseType: "Full", #trialTime: 0]
You are looking for #productVersion and #productBuildVersion
-
2. Re: How do I know if Hotfix 2 is installed?
Wolfgang Herold Sep 30, 2013 3:39 PM (in response to SeanWilson)you calso do following in the message window:
put the environment.productVersion
or
put the environment.productBuildVersion
can also be used in scripts.
eg, to check the platform
installedPlatform = environment.platform
-
3. Re: How do I know if Hotfix 2 is installed?
Wolfgang Herold Sep 30, 2013 3:41 PM (in response to Wolfgang Herold)little mistake
installedPlatform = the environment.platform
that's right
-
4. Re: How do I know if Hotfix 2 is installed?
Qubed Studios Oct 2, 2013 4:36 PM (in response to Wolfgang Herold)By the way HotFix 3 has just been released, with iOS 7 support!


