-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to the new --scan-profiles option (GUI).
This commit closes #2609. Conflicts: NSIS/FusionInventory-Agent/Contrib/ModernUI2/Pages/MiscelaneousOptionsPage.nsh NSIS/FusionInventory-Agent/Contrib/ModernUI2/Pages/Templates/MiscelaneousOptionsPage.nsddef NSIS/FusionInventory-Agent/Contrib/ModernUI2/Pages/Templates/MiscelaneousOptionsPage.nsdinc
- Loading branch information
Showing
4 changed files
with
53 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 8 additions & 7 deletions
15
NSIS/FusionInventory-Agent/Contrib/ModernUI2/Pages/Templates/MiscelaneousOptionsPage.nsddef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file was created by NSISDialogDesigner 1.1.2.0 | ||
This file was created by NSISDialogDesigner 1.2.0.0 | ||
http://coolsoft.altervista.org/nsisdialogdesigner | ||
Do not edit manually! | ||
--> | ||
<Dialog Name="MiscelaneousOptionsPage" Title="Dialog title..." Subtitle="Dialog subtitle..." Style="none" ExStyle="none"> | ||
<GroupBox Name="GroupBox1" Location="43, 32" Size="369, 164" Text="Miscelaneous options" TabIndex="0" Style="none" ExStyle="none"> | ||
<CheckBox Name="CheckBox1" Location="16, 30" Size="332, 20" Text="Create Start Menu for all users" TabIndex="0" Style="none" ExStyle="none" /> | ||
<CheckBox Name="CheckBox2" Location="16, 56" Size="332, 20" Text="Launch an inventory immediately after of installation" TabIndex="1" Style="none" ExStyle="none" /> | ||
<CheckBox Name="CheckBox3" Location="16, 82" Size="332, 20" Text="Scan home directory for virtual machines" TabIndex="2" Style="none" ExStyle="none" /> | ||
<Label Name="Label1" Location="20, 108" Size="328, 15" Text="Tag" TabIndex="3" Style="none" ExStyle="none" /> | ||
<TextBox Name="TextBox1" Location="16, 124" Size="332, 20" TabIndex="4" Style="none" ExStyle="none" /> | ||
<GroupBox Name="GroupBox1" Location="43, 16" Size="369, 184" Text="Miscelaneous options" TabIndex="0" Style="none" ExStyle="none"> | ||
<CheckBox Name="CheckBox1" Location="16, 26" Size="332, 20" Text="Create Start Menu for all users" TabIndex="0" Style="none" ExStyle="none" /> | ||
<CheckBox Name="CheckBox2" Location="16, 52" Size="332, 20" Text="Launch an inventory immediately after of installation" TabIndex="1" Style="none" ExStyle="none" /> | ||
<CheckBox Name="CheckBox3" Location="16, 78" Size="332, 20" Text="Scan home directory for virtual machines" TabIndex="2" Style="none" ExStyle="none" /> | ||
<CheckBox Name="CheckBox4" Location="16, 104" Size="332, 20" Text="Scan user profiles for software" TabIndex="3" Style="none" ExStyle="none" /> | ||
<Label Name="Label1" Location="20, 128" Size="328, 15" Text="Tag" TabIndex="4" Style="none" ExStyle="none" /> | ||
<TextBox Name="TextBox1" Location="16, 144" Size="332, 20" TabIndex="5" Style="none" ExStyle="none" /> | ||
</GroupBox> | ||
</Dialog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters