~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/xpinstall/packager/build/win/mfcembed/uninstall.it

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[General]
 
2
; Run Mode values:
 
3
;   Normal - Shows all dialogs.  Requires user input.
 
4
;   Auto   - Shows some dialogs, but none requiring user input.  It will
 
5
;            automatically install the product using default values.
 
6
;   Silent - Show no dialogs at all.  It will install product using default
 
7
;            values.
 
8
Run Mode=Normal
 
9
 
 
10
Company Name=$CompanyName$
 
11
Product Name=$ProductName$
 
12
 
 
13
; Valid Path values:
 
14
;   PROGRAMFILESDIR
 
15
;   WINDISK
 
16
;   WINDIR
 
17
;   WINSYSDIR
 
18
;   COMMON_STARTUP
 
19
;   COMMON_PROGRAMS
 
20
;   COMMON_STARTMENU
 
21
;   COMMON_DESKTOP
 
22
;
 
23
;   PERSONAL_STARTUP
 
24
;   PERSONAL_PROGRAMS
 
25
;   PERSONAL_STARTMENU
 
26
;   PERSONAL_DESKTOP
 
27
;
 
28
;   PERSONAL_APPDATA
 
29
;   PERSONAL_CACHE
 
30
;   PERSONAL_COOKIES
 
31
;   PERSONAL_FAVORITES
 
32
;   PERSONAL_FONTS
 
33
;   PERSONAL_HISTORY
 
34
;   PERSONAL_NETHOOD
 
35
;   PERSONAL_PERSONAL
 
36
;   PERSONAL_PRINTHOOD (supported only under Windows NT)
 
37
;   PERSONAL_RECENT
 
38
;   PERSONAL_SENDTO
 
39
;   PERSONAL_TEMPLATES
 
40
;
 
41
;   PROGRAMFILESDIR
 
42
;   COMMONFILESDIR
 
43
;   MEDIAPATH
 
44
;   CONFIGPATH (supported only under Windows95 and Windows98)
 
45
;   DEVICEPATH
 
46
 
 
47
; This provides information on where in the Windows Registry to locate the Uninstall log files
 
48
;
 
49
Main Root Key=HKEY_LOCAL_MACHINE
 
50
Main Key=[Product WinRegKey]
 
51
Decrypt Main Key=TRUE
 
52
 
 
53
Root Key=HKEY_LOCAL_MACHINE
 
54
Key=[Product CurrentVersion]\Uninstall
 
55
Decrypt Key=TRUE
 
56
 
 
57
Uninstall Filename=$UninstallFile$
 
58
Defaults Info Filename=defaults_info.ini
 
59
 
 
60
[Check Instance0]
 
61
Class Name=MozillaMessageWindow
 
62
Window Name=
 
63
;*** LOCALIZE ME BABY ***
 
64
Message=$ProductName$ is detected to be currently running.  Please quit $ProductName$ before continuing.  Click Retry to perform the check again, or Cancel to exit the uninstaller.
 
65
 
 
66
 
 
67
[Dialog Uninstall]
 
68
FONTNAME=MS Sans Serif
 
69
FONTSIZE=8
 
70
CHARSET=0
 
71
;Here is a partial list CHAR_SETS
 
72
;  ANSI_CHARSET = 0
 
73
;  DEFAULT_CHARSET = 1
 
74
;  SYMBOL_CHARSET = 2
 
75
;  SHIFTJIS_CHARSET = 128
 
76
;  GB2312_CHARSET = 134
 
77
;  HANGEUL_CHARSET = 129
 
78
;  CHINESEBIG5_CHARSET = 136
 
79
;  OEM_CHARSET 255
 
80
Show Dialog=TRUE
 
81
Title=$ProductName$ Uninstaller
 
82
Message0=Are you sure you want to completely remove %s and all of its components?
 
83
 
 
84
Uninstall=&Uninstall
 
85
Cancel=&Cancel
 
86
Message1=Uninstall has detected that the following shared file is no longer used by any programs.  If any programs still require the shared file and it is removed, those programs may no longer function.  Are you sure you want to remove this shared file?
 
87
Message2=Leaving this file will not harm your system.  If you are not sure, it is recommended that the shared file be not removed from the system.
 
88
FileName=File name:
 
89
No=&No
 
90
NoToAll=N&o to all
 
91
Yes=&Yes
 
92
YesToAll=Y&es to all
 
93
 
 
94
;[Check Instance0]
 
95
;Class Name=MozillaWindowClass
 
96
;Window Name=
 
97
;Message=Setup has detected that an instance of Seamonkey is currently running.  Please quit Seamonkey before continuing Setup.
 
98
 
 
99
;[Check Instance1]
 
100
;Process Name=psm.exe
 
101
;Message=Setup has detected that an instance of Personal Security Manager is currently running.  Personal Security Manager will quit by itself when there are no other applications running that require it.  A reboot might be necessary.  Setup will then be able to continue.
 
102
 
 
103
; This section attempts to restore/undo the desktop integration performed by the browser/mail
 
104
[Restore Desktop Integration]
 
105
Enabled=TRUE
 
106
 
 
107
; This section attempts to cleanup the UnreadMail registry keys set up by mail.
 
108
[Cleanup Mail Integration]
 
109
Enabled=TRUE
 
110
 
 
111
[Messages]
 
112
ERROR_DLL_LOAD=Could not load %s
 
113
ERROR_STRING_LOAD=Could not load string resource ID %d
 
114
ERROR_STRING_NULL=Null pointer encountered.
 
115
ERROR_GLOBALALLOC=Memory allocation error.
 
116
ERROR_FAILED=%s failed.
 
117
ERROR_DIALOG_CREATE=Could not create %s dialog.
 
118
DLGQUITTITLE=Question
 
119
DLGQUITMSG=Are you sure you want to cancel?
 
120
ERROR_GET_SYSTEM_DIRECTORY_FAILED=GetSystemDirectory() failed.
 
121
ERROR_GET_WINDOWS_DIRECTORY_FAILED=GetWindowsDirectory() failed.
 
122
ERROR_CREATE_TEMP_DIR=Setup was unable to create the TEMP directory: %s
 
123
ERROR_SETUP_REQUIREMENT=Windows95 or greater Operating System is required!  Exiting setup...
 
124
MB_WARNING_STR=Warning
 
125
ERROR_UNINSTALL_LOG_FOLDER=Uninstall log folder not found:%s
 
126
MB_MESSAGE_STR=Message
 
127
DLG_REMOVE_FILE_TITLE=Remove File?
 
128
ERROR_GETVERSION=GetVersionEx() failed!
 
129