<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; WSH: немножко работаем с advertised shortcuts]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5716&amp;type=atom" />
	<updated>2011-04-09T18:40:32Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5716</id>
		<entry>
			<title type="html"><![CDATA[WSH: немножко работаем с advertised shortcuts]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=47495#p47495" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-04-09T18:40:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=47495#p47495</id>
		</entry>
</feed>
