CiderPress Apple II archive utility for Windows
Go to file
Andy McFadden 4638d03d6c Shift responsibility for file associations to the installer
In the past, CiderPress managed its own file associations.  This is
the feature that launches CiderPress when you double-click on a ".shk"
file.  The installer ran "CiderPress -install" and "-uninstall" during
installation and removal to give CP a chance to establish and clean
up the necessary registry entries.

The code built with VS6 works fine.  The code built with VS2013 fails
with an access denied error.  It appears there have been some access
policy changes, and the older code is getting "grandfathered in".  This
is really something that the installer ought to be handling, though,
so rather than figure out how to fix CiderPress, I'm removing the
file type association code from CiderPress and letting DeployMaster
handle it.

This may be slightly less convenient for anyone who had reason to
change type associations frequently.  Modern versions of Windows have
relatively easy to use control panel UIs for adjusting types, and
the "advanced installation" feature of DeployMaster allows you to
un-check the types that you don't want to have associated with
CiderPress.

(...with one minor hitch: DeployMaster 4.2.2 only shows the first 9
associations, and CiderPress has 18.)

This change renders most of the registry-handling code obsolete, as
well as the "-install" / "-uninstall" handling.  I'm 99% sure I want
to go this way, but I'm keeping things #ifdefed rather than deleted
for the moment.
2014-12-11 14:22:39 -08:00
DIST Shift responsibility for file associations to the installer 2014-12-11 14:22:39 -08:00
app Shift responsibility for file associations to the installer 2014-12-11 14:22:39 -08:00
diskimg WinXP compatibility update 2014-12-10 11:57:41 -08:00
linux Make gcc happy. 2009-01-03 19:08:48 +00:00
mdc WinXP compatibility update 2014-12-10 11:57:41 -08:00
nufxlib WinXP compatibility update 2014-12-10 11:57:41 -08:00
reformat WinXP compatibility update 2014-12-10 11:57:41 -08:00
util WinXP compatibility update 2014-12-10 11:57:41 -08:00
zlib WinXP compatibility update 2014-12-10 11:57:41 -08:00
.gitignore Visual Studio 2013 update 2014-11-03 14:05:07 -08:00
CP.sln Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
LICENSE.txt CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
README.md Update README.md 2014-12-07 09:01:30 -08:00
ReadMe.htm initial import 2007-03-27 17:47:10 +00:00

README.md

UNDER CONSTRUCTION

I'm in the process of updating CiderPress to work with newer tools (VS 2013) and operating systems.

Current status:

  • Win32 main application properly executes basic functions. Still some things missing. Not well tested.
  • MDC application seems to work; not well tested.
  • Linux code doesn't compile.
  • The web documentation has been moved to github (see the gh-pages branch) and is available from http://a2ciderpress.com/.