|
|
|
|
@ -164,9 +164,10 @@
|
|
|
|
|
<Control Id="DesktopShortcutCheckBox" Type="CheckBox" X="25" Y="90" Width="320" Height="15" Property="CREATE_DESKTOP_SHORTCUT" CheckBoxValue="1" Text="&Desktop" />
|
|
|
|
|
<Control Id="StartupShortcutCheckBox" Type="CheckBox" X="25" Y="105" Width="320" Height="15" Property="CREATE_STARTUP_SHORTCUT" CheckBoxValue="1" Text="&Auto-start when computer restarts or reboots" />
|
|
|
|
|
|
|
|
|
|
<Control Id="RegistryGroup" Type="GroupBox" X="20" Y="130" Width="330" Height="50" Text="&Associate Protocols" />
|
|
|
|
|
<Control Id="RegistryGroup" Type="GroupBox" X="20" Y="130" Width="330" Height="65" Text="&Associate Protocols" />
|
|
|
|
|
<Control Id="SipRegistryEntriesCheckBox" Type="CheckBox" X="25" Y="145" Width="320" Height="15" Property="CREATE_SIP_REGISTRY_ENTRIES" CheckBoxValue="1" Text="&SIP" />
|
|
|
|
|
<Control Id="FeedRegistryEntriesCheckBox" Type="CheckBox" X="25" Y="160" Width="320" Height="15" Property="CREATE_FEED_REGISTRY_ENTRIES" CheckBoxValue="1" Text="&FEED" />
|
|
|
|
|
<Control Id="XmppRegistryEntriesCheckBox" Type="CheckBox" X="25" Y="175" Width="320" Height="15" Property="CREATE_XMPP_REGISTRY_ENTRIES" CheckBoxValue="1" Text="&XMPP" />
|
|
|
|
|
</Dialog>
|
|
|
|
|
|
|
|
|
|
<Publish
|
|
|
|
|
@ -235,6 +236,7 @@
|
|
|
|
|
<Property Id="ARPPRODUCTICON" Value="Icon.ico" />
|
|
|
|
|
<Property Id="CREATE_FEED_REGISTRY_ENTRIES" Value="1" />
|
|
|
|
|
<Property Id="CREATE_SIP_REGISTRY_ENTRIES" Value="1" />
|
|
|
|
|
<Property Id="CREATE_XMPP_REGISTRY_ENTRIES" Value="1" />
|
|
|
|
|
<Property Id="WixShellExecTarget" Value="[#run.exe]" />
|
|
|
|
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
|
|
|
|
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch @APP_NAME@" />
|
|
|
|
|
|