Subversion Repositories spk

Rev

Rev 1 | Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 46
Line 13... Line 13...
13
#ifdef _WIN32
13
#ifdef _WIN32
14
#include <windows.h>
14
#include <windows.h>
15
#include <direct.h>
15
#include <direct.h>
16
#include <shlobj.h>
16
#include <shlobj.h>
17
#endif
17
#endif
-
 
18
 
-
 
19
#include <Package/InstallText.h>
18
 
20
 
19
#define BETA 1
21
#define BETA 1
20
 
22
 
21
class CProgressConsole : public CProgressInfo
23
class CProgressConsole : public CProgressInfo
22
{
24
{
Line 320... Line 322...
320
						continue;
322
						continue;
321
					}
323
					}
322
					break;
324
					break;
323
			}
325
			}
324
 
326
 
325
			if ( package->IsThereInstallText() )
327
			if ( package->installText()->any() )
326
			{
328
			{
327
				CyString installtext = packages->GetInstallBeforeText(package);
329
				CyString installtext = packages->GetInstallBeforeText(package);
328
				if ( !installtext.Empty() )
330
				if ( !installtext.Empty() )
329
				{
331
				{
330
					installtext.StripHTML();
332
					installtext.StripHTML();