]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows - tweak installer permissions
authorJeff Lenk <jeff@jefflenk.com>
Sun, 23 Jan 2011 23:43:38 +0000 (17:43 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Sun, 23 Jan 2011 23:43:38 +0000 (17:43 -0600)
w32/Setup/Product.wxs

index 2f072aa8ca4678b31dfc18e26e07944cfabec2fc..1de2ec204dcca07c7dd84be3e6d18b6afd3b60f7 100644 (file)
@@ -57,6 +57,9 @@
                                                         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
+        <CreateFolder Directory="INSTALLLOCATION">\r
+          <Permission User="Authenticated Users" GenericAll="yes" />\r
+        </CreateFolder>\r
                        </Component>\r
                        <Component Id="FSCliShortcut" Guid="D209546C-C728-4d8f-BDB2-29AED8824282">\r
                                <Shortcut Id="FSCliStartMenuShortcut"\r
@@ -65,6 +68,9 @@
                                                         Target="[INSTALLLOCATION]fs_cli.exe"\r
                                                         WorkingDirectory="INSTALLLOCATION"/>\r
                                <RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FS_CLI" Name="installed" Type="integer" Value="1" KeyPath="yes"/>\r
+        <CreateFolder Directory="INSTALLLOCATION">\r
+          <Permission User="Authenticated Users" GenericAll="yes" />\r
+        </CreateFolder>\r
                        </Component>\r
                </DirectoryRef>\r
 \r