mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Escape quotes in MSI installation example tooltip
Updates the tooltip text for application arguments to properly escape quotes around the MSI file path in the example command. This ensures the example is syntactically correct and prevents issues when users copy the suggested format for MSI installations.
This commit is contained in:
@@ -359,7 +359,7 @@
|
|||||||
|
|
||||||
<!-- Arguments -->
|
<!-- Arguments -->
|
||||||
<TextBlock Text="Arguments:" Margin="0,0,0,5"/>
|
<TextBlock Text="Arguments:" Margin="0,0,0,5"/>
|
||||||
<TextBox x:Name="txtAppArguments" Margin="0,0,0,10" ToolTip="Enter the arguments for the command line. If the application is an msi, the command line should only contain msiexec and the rest of the command line arguments would go here (e.g. /i D:\Win32\Mozilla firefox\setup.msi /qn /norestart)."/>
|
<TextBox x:Name="txtAppArguments" Margin="0,0,0,10" ToolTip="Enter the arguments for the command line. If the application is an msi, the command line should only contain msiexec and the rest of the command line arguments would go here (e.g. /i "D:\Win32\Mozilla firefox\setup.msi" /qn /norestart)."/>
|
||||||
|
|
||||||
<!-- Source -->
|
<!-- Source -->
|
||||||
<TextBlock Text="Source:" Margin="0,0,0,5"/>
|
<TextBlock Text="Source:" Margin="0,0,0,5"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user