PDA

View Full Version : mkrom question


kalex
17-06-2003, 09:53 PM
I would like to know how to put files into \program files path. i have an application (pocket plus) which installs some of it contents into \program files\pocket plus . how can i do this with mkrom? from my understanding files1 and files2 go into windows.


thanks


alex

Peter Poelman
17-06-2003, 10:09 PM
You can only create files in windows, and use the initobj things to make RAM copies. You probably want to run straight from windows, and adjust the registry settings and other stuff accordingly.

We've found that almost anything will run happily from \Windows.

kalex
17-06-2003, 10:13 PM
excellent. so basically copy all the files a program uses to windows, modify the reigstry to look in windows instead of program files? am i correct?


thanks


alex