47 void CMakeSIS::ShowBanner() |
47 void CMakeSIS::ShowBanner() |
48 // Displays the copyright... |
48 // Displays the copyright... |
49 { |
49 { |
50 std::wcout << std::endl << L"MAKESIS " << L" Version 5.3.0.0" << std::endl; |
50 std::wcout << std::endl << L"MAKESIS " << L" Version 5.3.0.0" << std::endl; |
51 std::wcout << L"A utility for creating Software Installation (SIS) files" << std::endl; |
51 std::wcout << L"A utility for creating Software Installation (SIS) files" << std::endl; |
52 std::wcout << L"Copyright (c) Symbian Software Ltd. 2000-2008 All rights reserved. " << std::endl; |
52 std::wcout << L"Copyright (c) 2000-2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. " << std::endl; |
53 #ifdef _DEBUG |
53 #ifdef _DEBUG |
54 std::wcout << std::endl << L"Development Version" << std::endl; |
54 std::wcout << std::endl << L"Development Version" << std::endl; |
55 #endif |
55 #endif |
56 std::wcout << std::endl; |
56 std::wcout << std::endl; |
57 } |
57 } |
422 << L" (dddd) - optional dialect ID" << std::endl << std::endl; |
422 << L" (dddd) - optional dialect ID" << std::endl << std::endl; |
423 std::wcout << L"#{\"NAMEaa\", ... \"NAMEzz\"},(UID), Major, Minor, Build, Options" << std::endl; |
423 std::wcout << L"#{\"NAMEaa\", ... \"NAMEzz\"},(UID), Major, Minor, Build, Options" << std::endl; |
424 std::wcout << L" Define file header, including name, uid and version" << std::endl; |
424 std::wcout << L" Define file header, including name, uid and version" << std::endl; |
425 std::wcout << L"%{\"Vendor-EN\", ... \"Vendor-FR\"}" << std::endl; |
425 std::wcout << L"%{\"Vendor-EN\", ... \"Vendor-FR\"}" << std::endl; |
426 std::wcout << L" Localised vendor names" << std::endl; |
426 std::wcout << L" Localised vendor names" << std::endl; |
427 std::wcout << L":\"Symbian Software Ltd\"" << std::endl; |
427 std::wcout << L":\"Nokia Software Ltd\"" << std::endl; |
428 std::wcout << L" The non-localised vendor name" << std::endl; |
428 std::wcout << L" The non-localised vendor name" << std::endl; |
429 std::wcout << L"=\"logo.jpg\",\"image/jpeg\",\"target.jpg\"" << std::endl; |
429 std::wcout << L"=\"logo.jpg\",\"image/jpeg\",\"target.jpg\"" << std::endl; |
430 std::wcout << L" Define the logo using file, mimetype, and optional target" << std::endl; |
430 std::wcout << L" Define the logo using file, mimetype, and optional target" << std::endl; |
431 std::wcout << L"\"Source\"-\"Destination\",Options" << std::endl; |
431 std::wcout << L"\"Source\"-\"Destination\",Options" << std::endl; |
432 std::wcout << L" File to be installed/viewed" << std::endl; |
432 std::wcout << L" File to be installed/viewed" << std::endl; |