I am trying to finalize a setup program.
The setup installs the MSDE2000 , reboots, changes the loginsmode registry entry from 1 to 2, then runs the InstallDB.
When I then run the application, windows XP gives me a message that a problem was encountered and offer to send a message to Microsoft. In other words the application crashes.
I have no access to the program source, I was given a directory with the program .exe and the database files .mdf and .ldf
The installDB seems to recognize the database and gives a message of successfully attached.
My question:
Must the InstanceName used in the msde Setup.exe match the database name in the installDB?
If not, what purpose does it serve? I am not sure what is meant by an instance.
The setup installs the MSDE2000 , reboots, changes the loginsmode registry entry from 1 to 2, then runs the InstallDB.
When I then run the application, windows XP gives me a message that a problem was encountered and offer to send a message to Microsoft. In other words the application crashes.
I have no access to the program source, I was given a directory with the program .exe and the database files .mdf and .ldf
The installDB seems to recognize the database and gives a message of successfully attached.
My question:
Must the InstanceName used in the msde Setup.exe match the database name in the installDB?
If not, what purpose does it serve? I am not sure what is meant by an instance.