William
07-11-2003, 06:21 AM
Hi I have created a setup for Window from Package &D W. It runs fines for window 98, XP. You can also install it on window 2000, it still can be installed successfully. However, if you run the exe, it will show the following message: " error 76, ...path not found" erro message.
Can anyone help?
iowahawk43
07-11-2003, 07:42 AM
Hi I have created a setup for Window from Package &D W. It runs fines for window 98, XP. You can also install it on window 2000, it still can be installed successfully. However, if you run the exe, it will show the following message: " error 76, ...path not found" erro message.
Can anyone help?
Not without knowing the line of code that causes that error. Does your install package create new folders? Is one of those folders missing in Win2000?
Do you hardcode paths in your application? Like Shell(C:\windows\system...)? If so, Windows is not there because \WinNT replaces it.
William
07-13-2003, 04:22 AM
Hi I have created a setup for Window from Package &D W. It runs fines for window 98, XP. You can also install it on window 2000, it still can be installed successfully. However, if you run the exe, it will show the following message: " error 76, ...path not found" erro message.
Can anyone help?
Not without knowing the line of code that causes that error. Does your install package create new folders? Is one of those folders missing in Win2000?
Do you hardcode paths in your application? Like Shell(C:\windows\system...)? If so, Windows is not there because \WinNT replaces it.
I do have hardcode paths of one file into the windows\system32. I think that it could be the problem.
Thanks