You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Installer/InstallerWindow.xaml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,17 @@
13
13
<LabelHorizontalContentAlignment="Center"Margin="12,-8,12,0">But NOTE: For FSUIPC only the State and Version is checked, you have to install/update it manually!</Label>
<CheckBoxName="chkDesktopLink"IsChecked="True"HorizontalAlignment="Left"Margin="0,12,12,0"Click="chkDesktopLink_Click">Create Link on Desktop</CheckBox>
16
-
<RadioButtonName="radioNone"GroupName="AutoStart"IsChecked="True"HorizontalAlignment="Left"Margin="0,13,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="The Installer does not touch anything. You have to take Care of Adding/Updating the Auto-Start.">Do not configure Auto-Start</RadioButton>
17
-
<RadioButtonName="radioFsuipc"GroupName="AutoStart"HorizontalAlignment="Left"Margin="0,1,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="WorkingTitle2GSX will be started by FSUIPC - it will modify your FSUIPC7.ini File.
An existing Entry will automatically be updated, else a new Entry is inserted.
A Backup of the FSUIPC7.ini File is not created.">Auto-Start with FSUIPC</RadioButton>
18
-
<RadioButtonName="radioExe"GroupName="AutoStart"HorizontalAlignment="Left"Margin="0,1,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="WorkingTitle2GSX will be started by MSFS - it will modify your EXE.xml File.
An existing Entry will automatically be updated, else a new Entry is inserted.
A Backup of the EXE.xml File is not created.">Auto-Start with MSFS</RadioButton>
16
+
<RadioButtonName="radioRemove"GroupName="AutoStart"HorizontalAlignment="Left"Margin="0,13,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="Remove existing Auto-Start Entries (FSUIPC and MSFS).">Remove Auto-Start</RadioButton>
17
+
<RadioButtonName="radioNone"GroupName="AutoStart"IsChecked="True"HorizontalAlignment="Left"Margin="0,1,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="The Installer does not touch anything.
You have to take Care of Adding/Updating/Removing the Auto-Start Entries.">Do not configure Auto-Start</RadioButton>
18
+
<RadioButtonName="radioFsuipc"GroupName="AutoStart"HorizontalAlignment="Left"Margin="0,1,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="WorkingTitle2GSX will be started by FSUIPC - it will modify your FSUIPC7.ini File.
An existing Entry will automatically be updated, else a new Entry is inserted.
An existing Auto-Start Entry in your FSUIPC7.ini will automatically be removed!
A Backup of the Files is not created!">Auto-Start with FSUIPC</RadioButton>
19
+
<RadioButtonName="radioExe"GroupName="AutoStart"HorizontalAlignment="Left"Margin="0,1,0,0"Click="radio_Click"VerticalContentAlignment="Center"HorizontalContentAlignment="Center"ToolTip="WorkingTitle2GSX will be started by MSFS - it will modify your EXE.xml File.
An existing Entry will automatically be updated, else a new Entry is inserted.
An existing Auto-Start Entry in your FSUIPC7.ini will automatically be removed!
A Backup of the Files is not created!">Auto-Start with MSFS</RadioButton>
<LabelName="lblAvWarning"HorizontalContentAlignment="Center"FontWeight="DemiBold"Margin="12,0,12,0"Visibility="Collapsed">Remember to set/update your Anti-Virus Exclusion, if necessary.</Label>
23
24
<LabelName="lblRebootWarning"HorizontalContentAlignment="Center"FontWeight="DemiBold"Margin="12,-8,12,0"Visibility="Collapsed">If you have installed WorkingTitle2GSX for the first Time, reboot your PC after Installation has finished!</Label>
<ButtonName="btnRemove"FontWeight="DemiBold"Width="128"MinHeight="24"Margin="12,4,12,12"Foreground="Red"Click="btnRemove_Click"ToolTip="Attention: Will remove the whole App including its current Configuration. Does also remove Auto-Start Entries for it from FSUIPC and MSFS.">Remove!</Button>
0 commit comments