|
|
1.1.1.5 ! root 1: /* ! 2: Legal Notice: The source code contained in this file has been derived from ! 3: the source code of Encryption for the Masses 2.02a, which is Copyright (c) ! 4: Paul Le Roux and which is covered by the 'License Agreement for Encryption ! 5: for the Masses'. Modifications and additions to that source code contained ! 6: in this file are Copyright (c) TrueCrypt Foundation and are covered by the ! 7: TrueCrypt License 2.3 the full text of which is contained in the file ! 8: License.txt included in TrueCrypt binary and source code distribution ! 9: packages. */ ! 10: 1.1 root 11: BOOL StatDeleteFile ( char *lpszFile ); 12: BOOL StatRemoveDirectory ( char *lpszDir ); 13: HRESULT CreateLink ( char *lpszPathObj , char *lpszArguments , char *lpszPathLink ); 14: void GetProgramPath ( HWND hwndDlg , char *path ); 1.1.1.3 root 15: void StatusMessage ( HWND hwndDlg , char *stringId ); 16: void StatusMessageParam ( HWND hwndDlg , char *stringId , char *param ); 1.1 root 17: void RegMessage ( HWND hwndDlg , char *txt ); 18: void RegRemoveMessage (HWND hwndDlg, char *txt); 19: void CopyMessage ( HWND hwndDlg , char *txt ); 20: void RemoveMessage ( HWND hwndDlg , char *txt ); 21: void IconMessage ( HWND hwndDlg , char *txt ); 22: int CALLBACK BrowseCallbackProc ( HWND hwnd , UINT uMsg , LPARAM lp , LPARAM pData ); 23: void LoadLicense ( HWND hwndDlg ); 1.1.1.4 root 24: BOOL DoFilesInstall ( HWND hwndDlg , char *szDestDir ); 25: BOOL DoRegInstall ( HWND hwndDlg , char *szDestDir , BOOL bInstallType ); 1.1.1.3 root 26: BOOL DoRegUninstall (HWND hwndDlg, BOOL bRemoveDeprecated); 1.1 root 27: BOOL DoServiceUninstall ( HWND hwndDlg , char *lpszService ); 28: BOOL DoDriverUnload ( HWND hwndDlg ); 29: BOOL DoDriverInstall ( HWND hwndDlg ); 30: BOOL DoShortcutsInstall ( HWND hwndDlg , char *szDestDir , BOOL bProgGroup, BOOL bDesktopIcon ); 31: BOOL DoShortcutsUninstall (HWND hwndDlg, char *szDestDir); 1.1.1.4 root 32: void OutcomePrompt ( HWND hwndDlg , BOOL bOK ); 1.1 root 33: void DoUninstall ( void *hwndDlg ); 34: void DoInstall ( void *hwndDlg ); 1.1.1.5 ! root 35: BOOL CALLBACK InstallDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam ); 1.1 root 36: int WINAPI WINMAIN ( HINSTANCE hInstance , HINSTANCE hPrevInstance , char *lpszCommandLine , int nCmdShow );
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.