May 17, 2011
07:40 AM
I wanted to create a key "(Default)" under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBSFile\Shell\runas\Command as REG_EXPAND_SZ type. But I am also getting one entry with same name with type REG_SZ. Here is my code: RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE); RegKy = "SOFTWARE\\Classes\\VBSFile\\Shell\\runas\\Command"; if( RegDBKeyExist ( RegKy) != 1 )then rst = RegDBSetKeyValueEx(RegKy, "(Default)", REGDB_STRING_EXPAND, "%SystemRoot%\\System32\\WScript.exe \"%1\" %*", -1); if (rst < 0) then MessageBox("Failed to value", WARNING); endif; endif; I dont want the another key with REG_SZ type. Please suggest. Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Latest posts by mthapa
Subject | Views | Posted |
---|---|---|
4014 | May 17, 2011 07:40 AM |