We make exes in a machine with Win 2000, VB 6 (service pack 4) and Install Shield 3, and then when we install it in Win 98 we've got 2 problems:
1) When we make the setup program of our app the instalation it looks ok, but when we install and then reboot it appears: "RUNDLL -> Error loading POWRPROF.DLL The System cannot find the file especified...". We don´t include this DLL in our setup program, cos it already exists on the system (and we doesn´t need it also for nothing). This error disappears using MSCONFIG.EXE, desactivating "loadingPowerProfile" options, but we need to make a clean installation, without error messages.
2) Also, when we reboot after running the setup program the OS request USERENV.DLL, then we tried to include it in the setup program, install again, reboot again, and it says: "USERENV.DLL is attached to NTDLL.DLL: rtlsubautoritysid export that not exists". Then we included NTDLL.DLL in our setup program, install, reboot, and it says: "USERENV.DLL is attached with KERNEL32.DLL: privcopyfileexw export that not exists". Then we included KERNEL32.DLL in our setup program, install, reboor, and then the OS cannot boot and finally quits saying: "ERROR LOADING KERNEL".
Our setup program worked correctly some time ago, but in any moment it started to fail (we don´t know why or what). We were using win98 in the machine we use to make setup programs, and someone told us to use Win2000 to make them, but it still fails.
We know this seems so complicated and ugly, but we need a hand, please.
Thanks a lot
1) When we make the setup program of our app the instalation it looks ok, but when we install and then reboot it appears: "RUNDLL -> Error loading POWRPROF.DLL The System cannot find the file especified...". We don´t include this DLL in our setup program, cos it already exists on the system (and we doesn´t need it also for nothing). This error disappears using MSCONFIG.EXE, desactivating "loadingPowerProfile" options, but we need to make a clean installation, without error messages.
2) Also, when we reboot after running the setup program the OS request USERENV.DLL, then we tried to include it in the setup program, install again, reboot again, and it says: "USERENV.DLL is attached to NTDLL.DLL: rtlsubautoritysid export that not exists". Then we included NTDLL.DLL in our setup program, install, reboot, and it says: "USERENV.DLL is attached with KERNEL32.DLL: privcopyfileexw export that not exists". Then we included KERNEL32.DLL in our setup program, install, reboor, and then the OS cannot boot and finally quits saying: "ERROR LOADING KERNEL".
Our setup program worked correctly some time ago, but in any moment it started to fail (we don´t know why or what). We were using win98 in the machine we use to make setup programs, and someone told us to use Win2000 to make them, but it still fails.
We know this seems so complicated and ugly, but we need a hand, please.
Thanks a lot