Changeset 28546 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 21, 2010 8:30:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r27552 r28546 181 181 RTStrFree(pszAddRev); 182 182 } 183 else /* If not found delete stale entries. */ 184 { 185 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Version", NULL); 186 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/Revision", NULL); 187 } 183 188 184 189 #ifdef RT_OS_WINDOWS … … 193 198 RTStrFree(pszInstDir); 194 199 } 200 else /* If not found delete stale entry. */ 201 { 202 rc = VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestAdd/InstallDir", NULL); 203 } 195 204 VBoxServiceWinGetComponentVersions(g_VMInfoGuestPropSvcClientID); 196 205 #endif 206 207 /* return rc; */ 197 208 } 198 209
Note:
See TracChangeset
for help on using the changeset viewer.