Guest User

Untitled

a guest
May 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. MsiGetProperty(ISMSI_HANDLE,"DATABASEBACKUP",svpropvalue,nSize);
  2. StrRemoveLastSlash( svpropvalue );
  3. svResult = svpropvalue;
  4. StrReplace( svResult, "\", "\\", nStart);
  5. MsiSetProperty(ISMSI_HANDLE,"DATABASEBACKUP",svResult);
Add Comment
Please, Sign In to add comment