BUG: Self-Extracting Setup Project Contains Incorrect Parameters (296633)
The information in this article applies to:
- Microsoft Visual J++ 6.0, when used with:
- the operating system: Microsoft Windows 2000
This article was previously published under Q296633 SYMPTOMS
A self-extracting setup project that uses the default command line option of <WinDir>\WJview.exe works fine on all operating systems except Windows 2000. On a Windows 2000-based computer, the setup project cannot find WJview.exe in the WinNT folder.
CAUSE
This problem occurs because WJview.exe is located in the System32 folder on computers that are running Windows 2000. On computers that are running Windows 95, Windows 98, Windows Millennium Edition, and Windows NT, WJview.exe is located in the associated <WinDir> folder.
RESOLUTION
To resolve this problem, create two self-extracting setup solutions for your project. Use the default solution for all operating systems. For Windows 2000, replace <WinDir> with <SysDir> for the command line option. This forces Windows 2000 to look in the System32 folder.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For support information about Visual J++ and the SDK for Java, visit the following Microsoft Web site:
Modification Type: | Major | Last Reviewed: | 6/14/2006 |
---|
Keywords: | kbBug kbIDEProject kbnofix KB296633 |
---|
|