brianw
01-23-2002, 09:17 AM
I'm trying to create a registry entry called File Mode - a BINARY type - with a value of 01. However, when I attempt to create this through my script, I'm getting everything but a 01 entry. I've attached the code that I am using to try and do this. Any assistance that anyone can provide is greatly appreciated.
Here it is:
if (RegDBSetKeyValueEx(saKey, "File Mode", REGDB_BINARY, sValue, nSize) < 0) then
MessageBox("Setup was unable to create the 'File Mode' registry value \n" +"for the " + saType + "\\" + svName + " ACD. This will have to be done manually.\n", WARNING);
endif;
Here it is:
if (RegDBSetKeyValueEx(saKey, "File Mode", REGDB_BINARY, sValue, nSize) < 0) then
MessageBox("Setup was unable to create the 'File Mode' registry value \n" +"for the " + saType + "\\" + svName + " ACD. This will have to be done manually.\n", WARNING);
endif;