-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
5,224 additions
and
28 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" | ||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" > | ||
|
||
<?include $(sys.CURRENTDIR)\Common.wxi?> | ||
|
||
<?define AdvancedPasteAssetsFiles=?> | ||
<?define AdvancedPasteAssetsFilesPath=$(var.BinDir)WinUI3Apps\Assets\AdvancedPaste\?> | ||
|
||
<Fragment> | ||
<DirectoryRef Id="WinUI3AppsAssetsFolder"> | ||
<Directory Id="AdvancedPasteAssetsFolder" Name="AdvancedPaste" /> | ||
</DirectoryRef> | ||
<DirectoryRef Id="AdvancedPasteAssetsFolder" FileSource="$(var.AdvancedPasteAssetsFilesPath)"> | ||
<!-- Generated by generateFileComponents.ps1 --> | ||
<!--AdvancedPasteAssetsFiles_Component_Def--> | ||
</DirectoryRef> | ||
|
||
<ComponentGroup Id="AdvancedPasteComponentGroup"> | ||
<Component Id="RemoveAdvancedPasteFolder" Guid="55AFE81D-F6BD-439A-A229-66AF5C360AB0" Directory="AdvancedPasteAssetsFolder" > | ||
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components"> | ||
<RegistryValue Type="string" Name="RemoveAdvancedPasteFolder" Value="" KeyPath="yes"/> | ||
</RegistryKey> | ||
<RemoveFolder Id="RemoveFolderAdvancedPasteAssetsFolder" Directory="AdvancedPasteAssetsFolder" On="uninstall"/> | ||
</Component> | ||
</ComponentGroup> | ||
|
||
</Fragment> | ||
</Wix> |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" | ||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" > | ||
|
||
<?include $(sys.CURRENTDIR)\Common.wxi?> | ||
|
||
<?define AwakeImagesFiles=?> | ||
<?define AwakeImagesFilesPath=$(var.BinDir)\Assets\Awake\?> | ||
|
||
<Fragment> | ||
<!-- Awake images --> | ||
|
||
<DirectoryRef Id="BaseApplicationsAssetsFolder"> | ||
<Directory Id="AwakeImagesFolder" Name="Awake" /> | ||
</DirectoryRef> | ||
|
||
<DirectoryRef Id="AwakeImagesFolder" FileSource="$(var.AwakeImagesFilesPath)"> | ||
<!-- Generated by generateFileComponents.ps1 --> | ||
<!--AwakeImagesFiles_Component_Def--> | ||
</DirectoryRef> | ||
|
||
<ComponentGroup Id="AwakeComponentGroup"> | ||
<Component Id="RemoveAwakeFolder" Guid="95D7774C-69A3-48A3-B417-1BD9664BE974" Directory="INSTALLFOLDER" > | ||
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components"> | ||
<RegistryValue Type="string" Name="RemoveAwakeFolder" Value="" KeyPath="yes"/> | ||
</RegistryKey> | ||
<RemoveFolder Id="RemoveFolderAwakeImagesFolder" Directory="AwakeImagesFolder" On="uninstall"/> | ||
</Component> | ||
</ComponentGroup> | ||
|
||
</Fragment> | ||
</Wix> |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" | ||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" > | ||
|
||
<?include $(sys.CURRENTDIR)\Common.wxi?> | ||
|
||
<?define BaseApplicationsFiles=?> | ||
<?define BaseApplicationsFilesPath=$(var.BinDir)\?> | ||
|
||
<Fragment> | ||
<DirectoryRef Id="INSTALLFOLDER"> | ||
<!-- Generated by generateFileComponents.ps1 --> | ||
<!--BaseApplicationsFiles_Component_Def--> | ||
</DirectoryRef> | ||
|
||
<ComponentGroup Id="BaseApplicationsComponentGroup"> | ||
</ComponentGroup> | ||
|
||
</Fragment> | ||
</Wix> |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" | ||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" > | ||
|
||
<?include $(sys.CURRENTDIR)\Common.wxi?> | ||
|
||
<?define ColorPickerAssetsFiles=?> | ||
<?define ColorPickerAssetsFilesPath=$(var.BinDir)Assets\ColorPicker\?> | ||
|
||
<Fragment> | ||
<!-- Color Picker --> | ||
<DirectoryRef Id="BaseApplicationsAssetsFolder"> | ||
<Directory Id="ColorPickerAssetsFolder" Name="ColorPicker" /> | ||
</DirectoryRef> | ||
<!-- Color Picker Resources --> | ||
<DirectoryRef Id="ColorPickerAssetsFolder" FileSource="$(var.ColorPickerAssetsFilesPath)"> | ||
<!-- Generated by generateFileComponents.ps1 --> | ||
<!--ColorPickerAssetsFiles_Component_Def--> | ||
</DirectoryRef> | ||
|
||
<ComponentGroup Id="ColorPickerComponentGroup"> | ||
<Component Id="RemoveColorPickerFolder" Guid="18C0C18C-F38A-4C88-B22C-9222F3A5B2EB" Directory="INSTALLFOLDER" > | ||
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components"> | ||
<RegistryValue Type="string" Name="RemoveColorPickerFolder" Value="" KeyPath="yes"/> | ||
</RegistryKey> | ||
<RemoveFolder Id="RemoveFolderColorPickerAssetsFolder" Directory="ColorPickerAssetsFolder" On="uninstall"/> | ||
</Component> | ||
</ComponentGroup> | ||
|
||
</Fragment> | ||
</Wix> |
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<Include> | ||
<!-- Names of folders and projects --> | ||
<?define FancyZonesProjectName="FancyZones"?> | ||
<?define ImageResizerProjectName="ImageResizer"?> | ||
<?define KeyboardManagerProjectName="KeyboardManager"?> | ||
<?define PowerAccentProjectName="PowerAccent"?> | ||
<?define PowerRenameProjectName="PowerRename"?> | ||
<?define FileLocksmithProjectName="FileLocksmith"?> | ||
<?define ColorPickerProjectName="ColorPicker"?> | ||
<?define PowerOCRProjectName="PowerOCR"?> | ||
<?define AwakeProjectName="Awake"?> | ||
<?define MouseUtilsProjectName="MouseUtils"?> | ||
<?define AlwaysOnTopProjectName="AlwaysOnTop"?> | ||
<?define MeasureToolProjectName="MeasureTool"?> | ||
<?define HostsProjectName="Hosts"?> | ||
<?define MouseWithoutBordersProjectName="MouseWithoutBorders"?> | ||
<?define AdvancedPasteProjectName="AdvancedPaste"?> | ||
<?define RegistryPreviewProjectName="RegistryPreview"?> | ||
<?define PeekProjectName="Peek"?> | ||
<?define WorkspacesProjectName="Workspaces"?> | ||
|
||
<?define RepoDir="$(var.ProjectDir)..\..\" ?> | ||
<?if $(var.Platform) = x64?> | ||
<?define PowerToysPlatform="x64"?> | ||
<?define PlatformProgramFiles="[ProgramFiles64Folder]"?> | ||
<?define PlatformLK="x64" ?> | ||
<?define BinDir="$(var.RepoDir)x64\$(var.Configuration)\" ?> | ||
<?else?> | ||
<!-- stable WIX 3 doesn't support ARM64, so we build installers as x86 --> | ||
<?define PowerToysPlatform="ARM64"?> | ||
<!--TODO: define to ARM64 Program files once it's available--> | ||
<?define PlatformProgramFiles="[ProgramFiles6432Folder]"?> | ||
<?define PlatformLK="arm64" ?> | ||
<?define BinDir="$(var.RepoDir)ARM64\$(var.Configuration)\" ?> | ||
<?endif?> | ||
|
||
<?if $(var.PerUser) = "true"?> | ||
<?define PerMachineYesNo="no"?> | ||
<?define MSIPath="UserSetup"?> | ||
<?define MSIName="PowerToysUserSetup-$(var.Version)-$(var.PowerToysPlatform).msi"?> | ||
<?define DefaultInstallDir="LocalAppDataFolder" ?> | ||
<?define RegistryScope="HKCU" ?> | ||
<?define InstallScope="perUser" ?> | ||
<?define InstallPrivileges="limited" ?> | ||
<?define UpgradeCodeGUID="D8B559DB-4C98-487A-A33F-50A8EEE42726" ?> | ||
<?else?> | ||
<?define PerMachineYesNo="yes"?> | ||
<?define MSIPath="MachineSetup"?> | ||
<?define MSIName="PowerToysSetup-$(var.Version)-$(var.PowerToysPlatform).msi"?> | ||
<?define DefaultInstallDir="ProgramFiles64Folder" ?> | ||
<?define RegistryScope="HKLM" ?> | ||
<?define InstallScope="perMachine" ?> | ||
<?define InstallPrivileges="elevated" ?> | ||
<?define UpgradeCodeGUID="42B84BF7-5FBF-473B-9C8B-049DC16F7708" ?> | ||
<?endif?> | ||
|
||
<?define BinX32Dir="$(var.RepoDir)x86\$(var.Configuration)\" ?> | ||
</Include> |
Oops, something went wrong.