<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; WSH: немножко работаем с advertised shortcuts]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=5716</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5716&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «WSH: немножко работаем с advertised shortcuts».]]></description>
		<lastBuildDate>Sat, 09 Apr 2011 18:40:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[WSH: немножко работаем с advertised shortcuts]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=47495#p47495</link>
			<description><![CDATA[<div class="codebox"><pre><code>Option Explicit

Dim strGUID_ProductCode
Dim strGUID_ComponentCode

Dim srtShortcutPath
Dim strTargetPath


With WScript.CreateObject(&quot;WindowsInstaller.Installer&quot;)
    srtShortcutPath = &quot;C:\Documents and Settings\All Users\Главное меню\Программы\Microsoft Office\Microsoft Office Word 2003.lnk&quot;
    &#039;srtShortcutPath = &quot;C:\Documents and Settings\All Users\Главное меню\Программы\Microsoft Office\Microsoft Office Excel 2003.lnk&quot;
    &#039;srtShortcutPath = &quot;C:\Documents and Settings\All Users\Главное меню\Программы\Microsoft Office\Microsoft Office Access 2003.lnk&quot;
    &#039;srtShortcutPath = &quot;C:\Documents and Settings\All Users\Главное меню\Программы\Skype\Skype.lnk&quot;
    
    With .ShortcutTarget(srtShortcutPath)
        strGUID_ProductCode   = .StringData(1)
        strGUID_ComponentCode = .StringData(3)
    End With
    
    strTargetPath = .ComponentPath(strGUID_ProductCode, strGUID_ComponentCode)
    
    WScript.Echo &quot;Target path: &quot;, strTargetPath
    WScript.Echo &quot;File version:&quot;, .FileVersion(strTargetPath)
End With

WScript.Quit 0</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (alexii)]]></author>
			<pubDate>Sat, 09 Apr 2011 18:40:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=47495#p47495</guid>
		</item>
	</channel>
</rss>
