[Fedora-directory-commits] windowsautoenroll aep.nsi,1.2,1.3

Steven W Parkinson (sparkins) fedora-directory-commits at redhat.com
Tue Apr 17 14:33:17 UTC 2007


Author: sparkins

Update of /cvs/dirsec/windowsautoenroll
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16463

Modified Files:
	aep.nsi 
Log Message:
Bump Version string to 1.0.0



Index: aep.nsi
===================================================================
RCS file: /cvs/dirsec/windowsautoenroll/aep.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aep.nsi	30 Mar 2007 00:10:14 -0000	1.2
+++ aep.nsi	17 Apr 2007 14:33:15 -0000	1.3
@@ -4,7 +4,7 @@
 ; NOTE: this .NSI script is designed for NSIS v1.8+
 
 Name "AEP"
-OutFile "aep-0.9.2-1.win32.i386.exe"
+OutFile "aep-1.0.0-1.win32.i386.exe"
 
 ; Some default compiler settings (uncomment and change at will):
 ; SetCompress auto ; (can be off or force)
@@ -45,13 +45,13 @@
 createShortCut  "$SMPROGRAMS\Red Hat Auto Enrollment Proxy\Auto Enrollment Proxy Options.lnk" "$INSTDIR\panel.exe"
 
 ; Uninstall stuff..
-WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "DisplayName" "RHCSProxy 0.9.1"
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "DisplayName" "RHCSProxy 1.0.0"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "UninstallString" '"$INSTDIR\uninst.exe"'
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "Publisher" "Red Hat"
 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "URLInfoAbout" "http://directory.fedora.redhat.com/wiki/aep"
-WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "DisplayVersion"  "0.9.2"
-WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "VersionMajor" 0
-WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "VersionMinor" 9
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "DisplayVersion"  "1.0.0"
+WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "VersionMajor" 1
+WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\RHCSProxy" "VersionMinor" 0
 ; write out uninstaller
 WriteUninstaller "$INSTDIR\uninst.exe"
 
@@ -97,7 +97,7 @@
 WriteRegStr HKEY_CLASSES_ROOT "CLSID\{D99E6E74-FC88-11D0-B498-00A0C90312F3}\VersionIndependentProgID" ""  "CertSrv.Request"
 
 
-; AppID entry describes how the imeplementation is run (what user to run as, permissions,
+; AppID entry describes how the implementation is run (what user to run as, permissions,
 ; whether to run as a service or not
 WriteRegStr HKEY_CLASSES_ROOT "AppID\{D99E6E74-FC88-11D0-B498-00A0C90312F3}" ""  "Red Hat Auto Enrollment Proxy"
 WriteRegBin HKEY_CLASSES_ROOT "AppID\{D99E6E74-FC88-11D0-B498-00A0C90312F3}" "AccessPermission"  01000480340000005000000000000000140000000200200001000000000018000100000001010000000000010000000000000000010500000000000515000000a065cf7e784b9b5fe77c877036bb0000010500000000000515000000a065cf7e784b9b5fe77c877036bb0000




More information about the Fedora-directory-commits mailing list