зеркало из https://github.com/mozilla/pjs.git
added icon to setup.exe and changed a parse variable from JAR PATH to XPI PATH. These changes do not affect the seamonkey build. The windows wizard is not part of the build yet.
This commit is contained in:
Родитель
fb1b0309b8
Коммит
7ed6fe21ce
|
@ -292,7 +292,7 @@ url0=ftp://sweetlou.mcom.com/products/client/seamonkey/windows/32bit/x86/current
|
|||
|
||||
|
||||
;[Core]
|
||||
;Source=[JAR PATH]\base.xpi
|
||||
;Source=[XPI PATH]\base.xpi
|
||||
;Destination=[TEMP]\core.ns
|
||||
;Cleanup=TRUE
|
||||
;Message=Preparing SmartUpdate, please wait...
|
||||
|
@ -310,13 +310,13 @@ url0=ftp://sweetlou.mcom.com/products/client/seamonkey/windows/32bit/x86/current
|
|||
|
||||
[Uncompress File0]
|
||||
Timing=post download
|
||||
Source=[JAR PATH]\base.xpi
|
||||
Source=[XPI PATH]\base.xpi
|
||||
Destination=[SETUP PATH]
|
||||
Message=Configuring Seamonkey, please wait...
|
||||
|
||||
[Uncompress File1]
|
||||
Timing=post download
|
||||
Source=[JAR PATH]\extratest.xpi
|
||||
Source=[XPI PATH]\extratest.xpi
|
||||
Destination=[SETUP PATH]
|
||||
Message=Configuring Extra test files, please wait...
|
||||
|
||||
|
|
|
@ -2706,8 +2706,8 @@ HRESULT DecriptString(LPSTR szOutputStr, LPSTR szInputStr)
|
|||
|
||||
szPrepend[dwPrepend] = '\0';
|
||||
|
||||
/* if Variable is "JAR PATH", do special processing */
|
||||
if(lstrcmpi(szVariable, "JAR PATH") == 0)
|
||||
/* if Variable is "XPI PATH", do special processing */
|
||||
if(lstrcmpi(szVariable, "XPI PATH") == 0)
|
||||
{
|
||||
lstrcpy(szBuf, sgProduct.szAlternateArchiveSearchPath);
|
||||
RemoveBackSlash(szBuf);
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by setup.rc
|
||||
//
|
||||
|
||||
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/*
|
||||
* The contents of this file are subject to the Netscape Public License
|
||||
|
@ -22,10 +27,6 @@
|
|||
* Sean Su <ssu@netscape.com>
|
||||
*/
|
||||
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by setup.rc
|
||||
//
|
||||
#define IDS_ERROR_DLL_LOAD 1
|
||||
#define IDS_ERROR_STRING_LOAD 2
|
||||
#define IDS_ERROR_STRING_NULL 4
|
||||
|
@ -35,7 +36,7 @@
|
|||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 102
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1000
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
//Microsoft Developer Studio generated resource script.
|
||||
//
|
||||
|
||||
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/*
|
||||
* The contents of this file are subject to the Netscape Public License
|
||||
|
@ -22,8 +25,6 @@
|
|||
* Sean Su <ssu@netscape.com>
|
||||
*/
|
||||
|
||||
//Microsoft Developer Studio generated resource script.
|
||||
//
|
||||
#include "resource.h"
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
|
@ -117,6 +118,15 @@ END
|
|||
#endif // !_MAC
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
1 ICON DISCARDABLE "setup.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// String Table
|
||||
|
|
Загрузка…
Ссылка в новой задаче