提交 145d64b6 authored 作者: Jeff Lenk's avatar Jeff Lenk

windows wix installer - add more options for fs_cli

上级 7217b9dc
...@@ -56,7 +56,14 @@ ...@@ -56,7 +56,14 @@
Target="[INSTALLLOCATION]FreeSwitchConsole.exe" Target="[INSTALLLOCATION]FreeSwitchConsole.exe"
WorkingDirectory="INSTALLLOCATION"/> WorkingDirectory="INSTALLLOCATION"/>
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/> <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\Microsoft\FreeSWITCH" Name="installed" Type="integer" Value="1" KeyPath="yes"/> </Component>
<Component Id="FSCliShortcut" Guid="D209546C-C728-4d8f-BDB2-29AED8824282">
<Shortcut Id="FSCliStartMenuShortcut"
Name="FS_Cli"
Description="FreeSWITCH Command Line Interface"
Target="[INSTALLLOCATION]fs_cli.exe"
WorkingDirectory="INSTALLLOCATION"/>
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
</Component> </Component>
</DirectoryRef> </DirectoryRef>
...@@ -72,8 +79,13 @@ ...@@ -72,8 +79,13 @@
<?if $(var.Platform) = x64 ?> <?if $(var.Platform) = x64 ?>
<MergeRef Id="CrtFiles_x64"/> <MergeRef Id="CrtFiles_x64"/>
<?endif ?> <?endif ?>
</Feature>
<Feature Id="ProductFeatureFreeSWITCH" Title="FreeSWITCH" Level="1">
<ComponentRef Id="ApplicationShortcut" /> <ComponentRef Id="ApplicationShortcut" />
</Feature> </Feature>
<Feature Id="ProductFeatureFSCli" Title="FreeSWITCH Command Line Interface" Level="1">
<ComponentRef Id="FSCliShortcut" />
</Feature>
<Feature Id="ProductFeatureConf" Title="FreeSWITCH Configuration Sample" Level="1"> <Feature Id="ProductFeatureConf" Title="FreeSWITCH Configuration Sample" Level="1">
<ComponentGroupRef Id="FreeSWITCHConfFiles" /> <ComponentGroupRef Id="FreeSWITCHConfFiles" />
</Feature> </Feature>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论