Page 1 of 1

[Request] Wincc Advanced V14 Runtime

Posted: Wed Feb 14, 2018 10:20 pm
by ricc
Hello to all, someone can posted a link for Wincc Advanced V14 runtime?
Thanks (oo)

Re: [Request] Wincc Advanced V14 Runtime

Posted: Wed Apr 25, 2018 11:36 pm
by optoel
Hi to all,

I also need this.

WinCC Runtime Advanced V14 SP1 won't install without havingWinCC Runtime Advanced V14 installed first.

Or there is a way to install SP1?

Please reply if you have any info on this.

Thanks

Re: [Request] Wincc Advanced V14 Runtime

Posted: Thu Apr 26, 2018 12:15 pm
by Rex2701
You can block unnecessary SP1 requirement in InstData\Resources\SIA2.ini

Find next string in the file:

Code: Select all

{Registry};{HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\Automation\_InstalledSW\HMIRTM_V11\RT_Adv\Release};{REGSZ};{>=};{14.0};{TermMessage29};{1}
and put a semicolon in front of it. Like here:

Code: Select all

;{Registry};{HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\Automation\_InstalledSW\HMIRTM_V11\RT_Adv\Release};{REGSZ};{>=};{14.0};{TermMessage29};{1}

Re: [Request] Wincc Advanced V14 Runtime

Posted: Thu Apr 26, 2018 12:39 pm
by optoel
Yep, it works. Thank you!

Re: [Request] Wincc Advanced V14 Runtime

Posted: Mon Jun 10, 2019 8:48 pm
by igormf
Rex2701 wrote:
Thu Apr 26, 2018 12:15 pm
You can block unnecessary SP1 requirement in InstData\Resources\SIA2.ini

Find next string in the file:

Code: Select all

{Registry};{HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\Automation\_InstalledSW\HMIRTM_V11\RT_Adv\Release};{REGSZ};{>=};{14.0};{TermMessage29};{1}
and put a semicolon in front of it. Like here:

Code: Select all

;{Registry};{HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\Automation\_InstalledSW\HMIRTM_V11\RT_Adv\Release};{REGSZ};{>=};{14.0};{TermMessage29};{1}
worked WONDERS. Thanks