############################################################################################ # NSIS Installation Script created by NSIS Quick Setup Script Generator v1.09.18 # Entirely Edited with NullSoft Scriptable Installation System # by Vlasis K. Barkas aka Red Wine red_wine@freemail.gr Sep 2006 ############################################################################################ !define APP_NAME "KompoZer" !define COMP_NAME "Kompozer.net" !define WEB_SITE "http://Kompozer.net" !define VERSION "0.7.1.0" !define COPYRIGHT "Fabien Cazenave © 2009" !define DESCRIPTION "Easy Authoring Web" !define LICENSE_TXT "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\LICENSE.txt" !define INSTALLER_NAME "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\KompoZer 0.7.1.0.exe" !define MAIN_APP_EXE "kompozer.exe" !define INSTALL_TYPE "SetShellVarContext current" !define REG_ROOT "HKCU" !define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${MAIN_APP_EXE}" !define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" !define REG_START_MENU "Start Menu Folder" var SM_Folder ###################################################################### VIProductVersion "${VERSION}" VIAddVersionKey "ProductName" "${APP_NAME}" VIAddVersionKey "CompanyName" "${COMP_NAME}" VIAddVersionKey "LegalCopyright" "${COPYRIGHT}" VIAddVersionKey "FileDescription" "${DESCRIPTION}" VIAddVersionKey "FileVersion" "${VERSION}" ###################################################################### SetCompressor /SOLID Lzma Name "${APP_NAME}" Caption "${APP_NAME}" OutFile "${INSTALLER_NAME}" BrandingText "${APP_NAME}" XPStyle on InstallDirRegKey "${REG_ROOT}" "${REG_APP_PATH}" "" InstallDir "$PROGRAMFILES\KompoZer" ###################################################################### ;Program Icon Icon "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\KompoZer.ico" ;=== Icon & Stye === !define MUI2_ICON "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\KompoZer.ico" ###################################################################### !include "MUI.nsh" !define MUI_ABORTWARNING !define MUI_UNABORTWARNING !insertmacro MUI_PAGE_WELCOME !ifdef LICENSE_TXT !insertmacro MUI_PAGE_LICENSE "${LICENSE_TXT}" !endif !insertmacro MUI_PAGE_DIRECTORY !ifdef REG_START_MENU !define MUI_STARTMENUPAGE_DEFAULTFOLDER "KompoZer" !define MUI_STARTMENUPAGE_REGISTRY_ROOT "${REG_ROOT}" !define MUI_STARTMENUPAGE_REGISTRY_KEY "${UNINSTALL_PATH}" !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${REG_START_MENU}" !insertmacro MUI_PAGE_STARTMENU Application $SM_Folder !endif !insertmacro MUI_PAGE_INSTFILES !define MUI_FINISHPAGE_RUN "$INSTDIR\${MAIN_APP_EXE}" !insertmacro MUI_PAGE_FINISH !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES !insertmacro MUI_UNPAGE_FINISH !insertmacro MUI_LANGUAGE "English" ###################################################################### Section -MainProgram ${INSTALL_TYPE} SetOverwrite ifnewer SetOutPath "$INSTDIR" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\.autoreg" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\AccessibleMarshal.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\bloaturls.txt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\gkgfx.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\js3250.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\kompozer.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\KompoZer.ico" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\LICENSE.txt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\mangle.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\mozz.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\msvcp70.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\msvcr70.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\nspr4.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\nss3.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\nssckbi.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\plc4.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\plds4.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\rebasedlls.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\regchrome.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\regxpcom.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\shlibsign.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\smime3.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\softokn3.chk" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\softokn3.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\ssl3.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpcom.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpcom_compat.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpcshell.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpicleanup.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpidl.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpistub.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpt_dump.exe" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\xpt_link.exe" SetOutPath "$INSTDIR\res" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\arrow.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\arrowd.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\bloatcycle.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\broken-image.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\charsetalias.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\charsetData.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\cmessage.txt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\EditorOverride.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\forms.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\grabber.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\langGroups.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\language.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\loading-image.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\platform-forms.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\quirk.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-column-after-active.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-column-after-hover.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-column-after.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-column-before-active.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-column-before-hover.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-column-before.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-row-after-active.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-row-after-hover.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-row-after.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-row-before-active.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-row-before-hover.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-add-row-before.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-remove-column-active.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-remove-column-hover.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-remove-column.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-remove-row-active.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-remove-row-hover.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\table-remove-row.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\ua.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\viewer.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\viewsource.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\wincharset.properties" SetOutPath "$INSTDIR\res\throbber" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anim.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims00.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims01.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims02.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims03.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims04.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims05.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims06.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims07.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims08.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims09.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims10.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims11.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims12.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims13.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims14.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims15.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims16.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims17.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims18.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims19.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims20.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims21.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims22.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims23.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims24.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims25.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims26.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims27.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims28.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\throbber\anims29.gif" SetOutPath "$INSTDIR\res\samples" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\aform.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\Anieyes.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\beeptest.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\bform.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\bg.jpg" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\cform.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\checkboxTest.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\colorpicker.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\demoform.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\dexopenchrome.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\dexparamdialog.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\dexparamdialog.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\find.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\gear1.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\hidetoolicon.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\hidetoolicon.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\image_props.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\mozform.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\printsetup.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\raptor.jpg" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\rock_gra.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\scrollbarTest1.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\scrollbarTest2.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\sliderTest1.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\soundtest.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\tab.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test.wav" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test0.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test1.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test10.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test11.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test12.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test13.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test14.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test15.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test16.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test2.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test3.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test4.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test5.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test6.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test7.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test8-1.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test8.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test8dom.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test8sca.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test8siz.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test8tab.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test9.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test9a.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test9b.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test_ed.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test_form.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test_gfx.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test_lbox.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test_pr.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\test_weight.html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\toolbarTest1.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\treeTest1.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\treeTest1.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\widgets.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\xpmenu.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\xulTest.css" SetOutPath "$INSTDIR\res\samples\sampleimages" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\sampleimages\bongo.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\sampleimages\down.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\sampleimages\left.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\sampleimages\right.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\samples\sampleimages\up.gif" SetOutPath "$INSTDIR\res\rdf" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\rdf\dom-test-4.css" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\rdf\folder-closed.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\rdf\folder-open.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\rdf\ignore-test.xul" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\rdf\loading.gif" SetOutPath "$INSTDIR\res\html" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-audio.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-binary.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-find.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-image.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-menu.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-movie.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-sound.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-telnet.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-text.gif" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\html\gopher-unknown.gif" SetOutPath "$INSTDIR\res\fonts" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\fonts\fontEncoding.properties" SetOutPath "$INSTDIR\res\entityTables" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\entityTables\html40Latin1.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\entityTables\html40Special.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\entityTables\html40Symbols.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\entityTables\htmlEntityVersions.properties" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\entityTables\transliterate.properties" SetOutPath "$INSTDIR\res\dtd" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\dtd\xhtml11.dtd" SetOutPath "$INSTDIR\res\builtin" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\res\builtin\platformHTMLBindings.xml" SetOutPath "$INSTDIR\plugins" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\plugins\npnul32.dll" SetOutPath "$INSTDIR\greprefs" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\greprefs\all.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\greprefs\security-prefs.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\greprefs\xpinstall.js" SetOutPath "$INSTDIR\defaults\wallet" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\DistinguishedSchema.tbl" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\FieldSchema.tbl" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\PositionalSchema.tbl" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\SchemaConcat.tbl" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\SchemaStrings.tbl" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\StateSchema.tbl" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\wallet\VcardSchema.tbl" SetOutPath "$INSTDIR\defaults\profile" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\all.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\editor.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\localstore.rdf" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\panels.rdf" SetOutPath "$INSTDIR\defaults\profile\US" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\US\all.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\US\editor.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\US\localstore.rdf" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\US\panels.rdf" SetOutPath "$INSTDIR\defaults\profile\extensions" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\extensions\Extensions.rdf" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\extensions\installed-extensions.txt" SetOutPath "$INSTDIR\defaults\profile\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\profile\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\install.rdf" SetOutPath "$INSTDIR\defaults\pref" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\pref\all.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\pref\editor.js" SetOutPath "$INSTDIR\defaults\autoconfig" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\autoconfig\platform.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\defaults\autoconfig\prefcalls.js" SetOutPath "$INSTDIR\components" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\accessibility-msaa.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\accessibility.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\accessibility.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\alerts.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\appcomps.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\appshell.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\appshell.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\autocomplete.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\autoconfig.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\autoconfig.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\bookmarks.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\caps.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\caps.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\chardet.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\chrome.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\commandhandler.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\compcmp.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\composer.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\composer.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\content_base.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\content_html.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\content_htmldoc.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\content_xmldoc.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\content_xslt.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\docshell.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\docshell_base.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_base.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_core.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_css.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_events.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_html.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_loadsave.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_range.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_stylesheets.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_traversal.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_views.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_xbl.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_xpath.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\dom_xul.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\downloadmanager.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\editor.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\editor.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\embedcomponents.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\embed_base.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\extensions.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\exthandler.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\fastfind.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\find.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\gfx.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\gkgfxwin.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\gklayout.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\gkparser.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\gkplugin.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\gkwidget.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\helperAppDlg.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\history.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\htmlparser.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\httpindex.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\i18n.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\imgicon.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\imgicon.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\imglib2.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\imglib2.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\intl.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\intlcmpt.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\intlcmpt.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jar.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jar50.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jsconsole-clhandler.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jsconsole.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jsd3250.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jsdservice.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\jsurl.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\layout_base.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\layout_xul.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\layout_xul_tree.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\locale.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\lwbrk.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\mimetype.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\mork.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\mozbrwsr.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\mozfind.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\mozfind.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\myspell.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko2.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_about.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_cache.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_cookie.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_data.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_dns.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_file.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_ftp.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_http.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_jar.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_res.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_strconv.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\necko_viewsource.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsCloseAllWindows.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsDictionary.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsDownloadProgressListener.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsExtensionManager.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsHelperAppDlg.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsInterfaceInfoToIDL.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsProgressDialog.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsProxyAutoConfig.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsSetDefaultBrowser.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsSetDefaultMail.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsUnsetDefaultMail.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsUpdateService.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nsXmlRpcClient.js" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nvuhelpers.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\nvuhlprs.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pipboot.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pipboot.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pipnss.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pipnss.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pippki.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pippki.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\plugin.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\pref.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\prefetch.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\profile.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\progressDlg.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\proxyObject.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\rdf.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\rdf.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\shistory.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\sidebar.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\signonviewer.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\spellchecker.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\spellchk.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\toolkitprofile.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\txmgr.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\txmgr.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\txtsvc.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\uconv.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\uconv.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\unicharutil.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\universalchardet.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\update.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\uriloader.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\wallet.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\wallet.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\walleteditor.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\walletpreview.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\webbrowserpersist.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\webBrowser_core.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\webbrwsr.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\webshell_idls.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\websrvcs.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\websrvcs.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\widget.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\windowds.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\windowwatcher.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\winhooks.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\wlltvwrs.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xml-rpc.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xmlextras.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xmlextras.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpc3250.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_base.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_compat_c.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_components.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_ds.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_io.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_obsolete.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_thread.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpcom_xpti.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpconnect.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpinstal.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xpinstall.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xppref32.dll" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xremoteservice.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xuldoc.xpt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\xultmpl.xpt" SetOutPath "$INSTDIR\components\myspell" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\myspell\en-US.aff" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\components\myspell\en-US.dic" SetOutPath "$INSTDIR\chrome" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\cascades.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\chromelist.txt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\classic.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\comm.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\embed-sample.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\en-US.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\help.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\installed-chrome.txt" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\pipnss.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\pippki.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\tipoftheday.jar" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\toolkit.jar" SetOutPath "$INSTDIR\chrome\icons\default" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\icons\default\default.xpm" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\icons\default\mozicon16.xpm" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\icons\default\mozicon256.png" File "C:\Documents and Settings\Michael\Desktop\KompoZer 0.7.10\chrome\icons\default\mozicon50.xpm" SectionEnd ###################################################################### Section -Icons_Reg SetOutPath "$INSTDIR" WriteUninstaller "$INSTDIR\uninstall.exe" !ifdef REG_START_MENU !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory "$SMPROGRAMS\$SM_Folder" CreateShortCut "$SMPROGRAMS\$SM_Folder\${APP_NAME}.lnk" "$INSTDIR\${MAIN_APP_EXE}" CreateShortCut "$DESKTOP\${APP_NAME}.lnk" "$INSTDIR\${MAIN_APP_EXE}" CreateShortCut "$SMPROGRAMS\$SM_Folder\Uninstall ${APP_NAME}.lnk" "$INSTDIR\uninstall.exe" !ifdef WEB_SITE WriteIniStr "$INSTDIR\${APP_NAME} website.url" "InternetShortcut" "URL" "${WEB_SITE}" CreateShortCut "$SMPROGRAMS\$SM_Folder\${APP_NAME} Website.lnk" "$INSTDIR\${APP_NAME} website.url" !endif !insertmacro MUI_STARTMENU_WRITE_END !endif !ifndef REG_START_MENU CreateDirectory "$SMPROGRAMS\KompoZer" CreateShortCut "$SMPROGRAMS\KompoZer\${APP_NAME}.lnk" "$INSTDIR\${MAIN_APP_EXE}" CreateShortCut "$DESKTOP\${APP_NAME}.lnk" "$INSTDIR\${MAIN_APP_EXE}" CreateShortCut "$SMPROGRAMS\KompoZer\Uninstall ${APP_NAME}.lnk" "$INSTDIR\uninstall.exe" !ifdef WEB_SITE WriteIniStr "$INSTDIR\${APP_NAME} website.url" "InternetShortcut" "URL" "${WEB_SITE}" CreateShortCut "$SMPROGRAMS\KompoZer\${APP_NAME} Website.lnk" "$INSTDIR\${APP_NAME} website.url" !endif !endif WriteRegStr ${REG_ROOT} "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}" WriteRegStr ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "${APP_NAME}" WriteRegStr ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe" WriteRegStr ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayIcon" "$INSTDIR\${MAIN_APP_EXE}" WriteRegStr ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "${VERSION}" WriteRegStr ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "${COMP_NAME}" !ifdef WEB_SITE WriteRegStr ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "${WEB_SITE}" !endif SectionEnd ###################################################################### Section Uninstall ${INSTALL_TYPE} Delete "$INSTDIR\.autoreg" Delete "$INSTDIR\AccessibleMarshal.dll" Delete "$INSTDIR\bloaturls.txt" Delete "$INSTDIR\gkgfx.dll" Delete "$INSTDIR\js3250.dll" Delete "$INSTDIR\KompoZer 0.7.1.0.exe" Delete "$INSTDIR\Kompozer 0.7.1.0.nsi" Delete "$INSTDIR\kompozer.exe" Delete "$INSTDIR\KompoZer.ico" Delete "$INSTDIR\LICENSE.txt" Delete "$INSTDIR\mangle.exe" Delete "$INSTDIR\mozz.dll" Delete "$INSTDIR\msvcp70.dll" Delete "$INSTDIR\msvcr70.dll" Delete "$INSTDIR\nspr4.dll" Delete "$INSTDIR\nss3.dll" Delete "$INSTDIR\nssckbi.dll" Delete "$INSTDIR\plc4.dll" Delete "$INSTDIR\plds4.dll" Delete "$INSTDIR\rebasedlls.exe" Delete "$INSTDIR\regchrome.exe" Delete "$INSTDIR\regxpcom.exe" Delete "$INSTDIR\shlibsign.exe" Delete "$INSTDIR\smime3.dll" Delete "$INSTDIR\softokn3.chk" Delete "$INSTDIR\softokn3.dll" Delete "$INSTDIR\ssl3.dll" Delete "$INSTDIR\xpcom.dll" Delete "$INSTDIR\xpcom_compat.dll" Delete "$INSTDIR\xpcshell.exe" Delete "$INSTDIR\xpicleanup.exe" Delete "$INSTDIR\xpidl.exe" Delete "$INSTDIR\xpistub.dll" Delete "$INSTDIR\xpt_dump.exe" Delete "$INSTDIR\xpt_link.exe" Delete "$INSTDIR\res\arrow.gif" Delete "$INSTDIR\res\arrowd.gif" Delete "$INSTDIR\res\bloatcycle.html" Delete "$INSTDIR\res\broken-image.gif" Delete "$INSTDIR\res\charsetalias.properties" Delete "$INSTDIR\res\charsetData.properties" Delete "$INSTDIR\res\cmessage.txt" Delete "$INSTDIR\res\EditorOverride.css" Delete "$INSTDIR\res\forms.css" Delete "$INSTDIR\res\grabber.gif" Delete "$INSTDIR\res\html.css" Delete "$INSTDIR\res\langGroups.properties" Delete "$INSTDIR\res\language.properties" Delete "$INSTDIR\res\loading-image.gif" Delete "$INSTDIR\res\platform-forms.css" Delete "$INSTDIR\res\quirk.css" Delete "$INSTDIR\res\table-add-column-after-active.gif" Delete "$INSTDIR\res\table-add-column-after-hover.gif" Delete "$INSTDIR\res\table-add-column-after.gif" Delete "$INSTDIR\res\table-add-column-before-active.gif" Delete "$INSTDIR\res\table-add-column-before-hover.gif" Delete "$INSTDIR\res\table-add-column-before.gif" Delete "$INSTDIR\res\table-add-row-after-active.gif" Delete "$INSTDIR\res\table-add-row-after-hover.gif" Delete "$INSTDIR\res\table-add-row-after.gif" Delete "$INSTDIR\res\table-add-row-before-active.gif" Delete "$INSTDIR\res\table-add-row-before-hover.gif" Delete "$INSTDIR\res\table-add-row-before.gif" Delete "$INSTDIR\res\table-remove-column-active.gif" Delete "$INSTDIR\res\table-remove-column-hover.gif" Delete "$INSTDIR\res\table-remove-column.gif" Delete "$INSTDIR\res\table-remove-row-active.gif" Delete "$INSTDIR\res\table-remove-row-hover.gif" Delete "$INSTDIR\res\table-remove-row.gif" Delete "$INSTDIR\res\ua.css" Delete "$INSTDIR\res\viewer.properties" Delete "$INSTDIR\res\viewsource.css" Delete "$INSTDIR\res\wincharset.properties" Delete "$INSTDIR\res\throbber\anim.gif" Delete "$INSTDIR\res\throbber\anims00.gif" Delete "$INSTDIR\res\throbber\anims01.gif" Delete "$INSTDIR\res\throbber\anims02.gif" Delete "$INSTDIR\res\throbber\anims03.gif" Delete "$INSTDIR\res\throbber\anims04.gif" Delete "$INSTDIR\res\throbber\anims05.gif" Delete "$INSTDIR\res\throbber\anims06.gif" Delete "$INSTDIR\res\throbber\anims07.gif" Delete "$INSTDIR\res\throbber\anims08.gif" Delete "$INSTDIR\res\throbber\anims09.gif" Delete "$INSTDIR\res\throbber\anims10.gif" Delete "$INSTDIR\res\throbber\anims11.gif" Delete "$INSTDIR\res\throbber\anims12.gif" Delete "$INSTDIR\res\throbber\anims13.gif" Delete "$INSTDIR\res\throbber\anims14.gif" Delete "$INSTDIR\res\throbber\anims15.gif" Delete "$INSTDIR\res\throbber\anims16.gif" Delete "$INSTDIR\res\throbber\anims17.gif" Delete "$INSTDIR\res\throbber\anims18.gif" Delete "$INSTDIR\res\throbber\anims19.gif" Delete "$INSTDIR\res\throbber\anims20.gif" Delete "$INSTDIR\res\throbber\anims21.gif" Delete "$INSTDIR\res\throbber\anims22.gif" Delete "$INSTDIR\res\throbber\anims23.gif" Delete "$INSTDIR\res\throbber\anims24.gif" Delete "$INSTDIR\res\throbber\anims25.gif" Delete "$INSTDIR\res\throbber\anims26.gif" Delete "$INSTDIR\res\throbber\anims27.gif" Delete "$INSTDIR\res\throbber\anims28.gif" Delete "$INSTDIR\res\throbber\anims29.gif" Delete "$INSTDIR\res\samples\aform.css" Delete "$INSTDIR\res\samples\Anieyes.gif" Delete "$INSTDIR\res\samples\beeptest.html" Delete "$INSTDIR\res\samples\bform.css" Delete "$INSTDIR\res\samples\bg.jpg" Delete "$INSTDIR\res\samples\cform.css" Delete "$INSTDIR\res\samples\checkboxTest.xul" Delete "$INSTDIR\res\samples\colorpicker.xul" Delete "$INSTDIR\res\samples\demoform.css" Delete "$INSTDIR\res\samples\dexopenchrome.xul" Delete "$INSTDIR\res\samples\dexparamdialog.html" Delete "$INSTDIR\res\samples\dexparamdialog.xul" Delete "$INSTDIR\res\samples\find.html" Delete "$INSTDIR\res\samples\gear1.gif" Delete "$INSTDIR\res\samples\hidetoolicon.css" Delete "$INSTDIR\res\samples\hidetoolicon.xul" Delete "$INSTDIR\res\samples\image_props.html" Delete "$INSTDIR\res\samples\mozform.css" Delete "$INSTDIR\res\samples\printsetup.html" Delete "$INSTDIR\res\samples\raptor.jpg" Delete "$INSTDIR\res\samples\rock_gra.gif" Delete "$INSTDIR\res\samples\scrollbarTest1.xul" Delete "$INSTDIR\res\samples\scrollbarTest2.xul" Delete "$INSTDIR\res\samples\sliderTest1.xul" Delete "$INSTDIR\res\samples\soundtest.html" Delete "$INSTDIR\res\samples\tab.xul" Delete "$INSTDIR\res\samples\test.wav" Delete "$INSTDIR\res\samples\test0.html" Delete "$INSTDIR\res\samples\test1.html" Delete "$INSTDIR\res\samples\test10.html" Delete "$INSTDIR\res\samples\test11.html" Delete "$INSTDIR\res\samples\test12.html" Delete "$INSTDIR\res\samples\test13.html" Delete "$INSTDIR\res\samples\test14.html" Delete "$INSTDIR\res\samples\test15.html" Delete "$INSTDIR\res\samples\test16.html" Delete "$INSTDIR\res\samples\test2.html" Delete "$INSTDIR\res\samples\test3.html" Delete "$INSTDIR\res\samples\test4.html" Delete "$INSTDIR\res\samples\test5.html" Delete "$INSTDIR\res\samples\test6.html" Delete "$INSTDIR\res\samples\test7.html" Delete "$INSTDIR\res\samples\test8-1.html" Delete "$INSTDIR\res\samples\test8.html" Delete "$INSTDIR\res\samples\test8dom.html" Delete "$INSTDIR\res\samples\test8sca.html" Delete "$INSTDIR\res\samples\test8siz.html" Delete "$INSTDIR\res\samples\test8tab.html" Delete "$INSTDIR\res\samples\test9.html" Delete "$INSTDIR\res\samples\test9a.html" Delete "$INSTDIR\res\samples\test9b.html" Delete "$INSTDIR\res\samples\test_ed.html" Delete "$INSTDIR\res\samples\test_form.html" Delete "$INSTDIR\res\samples\test_gfx.html" Delete "$INSTDIR\res\samples\test_lbox.html" Delete "$INSTDIR\res\samples\test_pr.html" Delete "$INSTDIR\res\samples\test_weight.html" Delete "$INSTDIR\res\samples\toolbarTest1.xul" Delete "$INSTDIR\res\samples\treeTest1.css" Delete "$INSTDIR\res\samples\treeTest1.xul" Delete "$INSTDIR\res\samples\widgets.xul" Delete "$INSTDIR\res\samples\xpmenu.xul" Delete "$INSTDIR\res\samples\xulTest.css" Delete "$INSTDIR\res\samples\sampleimages\bongo.gif" Delete "$INSTDIR\res\samples\sampleimages\down.gif" Delete "$INSTDIR\res\samples\sampleimages\left.gif" Delete "$INSTDIR\res\samples\sampleimages\right.gif" Delete "$INSTDIR\res\samples\sampleimages\up.gif" Delete "$INSTDIR\res\rdf\dom-test-4.css" Delete "$INSTDIR\res\rdf\folder-closed.gif" Delete "$INSTDIR\res\rdf\folder-open.gif" Delete "$INSTDIR\res\rdf\ignore-test.xul" Delete "$INSTDIR\res\rdf\loading.gif" Delete "$INSTDIR\res\html\gopher-audio.gif" Delete "$INSTDIR\res\html\gopher-binary.gif" Delete "$INSTDIR\res\html\gopher-find.gif" Delete "$INSTDIR\res\html\gopher-image.gif" Delete "$INSTDIR\res\html\gopher-menu.gif" Delete "$INSTDIR\res\html\gopher-movie.gif" Delete "$INSTDIR\res\html\gopher-sound.gif" Delete "$INSTDIR\res\html\gopher-telnet.gif" Delete "$INSTDIR\res\html\gopher-text.gif" Delete "$INSTDIR\res\html\gopher-unknown.gif" Delete "$INSTDIR\res\fonts\fontEncoding.properties" Delete "$INSTDIR\res\entityTables\html40Latin1.properties" Delete "$INSTDIR\res\entityTables\html40Special.properties" Delete "$INSTDIR\res\entityTables\html40Symbols.properties" Delete "$INSTDIR\res\entityTables\htmlEntityVersions.properties" Delete "$INSTDIR\res\entityTables\transliterate.properties" Delete "$INSTDIR\res\dtd\xhtml11.dtd" Delete "$INSTDIR\res\builtin\platformHTMLBindings.xml" Delete "$INSTDIR\plugins\npnul32.dll" Delete "$INSTDIR\greprefs\all.js" Delete "$INSTDIR\greprefs\security-prefs.js" Delete "$INSTDIR\greprefs\xpinstall.js" Delete "$INSTDIR\defaults\wallet\DistinguishedSchema.tbl" Delete "$INSTDIR\defaults\wallet\FieldSchema.tbl" Delete "$INSTDIR\defaults\wallet\PositionalSchema.tbl" Delete "$INSTDIR\defaults\wallet\SchemaConcat.tbl" Delete "$INSTDIR\defaults\wallet\SchemaStrings.tbl" Delete "$INSTDIR\defaults\wallet\StateSchema.tbl" Delete "$INSTDIR\defaults\wallet\VcardSchema.tbl" Delete "$INSTDIR\defaults\profile\all.js" Delete "$INSTDIR\defaults\profile\editor.js" Delete "$INSTDIR\defaults\profile\localstore.rdf" Delete "$INSTDIR\defaults\profile\panels.rdf" Delete "$INSTDIR\defaults\profile\US\all.js" Delete "$INSTDIR\defaults\profile\US\editor.js" Delete "$INSTDIR\defaults\profile\US\localstore.rdf" Delete "$INSTDIR\defaults\profile\US\panels.rdf" Delete "$INSTDIR\defaults\profile\extensions\Extensions.rdf" Delete "$INSTDIR\defaults\profile\extensions\installed-extensions.txt" Delete "$INSTDIR\defaults\profile\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\install.rdf" Delete "$INSTDIR\defaults\pref\all.js" Delete "$INSTDIR\defaults\pref\editor.js" Delete "$INSTDIR\defaults\autoconfig\platform.js" Delete "$INSTDIR\defaults\autoconfig\prefcalls.js" Delete "$INSTDIR\components\accessibility-msaa.xpt" Delete "$INSTDIR\components\accessibility.dll" Delete "$INSTDIR\components\accessibility.xpt" Delete "$INSTDIR\components\alerts.xpt" Delete "$INSTDIR\components\appcomps.dll" Delete "$INSTDIR\components\appshell.dll" Delete "$INSTDIR\components\appshell.xpt" Delete "$INSTDIR\components\autocomplete.xpt" Delete "$INSTDIR\components\autoconfig.dll" Delete "$INSTDIR\components\autoconfig.xpt" Delete "$INSTDIR\components\bookmarks.xpt" Delete "$INSTDIR\components\caps.dll" Delete "$INSTDIR\components\caps.xpt" Delete "$INSTDIR\components\chardet.xpt" Delete "$INSTDIR\components\chrome.dll" Delete "$INSTDIR\components\commandhandler.xpt" Delete "$INSTDIR\components\compcmp.dll" Delete "$INSTDIR\components\composer.dll" Delete "$INSTDIR\components\composer.xpt" Delete "$INSTDIR\components\content_base.xpt" Delete "$INSTDIR\components\content_html.xpt" Delete "$INSTDIR\components\content_htmldoc.xpt" Delete "$INSTDIR\components\content_xmldoc.xpt" Delete "$INSTDIR\components\content_xslt.xpt" Delete "$INSTDIR\components\docshell.dll" Delete "$INSTDIR\components\docshell_base.xpt" Delete "$INSTDIR\components\dom.xpt" Delete "$INSTDIR\components\dom_base.xpt" Delete "$INSTDIR\components\dom_core.xpt" Delete "$INSTDIR\components\dom_css.xpt" Delete "$INSTDIR\components\dom_events.xpt" Delete "$INSTDIR\components\dom_html.xpt" Delete "$INSTDIR\components\dom_loadsave.xpt" Delete "$INSTDIR\components\dom_range.xpt" Delete "$INSTDIR\components\dom_stylesheets.xpt" Delete "$INSTDIR\components\dom_traversal.xpt" Delete "$INSTDIR\components\dom_views.xpt" Delete "$INSTDIR\components\dom_xbl.xpt" Delete "$INSTDIR\components\dom_xpath.xpt" Delete "$INSTDIR\components\dom_xul.xpt" Delete "$INSTDIR\components\downloadmanager.xpt" Delete "$INSTDIR\components\editor.dll" Delete "$INSTDIR\components\editor.xpt" Delete "$INSTDIR\components\embedcomponents.dll" Delete "$INSTDIR\components\embed_base.xpt" Delete "$INSTDIR\components\extensions.xpt" Delete "$INSTDIR\components\exthandler.xpt" Delete "$INSTDIR\components\fastfind.xpt" Delete "$INSTDIR\components\find.xpt" Delete "$INSTDIR\components\gfx.xpt" Delete "$INSTDIR\components\gkgfxwin.dll" Delete "$INSTDIR\components\gklayout.dll" Delete "$INSTDIR\components\gkparser.dll" Delete "$INSTDIR\components\gkplugin.dll" Delete "$INSTDIR\components\gkwidget.dll" Delete "$INSTDIR\components\helperAppDlg.xpt" Delete "$INSTDIR\components\history.xpt" Delete "$INSTDIR\components\htmlparser.xpt" Delete "$INSTDIR\components\httpindex.xpt" Delete "$INSTDIR\components\i18n.dll" Delete "$INSTDIR\components\imgicon.dll" Delete "$INSTDIR\components\imgicon.xpt" Delete "$INSTDIR\components\imglib2.dll" Delete "$INSTDIR\components\imglib2.xpt" Delete "$INSTDIR\components\intl.xpt" Delete "$INSTDIR\components\intlcmpt.dll" Delete "$INSTDIR\components\intlcmpt.xpt" Delete "$INSTDIR\components\jar.xpt" Delete "$INSTDIR\components\jar50.dll" Delete "$INSTDIR\components\jsconsole-clhandler.js" Delete "$INSTDIR\components\jsconsole.xpt" Delete "$INSTDIR\components\jsd3250.dll" Delete "$INSTDIR\components\jsdservice.xpt" Delete "$INSTDIR\components\jsurl.xpt" Delete "$INSTDIR\components\layout_base.xpt" Delete "$INSTDIR\components\layout_xul.xpt" Delete "$INSTDIR\components\layout_xul_tree.xpt" Delete "$INSTDIR\components\locale.xpt" Delete "$INSTDIR\components\lwbrk.xpt" Delete "$INSTDIR\components\mimetype.xpt" Delete "$INSTDIR\components\mork.dll" Delete "$INSTDIR\components\mozbrwsr.xpt" Delete "$INSTDIR\components\mozfind.dll" Delete "$INSTDIR\components\mozfind.xpt" Delete "$INSTDIR\components\myspell.dll" Delete "$INSTDIR\components\necko.dll" Delete "$INSTDIR\components\necko.xpt" Delete "$INSTDIR\components\necko2.dll" Delete "$INSTDIR\components\necko_about.xpt" Delete "$INSTDIR\components\necko_cache.xpt" Delete "$INSTDIR\components\necko_cookie.xpt" Delete "$INSTDIR\components\necko_data.xpt" Delete "$INSTDIR\components\necko_dns.xpt" Delete "$INSTDIR\components\necko_file.xpt" Delete "$INSTDIR\components\necko_ftp.xpt" Delete "$INSTDIR\components\necko_http.xpt" Delete "$INSTDIR\components\necko_jar.xpt" Delete "$INSTDIR\components\necko_res.xpt" Delete "$INSTDIR\components\necko_strconv.xpt" Delete "$INSTDIR\components\necko_viewsource.xpt" Delete "$INSTDIR\components\nsCloseAllWindows.js" Delete "$INSTDIR\components\nsDictionary.js" Delete "$INSTDIR\components\nsDownloadProgressListener.js" Delete "$INSTDIR\components\nsExtensionManager.js" Delete "$INSTDIR\components\nsHelperAppDlg.js" Delete "$INSTDIR\components\nsInterfaceInfoToIDL.js" Delete "$INSTDIR\components\nsProgressDialog.js" Delete "$INSTDIR\components\nsProxyAutoConfig.js" Delete "$INSTDIR\components\nsSetDefaultBrowser.js" Delete "$INSTDIR\components\nsSetDefaultMail.js" Delete "$INSTDIR\components\nsUnsetDefaultMail.js" Delete "$INSTDIR\components\nsUpdateService.js" Delete "$INSTDIR\components\nsXmlRpcClient.js" Delete "$INSTDIR\components\nvuhelpers.xpt" Delete "$INSTDIR\components\nvuhlprs.dll" Delete "$INSTDIR\components\pipboot.dll" Delete "$INSTDIR\components\pipboot.xpt" Delete "$INSTDIR\components\pipnss.dll" Delete "$INSTDIR\components\pipnss.xpt" Delete "$INSTDIR\components\pippki.dll" Delete "$INSTDIR\components\pippki.xpt" Delete "$INSTDIR\components\plugin.xpt" Delete "$INSTDIR\components\pref.xpt" Delete "$INSTDIR\components\prefetch.xpt" Delete "$INSTDIR\components\profile.xpt" Delete "$INSTDIR\components\progressDlg.xpt" Delete "$INSTDIR\components\proxyObject.xpt" Delete "$INSTDIR\components\rdf.dll" Delete "$INSTDIR\components\rdf.xpt" Delete "$INSTDIR\components\shistory.xpt" Delete "$INSTDIR\components\sidebar.xpt" Delete "$INSTDIR\components\signonviewer.xpt" Delete "$INSTDIR\components\spellchecker.xpt" Delete "$INSTDIR\components\spellchk.dll" Delete "$INSTDIR\components\toolkitprofile.xpt" Delete "$INSTDIR\components\txmgr.dll" Delete "$INSTDIR\components\txmgr.xpt" Delete "$INSTDIR\components\txtsvc.xpt" Delete "$INSTDIR\components\uconv.dll" Delete "$INSTDIR\components\uconv.xpt" Delete "$INSTDIR\components\unicharutil.xpt" Delete "$INSTDIR\components\universalchardet.dll" Delete "$INSTDIR\components\update.xpt" Delete "$INSTDIR\components\uriloader.xpt" Delete "$INSTDIR\components\wallet.dll" Delete "$INSTDIR\components\wallet.xpt" Delete "$INSTDIR\components\walleteditor.xpt" Delete "$INSTDIR\components\walletpreview.xpt" Delete "$INSTDIR\components\webbrowserpersist.xpt" Delete "$INSTDIR\components\webBrowser_core.xpt" Delete "$INSTDIR\components\webbrwsr.dll" Delete "$INSTDIR\components\webshell_idls.xpt" Delete "$INSTDIR\components\websrvcs.dll" Delete "$INSTDIR\components\websrvcs.xpt" Delete "$INSTDIR\components\widget.xpt" Delete "$INSTDIR\components\windowds.xpt" Delete "$INSTDIR\components\windowwatcher.xpt" Delete "$INSTDIR\components\winhooks.xpt" Delete "$INSTDIR\components\wlltvwrs.dll" Delete "$INSTDIR\components\xml-rpc.xpt" Delete "$INSTDIR\components\xmlextras.dll" Delete "$INSTDIR\components\xmlextras.xpt" Delete "$INSTDIR\components\xpc3250.dll" Delete "$INSTDIR\components\xpcom_base.xpt" Delete "$INSTDIR\components\xpcom_compat_c.dll" Delete "$INSTDIR\components\xpcom_components.xpt" Delete "$INSTDIR\components\xpcom_ds.xpt" Delete "$INSTDIR\components\xpcom_io.xpt" Delete "$INSTDIR\components\xpcom_obsolete.xpt" Delete "$INSTDIR\components\xpcom_thread.xpt" Delete "$INSTDIR\components\xpcom_xpti.xpt" Delete "$INSTDIR\components\xpconnect.xpt" Delete "$INSTDIR\components\xpinstal.dll" Delete "$INSTDIR\components\xpinstall.xpt" Delete "$INSTDIR\components\xppref32.dll" Delete "$INSTDIR\components\xremoteservice.xpt" Delete "$INSTDIR\components\xuldoc.xpt" Delete "$INSTDIR\components\xultmpl.xpt" Delete "$INSTDIR\components\myspell\en-US.aff" Delete "$INSTDIR\components\myspell\en-US.dic" Delete "$INSTDIR\chrome\cascades.jar" Delete "$INSTDIR\chrome\chromelist.txt" Delete "$INSTDIR\chrome\classic.jar" Delete "$INSTDIR\chrome\comm.jar" Delete "$INSTDIR\chrome\embed-sample.jar" Delete "$INSTDIR\chrome\en-US.jar" Delete "$INSTDIR\chrome\help.jar" Delete "$INSTDIR\chrome\installed-chrome.txt" Delete "$INSTDIR\chrome\pipnss.jar" Delete "$INSTDIR\chrome\pippki.jar" Delete "$INSTDIR\chrome\tipoftheday.jar" Delete "$INSTDIR\chrome\toolkit.jar" Delete "$INSTDIR\chrome\icons\default\default.xpm" Delete "$INSTDIR\chrome\icons\default\mozicon16.xpm" Delete "$INSTDIR\chrome\icons\default\mozicon256.png" Delete "$INSTDIR\chrome\icons\default\mozicon50.xpm" RmDir "$INSTDIR\chrome\icons\default" RmDir "$INSTDIR\chrome" RmDir "$INSTDIR\components\myspell" RmDir "$INSTDIR\components" RmDir "$INSTDIR\defaults\autoconfig" RmDir "$INSTDIR\defaults\pref" RmDir "$INSTDIR\defaults\profile\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}" RmDir "$INSTDIR\defaults\profile\extensions" RmDir "$INSTDIR\defaults\profile\US" RmDir "$INSTDIR\defaults\profile" RmDir "$INSTDIR\defaults\wallet" RmDir "$INSTDIR\greprefs" RmDir "$INSTDIR\plugins" RmDir "$INSTDIR\res\builtin" RmDir "$INSTDIR\res\dtd" RmDir "$INSTDIR\res\entityTables" RmDir "$INSTDIR\res\fonts" RmDir "$INSTDIR\res\html" RmDir "$INSTDIR\res\rdf" RmDir "$INSTDIR\res\samples\sampleimages" RmDir "$INSTDIR\res\samples" RmDir "$INSTDIR\res\throbber" RmDir "$INSTDIR\res" Delete "$INSTDIR\uninstall.exe" !ifdef WEB_SITE Delete "$INSTDIR\${APP_NAME} website.url" !endif RmDir "$INSTDIR" !ifdef REG_START_MENU !insertmacro MUI_STARTMENU_GETFOLDER "Application" $SM_Folder Delete "$SMPROGRAMS\$SM_Folder\${APP_NAME}.lnk" Delete "$SMPROGRAMS\$SM_Folder\Uninstall ${APP_NAME}.lnk" !ifdef WEB_SITE Delete "$SMPROGRAMS\$SM_Folder\${APP_NAME} Website.lnk" !endif Delete "$DESKTOP\${APP_NAME}.lnk" RmDir "$SMPROGRAMS\$SM_Folder" !endif !ifndef REG_START_MENU Delete "$SMPROGRAMS\KompoZer\${APP_NAME}.lnk" Delete "$SMPROGRAMS\KompoZer\Uninstall ${APP_NAME}.lnk" !ifdef WEB_SITE Delete "$SMPROGRAMS\KompoZer\${APP_NAME} Website.lnk" !endif Delete "$DESKTOP\${APP_NAME}.lnk" RmDir "$SMPROGRAMS\KompoZer" !endif DeleteRegKey ${REG_ROOT} "${REG_APP_PATH}" DeleteRegKey ${REG_ROOT} "${UNINSTALL_PATH}" SectionEnd ######################################################################