<h1>Project "FreeSWITCH user-contributed scripts, etc" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 44e02296787e6776b62d528872eed216c8835fc6 (commit)
via: c79712dc7b6516c7cf866566558bd90a8b3019f8 (commit)
via: 3fda7b4ada645ac361dac8e55ac7cafe94ae7287 (commit)
via: 3d9d46652b597fd6360129de9c986491a58c5610 (commit)
via: 12801e42e4655416b73cb7a206c60e5c66d34e10 (commit)
via: 0405d1fb7209050a0fa1cc0718c0aeee61191a95 (commit)
from: 577fc9ba2ce176c24897eac5382d4c8239f204f0 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mitch Capper
comments:
merged setup changes
<span style="color: #000080; font-weight: bold">diff --cc mitchcapper/FSClient/Setup/Product.wxs</span>
<span style="color: #000080; font-weight: bold">index 4cbf2a3,0ab94b7..bb93a12</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Setup/Product.wxs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Setup/Product.wxs</span>
<span style="color: #800080; font-weight: bold">@@@ -11,10 -11,9 +11,10 @@@</span>
<?endif ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
+         xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
-        <Product Id="f20f4348-01f9-457f-9112-60edb77761f4" Name="$(var.ProductName)" Language="1033" Version="1.0.0.0" Manufacturer="FreeSWITCH" UpgradeCode="7668faef-2ab3-4079-a986-07a33739b42e">
+        <Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.0.1.0" Manufacturer="FreeSWITCH" UpgradeCode="7668FAEF-2AB3-4079-A986-07A33739B42E">
<span style="color: #A00000">-                 <Package InstallerVersion="200" Compressed="yes" /></span>
<span style="color: #00A000">+                 <Package InstallerVersion="300" Compressed="yes" /></span>
                <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
<span style="color: #800080; font-weight: bold">@@@ -28,85 -27,64 +28,85 @@@</span>
                                <Directory Id="INSTALLLOCATION" Name="FSClient">
                                        <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
                                        <!-- <Component Id="ProductComponent" Guid="594203af-235a-4a7d-aff8-045997f872ec"> -->
<span style="color: #A00000">-                                         <!-- TODO: Insert files, registry keys, and other resources here. --></span>
<span style="color: #00A000">+                                                 <!-- TODO: Insert files, registry keys, and other resources here. --></span>
                                        <!-- </Component> -->
<span style="color: #A00000">-                                         <Directory Id="MODLOCATION" Name="Mod"></span>
<span style="color: #A00000">-                                         </Directory></span>
<span style="color: #A00000">-                                         <Directory Id="CONFLOCATION" Name="Conf"></span>
<span style="color: #A00000">-                                         </Directory></span>
<span style="color: #A00000">-                                         <Directory Id="PLUGINLOCATION" Name="Plugins"></span>
<span style="color: #A00000">-                                         </Directory></span>
<span style="color: #00A000">+ <Directory Id="MODLOCATION" Name="Mod"></span>
<span style="color: #00A000">+ </Directory></span>
<span style="color: #00A000">+ <Directory Id="CONFLOCATION" Name="Conf"></span>
<span style="color: #00A000">+ </Directory></span>
<span style="color: #00A000">+ <Directory Id="PLUGINLOCATION" Name="Plugins"></span>
<span style="color: #00A000">+ </Directory></span>
                                </Directory>
                        </Directory>
<span style="color: #A00000">-                         <?if $(var.Platform) != x64 ?></span>
<span style="color: #A00000">-                         <Merge Id="CrtFiles_x86"</span>
<span style="color: #A00000">-                         SourceFile="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x86.msm"</span>
<span style="color: #A00000">-                         DiskId="1"</span>
<span style="color: #A00000">-                         Language="1033"/></span>
<span style="color: #A00000">-                         <?endif ?></span>
<span style="color: #A00000">-                         <?if $(var.Platform) = x64 ?></span>
<span style="color: #A00000">-                         <Merge Id="CrtFiles_x64"</span>
<span style="color: #A00000">-                         SourceFile="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x64.msm"</span>
<span style="color: #A00000">-                         DiskId="1"</span>
<span style="color: #A00000">-                         Language="1033"/></span>
<span style="color: #A00000">-                         <?endif ?></span>
<span style="color: #A00000">-                         <Directory Id="ProgramMenuFolder"></span>
<span style="color: #A00000">-                                 <Directory Id="ApplicationProgramsFolder" Name="FSClient"/></span>
<span style="color: #A00000">-                         </Directory></span>
<span style="color: #00A000">+ <?if $(var.Platform) != x64 ?></span>
<span style="color: #00A000">+ <Merge Id="CrtFiles_x86"</span>
<span style="color: #00A000">+ SourceFile="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x86.msm"</span>
<span style="color: #00A000">+ DiskId="1"</span>
<span style="color: #00A000">+ Language="1033"/></span>
<span style="color: #00A000">+ <?endif ?></span>
<span style="color: #00A000">+ <?if $(var.Platform) = x64 ?></span>
<span style="color: #00A000">+ <Merge Id="CrtFiles_x64"</span>
<span style="color: #00A000">+ SourceFile="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x64.msm"</span>
<span style="color: #00A000">+ DiskId="1"</span>
<span style="color: #00A000">+ Language="1033"/></span>
<span style="color: #00A000">+ <?endif ?></span>
<span style="color: #00A000">+ <Directory Id="ProgramMenuFolder"></span>
<span style="color: #00A000">+ <Directory Id="ApplicationProgramsFolder" Name="FSClient"/></span>
<span style="color: #00A000">+ </Directory></span>
                </Directory>
<span style="color: #A00000">-                 <DirectoryRef Id="ApplicationProgramsFolder"></span>
<span style="color: #A00000">-                         <Component Id="ApplicationShortcut" Guid="20BC8446-684B-44F5-A1E3-AF6010EAF37C"></span>
<span style="color: #A00000">-                                 <Shortcut Id="ApplicationStartMenuShortcut"</span>
<span style="color: #A00000">-                                                                          Name="FSClient"</span>
<span style="color: #A00000">-                                                                          Description="FreeSWITCH Windows Phone"</span>
<span style="color: #A00000">-                                                                          Target="[INSTALLLOCATION]FSClient.exe"</span>
<span style="color: #A00000">-                                                                          WorkingDirectory="INSTALLLOCATION"/></span>
<span style="color: #00A000">+ <DirectoryRef Id="ApplicationProgramsFolder"></span>
<span style="color: #00A000">+ <Component Id="ApplicationShortcut" Guid="20BC8446-684B-44F5-A1E3-AF6010EAF37C"></span>
<span style="color: #00A000">+ <Shortcut Id="ApplicationStartMenuShortcut"</span>
<span style="color: #00A000">+                                                          Name="FSClient"</span>
<span style="color: #00A000">+                                                          Description="FreeSWITCH Windows Phone"</span>
<span style="color: #00A000">+                                                          Target="[INSTALLLOCATION]FSClient.exe"</span>
<span style="color: #00A000">+                                                          WorkingDirectory="INSTALLLOCATION"/></span>
+                                <util:InternetShortcut Id="OnlineDocumentationShortcut"
+                                                                        Name="Online Documentation"
+                                                                        Target="http://wiki.freeswitch.com/wiki/FSClient"/>
+                                <Shortcut Id="UninstallProduct"
+                                                                         Name="Uninstall FSClient"
+                                                                         Target="[SystemFolder]msiexec.exe"
+                                                                         Arguments="/x [ProductCode]"
+                                                                         Description="Uninstalls FSClient" />
+
<span style="color: #A00000">-                                 <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/></span>
<span style="color: #A00000">-                                 <RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FSClient" Name="installed" Type="integer" Value="1" KeyPath="yes"/></span>
<span style="color: #A00000">-                         </Component></span>
<span style="color: #A00000">-                 </DirectoryRef></span>
<span style="color: #00A000">+ <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/></span>
<span style="color: #00A000">+ <RegistryValue Root="HKCU" Key="Software\FreeSWITCH\FSClient" Name="installed" Type="integer" Value="1" KeyPath="yes"/></span>
<span style="color: #00A000">+ </Component></span>
<span style="color: #00A000">+ </DirectoryRef></span>
                <Feature Id="ProductFeature" Title="FSClient Core" Level="1">
                        <!-- TODO: Remove the comments around this ComponentRef element and the Component above in order to add resources to this installer. -->
<span style="color: #A00000">-                         <!-- <ComponentRef Id="ProductComponent" /> --></span>
<span style="color: #A00000">-                         <ComponentGroupRef Id="FSCoreComp"/></span>
<span style="color: #A00000">-                         <ComponentGroupRef Id="FSCoreModComp"/></span>
<span style="color: #A00000">-                         <ComponentRef Id="FSCoreConfComp"/></span>
<span style="color: #A00000">-                         <ComponentGroupRef Id="FSClientComp"/></span>
<span style="color: #A00000">-                         <ComponentRef Id="ApplicationShortcut" /></span>
<span style="color: #A00000">- </span>
<span style="color: #00A000">+ <!-- <ComponentRef Id="ProductComponent" /> --></span>
<span style="color: #00A000">+ <ComponentGroupRef Id="FSCoreComp"/></span>
<span style="color: #00A000">+ <ComponentGroupRef Id="FSCoreModComp"/></span>
<span style="color: #00A000">+ <ComponentRef Id="FSCoreConfComp"/></span>
<span style="color: #00A000">+ <ComponentGroupRef Id="FSClientComp"/></span>
<span style="color: #00A000">+ <ComponentRef Id="ApplicationShortcut" /></span>
<span style="color: #00A000">+                         </span>
                        <!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->
                        <ComponentGroupRef Id="Product.Generated" />
<span style="color: #A00000">-                         <?if $(var.Platform) != x64 ?></span>
<span style="color: #A00000">-                         <MergeRef Id="CrtFiles_x86"/></span>
<span style="color: #A00000">-                         <?endif ?></span>
<span style="color: #A00000">-                         <?if $(var.Platform) = x64 ?></span>
<span style="color: #A00000">-                         <MergeRef Id="CrtFiles_x64"/></span>
<span style="color: #A00000">-                         <?endif ?></span>
<span style="color: #00A000">+ <?if $(var.Platform) != x64 ?></span>
<span style="color: #00A000">+ <MergeRef Id="CrtFiles_x86"/></span>
<span style="color: #00A000">+ <?endif ?></span>
<span style="color: #00A000">+ <?if $(var.Platform) = x64 ?></span>
<span style="color: #00A000">+ <MergeRef Id="CrtFiles_x64"/></span>
<span style="color: #00A000">+ <?endif ?></span>
                </Feature>
<span style="color: #A00000">-                 <Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" /></span>
<span style="color: #A00000">-                 <UIRef Id="WixUI_InstallDir" /></span>
<span style="color: #00A000">+ <Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" /></span>
<span style="color: #00A000">+ <UIRef Id="WixUI_InstallDir" /></span>
+                <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch FSClient" />
+                <Property Id="WixShellExecTarget" Value="[INSTALLLOCATION]FSClient.exe" />
+                <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
+                <UI>
+                        <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
+                </UI>
+                <WixVariable Id="WixUIBannerBmp" Value="Banner.bmp" />
+                <WixVariable Id="WixUIDialogBmp" Value="Dialog.bmp" />
+                <Icon Id="icon.ico" SourceFile="../phone.ico"/>
+                <Property Id="ARPPRODUCTICON" Value="icon.ico" />
+                <MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes" />
+
<span style="color: #A00000">-                 </Product></span>
<span style="color: #00A000">+         </Product></span>
</Wix>
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments:
test
<span style="color: #000080; font-weight: bold">diff --git a/file.txt b/file.txt</span>
<span style="color: #000080; font-weight: bold">index a6d581e..41f89d6 100644</span>
<span style="color: #A00000">--- a/file.txt</span>
<span style="color: #00A000">+++ b/file.txt</span>
<span style="color: #800080; font-weight: bold">@@ -1,3 +1,4 @@</span>
blaaaaaah
blaaaaaah
blaaaaaah
<span style="color: #00A000">+blaaaaaah</span>
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments:
Merge branch 'master' of git.freeswitch.org:freeswitch-contrib
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments:
test
<span style="color: #000080; font-weight: bold">diff --git a/file.txt b/file.txt</span>
<span style="color: #000080; font-weight: bold">index 56ec127..a6d581e 100644</span>
<span style="color: #A00000">--- a/file.txt</span>
<span style="color: #00A000">+++ b/file.txt</span>
<span style="color: #800080; font-weight: bold">@@ -1,2 +1,3 @@</span>
blaaaaaah
blaaaaaah
<span style="color: #00A000">+blaaaaaah</span>
</pre></div>
<div class="highlight"><pre>committer: Raymond Chandler
comments:
test
<span style="color: #000080; font-weight: bold">diff --git a/file.txt b/file.txt</span>
new file mode 100644
<span style="color: #000080; font-weight: bold">index 0000000..56ec127</span>
<span style="color: #A00000">--- /dev/null</span>
<span style="color: #00A000">+++ b/file.txt</span>
<span style="color: #800080; font-weight: bold">@@ -0,0 +1,2 @@</span>
<span style="color: #00A000">+blaaaaaah</span>
<span style="color: #00A000">+blaaaaaah</span>
</pre></div>
<div class="highlight"><pre>committer: Jeff Lenk
comments:
change version of installer required
<span style="color: #000080; font-weight: bold">diff --git a/mitchcapper/FSClient/Setup/Product.wxs b/mitchcapper/FSClient/Setup/Product.wxs</span>
<span style="color: #000080; font-weight: bold">index 073c9f0..0ab94b7 100644</span>
<span style="color: #A00000">--- a/mitchcapper/FSClient/Setup/Product.wxs</span>
<span style="color: #00A000">+++ b/mitchcapper/FSClient/Setup/Product.wxs</span>
<span style="color: #800080; font-weight: bold">@@ -13,7 +13,7 @@</span>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
        <Product Id="f20f4348-01f9-457f-9112-60edb77761f4" Name="$(var.ProductName)" Language="1033" Version="1.0.0.0" Manufacturer="FreeSWITCH" UpgradeCode="7668faef-2ab3-4079-a986-07a33739b42e">
<span style="color: #A00000">-                <Package InstallerVersion="200" Compressed="yes" /></span>
<span style="color: #00A000">+                <Package InstallerVersion="300" Compressed="yes" /></span>
                <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
</pre></div>
========================================================================<pre>
Summary of changes:
file.txt | 4 +
mitchcapper/FSClient/Setup/Product.wxs | 110 ++++++++++++++++----------------
2 files changed, 59 insertions(+), 55 deletions(-)
create mode 100644 file.txt
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH user-contributed scripts, etc</p>