OfficeRTool.psd1
@{ RootModule = 'OfficeRTool.psm1' ModuleVersion = '1.0.2.3' GUID = 'f22eba35-f0a4-4d31-b38d-05d164fdeb28' Author = 'chixus' CompanyName = 'CHXOFT' Copyright = '© 2025. All rights reserved.' Description = 'Download and securely install latest OfficeRTool, edit settings, read PDF instructions.' CompatiblePSEditions = @( 'Core', 'Desktop' ) PowerShellVersion = '5.1' PowerShellHostName = 'ConsoleHost' PowerShellHostVersion = '5.1.2' DotNetFrameworkVersion = '4.8' CLRVersion = '4.0' ProcessorArchitecture = 'None' RequiredModules = @( '7Zip4Powershell', 'AntivirusProductsDetailedStatus', 'ConvertPDFtoTXT' ) RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Start-Rtool', 'Install-RTool', 'Uninstall-RTool' ) CmdletsToExport = @( 'Start-Rtool', 'Install-RTool', 'Uninstall-RTool' ) VariablesToExport = '*' AliasesToExport = '*' # DSCResourcesToExport = '' ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @( 'DownloadOffice', 'DownloadOfficeRtool', 'InstallOffice', 'InstallOfficeRtool' ) # LicenseUri = '' # ProjectUri = '' IconUri = 'https://s.gravatar.com/avatar/2ed4db43b97ac92533d26adf0100d98a94fa2784c129a1b47a8395fe3a5fe2dc?s=80' ReleaseNotes = 'Download method fixed. Removing unnecessary functions.' } } } |