windows - tweak installer permissions

This commit is contained in:
Jeff Lenk 2011-01-23 17:43:38 -06:00
parent b88cd3457a
commit 0e37dcb5db
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,9 @@
WorkingDirectory="INSTALLLOCATION"/>
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FreeSWITCH" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
<CreateFolder Directory="INSTALLLOCATION">
<Permission User="Authenticated Users" GenericAll="yes" />
</CreateFolder>
</Component>
<Component Id="FSCliShortcut" Guid="D209546C-C728-4d8f-BDB2-29AED8824282">
<Shortcut Id="FSCliStartMenuShortcut"
@ -65,6 +68,9 @@
Target="[INSTALLLOCATION]fs_cli.exe"
WorkingDirectory="INSTALLLOCATION"/>
<RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FS_CLI" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
<CreateFolder Directory="INSTALLLOCATION">
<Permission User="Authenticated Users" GenericAll="yes" />
</CreateFolder>
</Component>
</DirectoryRef>