ciderpress/DIST
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
..
License.txt Update DeployMaster configuration script 2014-12-09 17:33:16 -08:00
NList.Data.TXT initial import 2007-03-27 17:47:10 +00:00
ReadMe.txt Update DeployMaster configuration script 2014-12-09 17:33:16 -08:00
mfc120u.dll WinXP compatibility update 2014-12-10 11:57:41 -08:00
msvcr120.dll WinXP compatibility update 2014-12-10 11:57:41 -08:00
with-mdc.deploy Shift responsibility for file associations to the installer 2014-12-11 14:22:39 -08:00

ReadMe.txt

faddenSoft CiderPress(tm)

CiderPress is a Windows utility for accessing Apple II archives and
disk images.  A wide range of formats are supported, including
ShrinkIt (NuFX) archives and disk images with DOS, ProDOS, Pascal,
CP/M, and RDOS filesystems.

This program used to be shareware, but is now free.

If you have any questions, please visit the CiderPress
web site at http://a2ciderpress.com/.