summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boreham <dboreham@redhat.com>2005-05-04 23:45:07 +0000
committerDavid Boreham <dboreham@redhat.com>2005-05-04 23:45:07 +0000
commit0d8ca98d16f35452c5dfab07e67582df7b355f46 (patch)
treeb9cbe7e99b6604f4b2a3b4fe35b31f338503914e
parent2265c4db54adca14aa7435860338d3d9f08be8eb (diff)
downloadds-0d8ca98d16f35452c5dfab07e67582df7b355f46.tar.gz
ds-0d8ca98d16f35452c5dfab07e67582df7b355f46.tar.xz
ds-0d8ca98d16f35452c5dfab07e67582df7b355f46.zip
Fix display names in pass sync to say Fedora
-rw-r--r--ldap/synctools/passwordsync/wix/PassSync.wxs12
1 files changed, 6 insertions, 6 deletions
diff --git a/ldap/synctools/passwordsync/wix/PassSync.wxs b/ldap/synctools/passwordsync/wix/PassSync.wxs
index 36f1ae39..9080e669 100644
--- a/ldap/synctools/passwordsync/wix/PassSync.wxs
+++ b/ldap/synctools/passwordsync/wix/PassSync.wxs
@@ -36,13 +36,13 @@
All rights reserved.
END COPYRIGHT BLOCK -->
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
- <Product Name='Password Sync' Id='C1842CD5-4659-4E7C-A53C-37083B0CB59F'
+ <Product Name='Fedora Directory Password Sync' Id='C1842CD5-4659-4E7C-A53C-37083B0CB59F'
Language='1033' Codepage='1252'
- Version='1.0.0' Manufacturer='Brandx'>
+ Version='1.0.0' Manufacturer='Fedora'>
<Package Id='????????-????-????-????-????????????' Keywords='Installer'
- Description="Password Synchronization Installer"
- Manufacturer='Brandx'
+ Description="Fedora Directory Password Synchronization Installer"
+ Manufacturer='Fedora'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />
@@ -98,7 +98,7 @@
<Directory Id='ProgramFilesFolder' Name='PFiles'>
- <Directory Id='INSTALLDIR' Name='PassSync' LongName='Password Synchronization'>
+ <Directory Id='INSTALLDIR' Name='PassSync' LongName='Fedora Directory Password Synchronization'>
<Component Id='MainExecutable' Guid='DCEECAA4-83F1-4F22-985B-FDB3C8ABD471'>
<File Id='PassSyncEXE' Name='PassSync.exe' LongName='passsync.exe' DiskId='1'
@@ -133,7 +133,7 @@
</Directory>
<!-- <Directory Id="ProgramMenuFolder" Name="PMenu" LongName="Programs">
- <Directory Id="ProgramMenuDir" Name='PassSync' LongName="Password Synchronization Service" />
+ <Directory Id="ProgramMenuDir" Name='PassSync' LongName="Fedora Directory Password Synchronization Service" />
</Directory>
-->