Computer Services

Computer Services
Stanton/Wilmington Campus
Office Systems Program Installation Notes

Table of Contents for This Page


Gregg Keyboarding

Before I even start, I fear what awaits me. I base this on past experiences with older versions of this software. Usually written with absolutely no flexibility in installation options, no networking support, and data files must reside in program directory.

Observations

Final Solution

Was given a new copy from Glencoe that had better support for NT clients, including ability to run in > 8 bit color mode. Installed it to a share on bronx and set the permissions as suggested in the install manual. Then made a small kixtart script to launch it (below)

Launcher Script

$return = setconsole("hide")

if exist("J:\")
   use j: /del
endif

use j: "\\BRONX\DUMBAPPS"

if exist("J:\DRIVE.J")
   GO J:
   cd "\GDL"
   shell "gdl"
   use j: /del
else
   messagebox("Glencoe Keyboarding needs drive J: to access its files. You currently have that drive allocated for something else. Contact your Delaware Tech System's Administrator to have this problem corrected.",
	"Error", 16)
endif

Medisoft Patient Accounting

Reference Web Sites

Observations

Second Install Attempt...

  1. Copy floppies to server somewhere. (Installing from floppies over and over sucks).
  2. Run Install program, take defaults, do NOT reboot
  3. sysdiff /diff
  4. sysdiff /snap snapshot2
  5. Run mw.exe
  6. Create practice name, cancel first dialog box. Exit program
  7. sysdiff /diff snapshot2 dummy.sd
  8. sysdiff /snap snapshot3
  9. Run mw.exe and enter license data, quit
  10. sysdiff /diff snapshot3 msoftlic.sd

Third Install Step (using stuff from above)

  1. sysdiff /apply /m medisoft.sd
  2. copy omole16.vxd %systemroot%\system
  3. sysdiff /apply /m msoftlic.sd
  4. cacls c:\mediwin\reg.* /e /g everyone:c
  5. cacls c:\mediwin /e /g everyone:c
  6. cacls c:\pdoxusrs.net /e /g everyone:c
  7. (Forgot to install the icon...)
  8. Arrggh, it *claims* that another user is running the app. Yeah, right...
    (it runs OK as administrator, must be a permissions problem...)
  9. open up *.tmp and *.dfs to change
  10. That worked, and first user got to create and save data to f:. However, the second user's attempt failed to open f:\mediwin and then said that the file was in use by another.

Fourth Install Attempt

  1. Install using above methods, open up files as found out in third attempt
  2. mkdir C:\mediwin\data
  3. cacls c:\mediwin\data /e /r everyone
  4. sysdiff /snap snapshot (to see what changes when user runs it...)
  5. Joy, still won't run. Says another user is using it. I opened the entire mediwin directory and all files, same thing. It took changing the root directory to C to "fix" it. :-(
  6. sysdiff reveals C:\mwlock.lok of zero bytes. Guess that'll have to be created manually and given C writes for everyone. Also changed during the first user run was MWDBLIST.DB and PDOXUSRS.NET. Hopefully restoring mwdblist.db before a run will bring things back to normal. (NOTE: mwdblist.db is *created* on first run, therefore should probably be removed on subsequent user runs)
  7. Now we have to try an install again using what we've learned to see if it works. :(

Fifth Install Attempt :(

sysdiff /apply /m medisoft.sd
copy omole16.vxd %systemroot%\system
sysdiff /apply /m msoftlic.sd
copy nul %systemdrive%\mwlock.lok
cacls %systemdrive%\mwlock.lok /e /g everyone:c
cacls %systemdrive%\pdoxusrs.net /e /g everyone:c
mkdir %systemdrive%\mediwin\data
cacls %systemdrive%\mediwin\data /e /r everyone
cacls %systemdrive%\mediwin\reg.* /e /g everyone:c
cacls %systemdrive%\mediwin\*.dfs /e /g everyone:c
cacls %systemdrive%\mediwin\*.tmp /e /g everyone:c
cacls %systemdrive%\mediwin /e /g everyone:c

Distribution Point Preperation

  1. Copy floppies to server somewhere. (Installing from floppies over and over sucks).
  2. sysdiff /snapshot snapshot
  3. Run Install program, take defaults
  4. sysdiff /diff /c:"Medisoft Program Install" snapshot medisoft.sd
  5. Let it reboot (however, it just does a logout, so I reboot to be safe)
  6. Log back in as Administrator
  7. Run main program
  8. Choose "Create New Set of Data"
    1. Dr. No
    2. F:\MEDIWIN
    3. Answer "YES" to "Create Path"
  9. Cancel first form
  10. Quit
  11. Take a new snapshot with sysdiff
  12. Run Medisoft again
  13. HELP | REGISTER PROGRAM (and fill out information)
  14. Quit
  15. sysdiff /diff /c:"Medisoft License Info" snapshot msoftlic.sd
  16. Create launcher kixtart file as runmed.kix
  17. Create icon to run runmed.kix as medisoft.lnk
  18. Create a distribution point (...\setupnt\unattend\medisoft)
  19. copy omole16.vxd from c:\mediwin directory to dist point
  20. copy two sysdiff files created above to dist. point
  21. copy kixtart script and shortcut to dist. point

Unattended Install Script

pushd n:\unattend\medisoft
sysdiff /apply /m medisoft.sd
sysdiff /apply /m msoftlic.sd
copy omole16.vxd %systemroot%\system
copy nul %systemdrive%\mwlock.lok
cacls %systemdrive%\mwlock.lok /e /g everyone:c
cacls %systemdrive%\pdoxusrs.net /e /g everyone:c
mkdir %systemdrive%\mediwin\data
cacls %systemdrive%\mediwin\data /e /r everyone
cacls %systemdrive%\mediwin\reg.* /e /g everyone:c
cacls %systemdrive%\mediwin\*.dfs /e /g everyone:c
cacls %systemdrive%\mediwin\*.tmp /e /g everyone:c
cacls %systemdrive%\mediwin /e /g everyone:c
copy *.lnk "%systemroot%\Profiles\All Users\Start Menu\Programs\"
copy *.kix "%systemdrive%\mediwin
popd


Southwestern Publishing Keyboarding

Yet another ancient DOS program, however, it *WILL* run from a directory that is R/O and all files are R/O so I forgive it.

User run instructions

Log into NT and start a command prompt or do START -> Run and type the command CK. If you want an icon installed on your desktop, type CK ICON instead.
Last page update: 11 February 1999
Official URL for this page: http://www.stanton.dtcc.edu/stanton/cs/admin/nt/notes/os.html
Page Maintained by: Ken Weaverling