I downloaded msde2000a today. I tried to find the setup.exe installation program based on the normal installation environment. The error message is displayed in the dialog box: "To ensure security, you must use a strong SA password. Use the SAPWD switch to provide the same password. For more information, see the README file. The installer will exit immediately ."
Depressed.
Looking at the document is not as good as Baidu, I found several solutions:
1,
Enter the installation directory at the command prompt. For example, MSDERelA. Then, click setup.exe SAPWD = "your computer password". The installation is successful. Description:
This will soon be installed.
2. The solution to this problem is:
Find setup. ini in the msde installation directory and change it to the following
[Options]
SECURITYMODE = SQL
SAPWD = 1, 123
The "123" after SAPWD is your sa password. (You can also change it to your own ).
Double-click the installation button.