Update of /cvsroot/sheets/sheets/installer
In directory sc8-pr-cvs1:/tmp/cvs-serv32181/installer
Modified Files:
FileAssociations.zgr
Log Message:
1. New version of OX with crash recovery!
-- [from the OX check-in log] Implemented crash recovery, so that if the database gets killed unexpectedly it will come back up in the last known good state (basically, the state it was in at the time of the last sync).
2. Installer now properly handles file associations with a space in the path
Index: FileAssociations.zgr
===================================================================
RCS file: /cvsroot/sheets/sheets/installer/FileAssociations.zgr,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FileAssociations.zgr 27 Jun 2002 07:36:35 -0000 1.1
--- FileAssociations.zgr 9 Jun 2003 19:03:29 -0000 1.2
***************
*** 16,18 ****
HKEY_CLASSES_ROOT\Sheets\shell
HKEY_CLASSES_ROOT\Sheets\shell\open
! HKEY_CLASSES_ROOT\Sheets\shell\open\command; @; "$USER_INSTALL_DIR$\Sheets.exe" %1
--- 16,18 ----
HKEY_CLASSES_ROOT\Sheets\shell
HKEY_CLASSES_ROOT\Sheets\shell\open
! HKEY_CLASSES_ROOT\Sheets\shell\open\command; @; "$USER_INSTALL_DIR$\Sheets.exe" "%1"
|