]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows installer fix to last commit
authorJeff Lenk <jeff@jefflenk.com>
Fri, 5 Nov 2010 15:36:13 +0000 (10:36 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 5 Nov 2010 15:36:13 +0000 (10:36 -0500)
w32/Setup/Product.wxs

index 775001d498531ac0666aef16eba631e885dd03be..2f072aa8ca4678b31dfc18e26e07944cfabec2fc 100644 (file)
@@ -56,6 +56,7 @@
                                                         Target="[INSTALLLOCATION]FreeSwitchConsole.exe"\r
                                                         WorkingDirectory="INSTALLLOCATION"/>\r
                                <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>\r
+                               <RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FreeSWITCH" Name="installed" Type="integer" Value="1" KeyPath="yes"/>\r
                        </Component>\r
                        <Component Id="FSCliShortcut" Guid="D209546C-C728-4d8f-BDB2-29AED8824282">\r
                                <Shortcut Id="FSCliStartMenuShortcut"\r
@@ -63,7 +64,7 @@
                                                         Description="FreeSWITCH Command Line Interface"\r
                                                         Target="[INSTALLLOCATION]fs_cli.exe"\r
                                                         WorkingDirectory="INSTALLLOCATION"/>\r
-                               <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>\r
+                               <RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FS_CLI" Name="installed" Type="integer" Value="1" KeyPath="yes"/>\r
                        </Component>\r
                </DirectoryRef>\r
 \r