windows installer fix to last commit
This commit is contained in:
parent
145d64b623
commit
957262fac1
|
@ -56,6 +56,7 @@
|
||||||
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\FreeSWITCH\FreeSWITCH" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="FSCliShortcut" Guid="D209546C-C728-4d8f-BDB2-29AED8824282">
|
<Component Id="FSCliShortcut" Guid="D209546C-C728-4d8f-BDB2-29AED8824282">
|
||||||
<Shortcut Id="FSCliStartMenuShortcut"
|
<Shortcut Id="FSCliStartMenuShortcut"
|
||||||
|
@ -63,7 +64,7 @@
|
||||||
Description="FreeSWITCH Command Line Interface"
|
Description="FreeSWITCH Command Line Interface"
|
||||||
Target="[INSTALLLOCATION]fs_cli.exe"
|
Target="[INSTALLLOCATION]fs_cli.exe"
|
||||||
WorkingDirectory="INSTALLLOCATION"/>
|
WorkingDirectory="INSTALLLOCATION"/>
|
||||||
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
|
<RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FS_CLI" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue