mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
Update product names and descriptions in installer templates for consistency
This commit is contained in:
parent
c631dcfd44
commit
9601bdec93
2 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version='1.0' encoding='windows-1252'?>
|
||||
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
||||
<Product
|
||||
Name='OneUptime Infrastructure Agent (arm64)'
|
||||
Name='OneUptimeInfrastructureAgent (arm64)'
|
||||
Id='ABCDDCBA-86C7-4D14-AEC0-86413A69ABDE'
|
||||
UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA8FD'
|
||||
Language='1033'
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<Package
|
||||
Id='*'
|
||||
Keywords='Installer'
|
||||
Description="OneUptime Infrastructure Agent installer"
|
||||
Description="OneUptimeInfrastructureAgent installer"
|
||||
Comments=''
|
||||
Manufacturer='HackerBay, Inc.'
|
||||
InstallerVersion='200'
|
||||
|
|
@ -30,12 +30,12 @@
|
|||
|
||||
<Property
|
||||
Id='DiskPrompt'
|
||||
Value="OneUptime Infrastructure Agent Installation [1]"
|
||||
Value="OneUptimeInfrastructureAgent Installation [1]"
|
||||
/>
|
||||
|
||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||
<Directory Id='ProgramFiles64Folder' Name='PFiles'>
|
||||
<Directory Id='OneUptime Infrastructure Agent' Name='OneUptime Infrastructure Agent'>
|
||||
<Directory Id='OneUptimeInfrastructureAgent' Name='OneUptimeInfrastructureAgent'>
|
||||
<Component
|
||||
Id='MainExecutable'
|
||||
Guid='ABCDDCBA-83F1-4F22-985B-FDB3C8ABD474'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version='1.0' encoding='windows-1252'?>
|
||||
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
||||
<Product
|
||||
Name='OneUptime Infrastructure Agent (arm64)'
|
||||
Name='OneUptimeInfrastructureAgent (arm64)'
|
||||
Id='ABCDDCBA-86C7-4D14-AEC0-86413A69ABDE'
|
||||
UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA8FD'
|
||||
Language='1033'
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<Package
|
||||
Id='*'
|
||||
Keywords='Installer'
|
||||
Description="OneUptime Infrastructure Agent installer"
|
||||
Description="OneUptimeInfrastructureAgent installer"
|
||||
Comments=''
|
||||
Manufacturer='HackerBay, Inc.'
|
||||
InstallerVersion='200'
|
||||
|
|
@ -30,12 +30,12 @@
|
|||
|
||||
<Property
|
||||
Id='DiskPrompt'
|
||||
Value="OneUptime Infrastructure Agent Installation [1]"
|
||||
Value="OneUptimeInfrastructureAgent Installation [1]"
|
||||
/>
|
||||
|
||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||
<Directory Id='ProgramFilesFolder' Name='PFiles'>
|
||||
<Directory Id='OneUptime Infrastructure Agent' Name='OneUptime Infrastructure Agent'>
|
||||
<Directory Id='OneUptimeInfrastructureAgent' Name='OneUptimeInfrastructureAgent'>
|
||||
<Component
|
||||
Id='MainExecutable'
|
||||
Guid='ABCDDCBA-83F1-4F22-985B-FDB3C8ABD474'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue