home *** CD-ROM | disk | FTP | other *** search
-
- // copy the files
- copy . "\Windows" "RControl.dll"
- copy . "\Windows" "RcReg.exe"
-
- copy . \Windows "Remote Control Help.htc"
- copy . \Windows rcontro1.htp
- copy . \Windows rcontro2.htp
- copy . \Windows rcontro3.htp
- copy . \Windows rcontro4.htp
- copy . \Windows rcontro5.htp
-
-
- // create a shell link to the removal program
- //createShortcut "\Windows\Programs\Accessories" "Cascade.lnk" . "cascade.exe"
-
- remoteExec "\Windows\rcreg.exe"
-
- // cause the unload program to be run before uninstalling. Will require user to reboot HPC
- //prependToUnload "\\Windows\\rcreg unload\n"
-
- exit
-