Hello to all, someone can posted a link for Wincc Advanced V14 runtime?
Thanks
[Request] Wincc Advanced V14 Runtime
-
- Posts: 2
- Joined: Sun Apr 22, 2018 2:03 pm
Re: [Request] Wincc Advanced V14 Runtime
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
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
-
- Posts: 374
- Joined: Wed Oct 13, 2010 8:44 am
- Location: Russian Federation
Re: [Request] Wincc Advanced V14 Runtime
You can block unnecessary SP1 requirement in InstData\Resources\SIA2.ini
Find next string in the file:
and put a semicolon in front of it. Like here:
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}
Code: Select all
;{Registry};{HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\Automation\_InstalledSW\HMIRTM_V11\RT_Adv\Release};{REGSZ};{>=};{14.0};{TermMessage29};{1}
-
- Posts: 2
- Joined: Sun Apr 22, 2018 2:03 pm
Re: [Request] Wincc Advanced V14 Runtime
Yep, it works. Thank you!
-
- Posts: 7
- Joined: Tue Mar 05, 2013 9:09 pm
Re: [Request] Wincc Advanced V14 Runtime
worked WONDERS. ThanksRex2701 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: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}
Code: Select all
;{Registry};{HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\Automation\_InstalledSW\HMIRTM_V11\RT_Adv\Release};{REGSZ};{>=};{14.0};{TermMessage29};{1}