You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
399 B
17 lines
399 B
//setuplib.h: ts client shared setup functions
|
|
//Copyright (c) 2000 Microsoft Corporation
|
|
//
|
|
|
|
#ifndef _setuplib_h_
|
|
#define _setuplib_h_
|
|
|
|
#include "dbg.h"
|
|
|
|
void DeleteTSCProgramFiles();
|
|
void DeleteTSCFromStartMenu(TCHAR *);
|
|
void DeleteTSCDesktopShortcuts();
|
|
void DeleteBitmapCacheFolder(TCHAR *szDstDir);
|
|
void DeleteTSCRegKeys();
|
|
HRESULT UninstallTSACMsi();
|
|
|
|
#endif // _setuplib_h_
|