Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wix 正在创建“开始”菜单快捷方式,结果是错误LGHT0094_Wix_Windows Installer_Startmenu - Fatal编程技术网

Wix 正在创建“开始”菜单快捷方式,结果是错误LGHT0094

Wix 正在创建“开始”菜单快捷方式,结果是错误LGHT0094,wix,windows-installer,startmenu,Wix,Windows Installer,Startmenu,添加开始菜单快捷方式light.exe时将产生LGHT0094错误: <Directory Id="ProgramMenuFolder" Name="Menu"> <Directory Id="DirManufacturer" Name="Manufacturer"> <Component Id="MenuManufacturer" Guid="" KeyPath="yes">

添加开始菜单快捷方式light.exe时将产生LGHT0094错误:

            <Directory Id="ProgramMenuFolder" Name="Menu">
            <Directory Id="DirManufacturer" Name="Manufacturer">
                <Component Id="MenuManufacturer" Guid="" KeyPath="yes">
                    <CreateFolder Directory="Manufacturer">
                    </CreateFolder>
                </Component>
                <Directory Id="DirProduct" Name="Product">
                    <Component Id="MenuProduct" Guid="" KeyPath="yes">
                        <CreateFolder Directory="Product">
                        </CreateFolder>
                        <Shortcut Id="SHC_Program1" Name="Program 1" Target="[ApplicationRootDirectory]Program1.exe" />
                    </Component>
                </Directory>
            </Directory>

我的XML有什么问题

有人能告诉我如何在“开始”菜单中创建后续菜单项吗

  • 开始菜单
    • 制造商(此项目和所有后续项目必须由安装人员创建)
      • 产品
        • 方案1
        • 方案2 等等
WiX手册的文章详尽地解释了如何创建这种快捷方式