aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/makeMSIESignedCab.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-12-11 07:38:23 +0000
committerSven Gothel <[email protected]>2001-12-11 07:38:23 +0000
commit10f15a12d51ef116c46140a45875c011d9c1dbd8 (patch)
tree32f65cb863a89b7cf96311cd91fa93e7abc1402a /Installer/makeMSIESignedCab.sh
parent6abd5e8b0dd518a2438000126ca5886124986040 (diff)
GL4Java 2.8.2.0rel-2-8-2-0-rc
kbr's jawt synamic loader installer fixes minor cleanups
Diffstat (limited to 'Installer/makeMSIESignedCab.sh')
-rwxr-xr-xInstaller/makeMSIESignedCab.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/Installer/makeMSIESignedCab.sh b/Installer/makeMSIESignedCab.sh
index 1ead186..b2c405f 100755
--- a/Installer/makeMSIESignedCab.sh
+++ b/Installer/makeMSIESignedCab.sh
@@ -4,9 +4,9 @@
# The Microsft signing keys were created using the Microsoft makecert and
# cert2spc utilities, as follows:
-# makecert -nscp -r -n CN=GL4JInst GL4JInst281.cer -sv GL4JInst281.pvk
+# makecert -nscp -r -n CN=GL4JInst GL4JInst282.cer -sv GL4JInst282.pvk
# (when prompted for a password, click "None")
-# cert2spc GL4JInst281.cer GL4JInst281.spc
+# cert2spc GL4JInst282.cer GL4JInst282.spc
rm -f *.class GL4JInst.cab
/MSJVM/BIN/jvc -nomessage -x- -cp:p .\;..\\CAPSAPI_CLASSES.ZIP *.java
@@ -14,6 +14,5 @@ rm -f *.class GL4JInst.cab
. versionundef.sh
/MSJVM/Bin/cabarc N GL4JInst.cab *.class
-# signcode -j javasign.dll -jp low -spc GL4JInst.spc -k GL4JInst GL4JInst.cab
-/MSJVM/Bin/signcode -j javasign.dll -jp low -spc GL4JInst281.spc -v GL4JInst281.pvk GL4JInst.cab
+/MSJVM/Bin/signcode -j javasign.dll -jp low -spc GL4JInst282.spc -v GL4JInst282.pvk GL4JInst.cab
rm *.class