Jump to content

almawardi

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Indonesia

Posts posted by almawardi

  1. On 10/31/2008 at 1:13 PM, Kelsenellenelvian said:

    I JUST tried Windows 2007 (Word only) on a VMWare test I was running. @ 140 megs total.

    I would suggest a slightly older version of Office if your goal is that small.

    Or maybe abiword:

    http://www.abisource.com/

    Maybe even openoffice:

    http://download.openoffice.org/index.html

    They both support MS word formats and are much, much lighter.

    Office 2007 is actually quite bloated.

    Older version Microsoft Word

    http://www.msfn.org/board/topic/139093-create-standalone-word-97/

  2. On 4/1/2005 at 3:44 AM, bucketbuster said:

    I'm trying to install MS Office97 on XPSP2, but it doesn't work :no:

    When clicking setup.exe I get an errormessage saying that setup.exe isn't a win32 executable.

    This only happens with XPSP2 not with XPSP1.

    Someone knows a solution or workaround, so I can install MS Office97?

    Thanks in advance.

  3. This information bring here from:

    http://sg.geocities.com/liuwoonyung/SH95UPD

    ***PUBLIC ANNOUNCEMENT***

    - Ok, firstly, I appologize. As somewhere near September this year I will be taking one of the most important Examinations of my life(GCE 'O' Levels), I will have to halt the development of SH95UPD(Untill late 2009?). Although development is now halted, please continue to post suggestions here.

    Thank you all SH95UPD users for your support.

    Description:

    This project implements functions not found in the windows 95 shell from windows 98, allowing the users of 98lite (sleek), ROM, ROM2 to be able to once again run programs that would only work with the Windows 98 shell and not with the windows 95 shell.

    SH95UPD is based on the KernelEX project, and is basically a stripped down version of KernelEX 0.3.2a. Currently it only tampers with Shell32.dll, adding functions present from the IE4 shell update to it.

    This project neither requires nor includes files from Windows 98, and does not distribute any copyrighted files.

    It is designed so that KernelEX can be installed over it, with almost no loss of functionality.

    NOTE: Installing this patch over a system without a Windows 95 shell should not have any effect.

    NOTE 2: SH95UPD has NOT been tested on more than 1 computer.

    Starting with the Release candidate v0.0.2B, the SH95Version function is no longer included. Hence Kernel32.dll is now unpatched.

    If you are installing SH95UPD v0.0.6 over a system with an older version of SH95UPD, please uninstall the older version before proceeding.

    Please note that you would still need to hex edit DESK.cpl and replace all occurances of SHELL32.dll with SHELL32.w98 (Or the name of your Win98 SHELL32.DLL). This problem seems to be a fault with 1 of the Win95 SHELL32.dll's internal functions, and is currently being addressed. However, this should be the *only* file you would ever need to hex edit again.

    SH95UPD v0.0.6 will be the last build of SH95UPD to be based on KernelEx 0.32a, newer builds will be based on KernelEx 0.36. Also, SHELL32.DLL will be linked to shlwapi.dll in newer versions, hence you need to have shlwapi.dll in your /system directory before installing SH95UPD v0.0.7 and above.

    ***PLEASE READ THE README FILE CAREFULLY***

    Credit goes to Xeno86 and (x).

    Known issues:

    -Programs linking to Ordinal194 expecting SHCreatePropSheetExtArrayEx would run RealShellExecuteExA instead (Microsoft had changed the ordinal numbers in shell32 4.7x)

    Currently inplemented functions:

    Shell32.dll:

    ShGetFolderPathA

    SHGetSpecialFolderPathA (Alias of Shell32 Ordinal 175)

    SHGetSpecialFolderPathW (Alias of Shell32 Ordinal 175)

    SHGetNewLinkInfo (Alias of Shell32 Ordinal 179)

    SHExitWindowsEx (Now a full implementation)

    SHGetPathFromIDListW (Alias of SHGetFileFromIDListA)

    SHGetFileInfoW (Alias of SHGetFileInfoA)

    DllCanUnloadNow

    DllGetVersion (Now returns its version as 4.72.3612 instead of 4.0.1212)

    SHGetDataFromIDListW (Alias SHGetDataFromIDListA)

    DllInstall (Dummy function)

    DllRegisterServer (Dummy function)

    DllUnregisterServer (Dummy function)

    Requirements:

    - Windows 95*, Windows 98 Standard Edition, Windows 98 Second Edition or Windows Millienium

    - Any locale and kernel version

    - Windows 95 Shell (Any version, but must be pre-OSR2.5)

    *The use of SH95UPD on Windows 95 is untested.

    Due to the facts that:

    1. I now have a lot of other responsibilities to fulfill

    2. my skills at programming are not very good

    3. I am not very knowledgeable about the inner workings of Windows

    expect this project to slow down, have bugs, and/or even halt. I would distribute the source code soon after I clean it up.

    - I only released this project, hoping that it will be useful to others.

    - As this project is not very heavily tested on more than 1 system, there may be undiscovered bugs present.

    Changelog:

    SH95UPD v0.0.6 07/04/2009

    SHGetSpecialFolderPathA/W are now an aliases of Shell32 Ordinal 175

    ShGetNewLinkInfo is now an alias of Shell32 Ordinal 179

    DllGetVersion now returns its version as 4.72.3612 instead of 4.0.1212, hence programs would not complain that SHELL32.DLL is too old(Or as version 4.0)

    SH95UPD's main executable is now UPX'ed! Hence file size is cut down from ~90KB to ~36KB

    SH95UPD v0.0.5 30/10/2008

    -Added the folowing dummy functions:

    DllInstall

    DllRegisterServer

    DllUnregisterServer

    -Modified DllGetVersion to return its version as 4.0.1212 instead of 6.0.2800 as it seems to cause problems.

    SH95UPD v0.0.4A 20/07/2008

    -Removed SHFlushSFCache (Causes problems)

    SH95UPD v0.0.4 13/07/2008

    -Added the following functions:

    DllCanUnloadNow

    DllGetVersion

    SHFlushSFCache (Dummy function)

    SHGetDataFromIDListW (Alias SHGetDataFromIDListA)

    SH95UPD v0.0.3 12/05/2008

    -Added SHGetPathFromIDListW and SHGetFileInfoW

    -Fully implemented SHExitWindowsEx

    SH95UPD v0.0.2B 03/05/2008

    -Removed the SH95Version function, hence no patchingg done to KERNEL32.DLL

    -Optimized the code being patched into SHELL32.DLL, hence a smaller patch.

    SH95UPD v0.0.2 20/04/2008

    -Implemented more functions in SHELL32.DLL:

    -SHGetNewLinkInfo (Only a dummy function)

    -SHExitWindowsEx

    -Some bugfixes and optimizations

    -Changed compiler to GCC, resulting in smaller program and more relible.

    SH95UPD v0.0.1A 27/04/2008

    -Improved relibility while installing

    -Now installable under Windows 95 (Untested, can someone verify this?)

    -Added SH95Version to KERNEL32.DLL

    SH95UPD v0.0.1A 26/04/2008

    -Initial release.

    -Implemented the following functions:

    SHELL32.DLL:

    SHGetSpecialFolderPathA

    SHGetSpecialFolderPathW

    SHGetFolderPathA

    KERNEL32.DLL:

    SH95Version

    Download SH95UPD

    Latest version is v0.0.6

    Version 0.0.6: SH95UPDv006.zip

    Source code for SH95UPD v0.0.6: SH95UPDv006_src.7z

    *IMPORTANT: This is a rushed release of the source code as I am pressed for time. Please discuss any compilation problems, suggestions and bugs in SH95UPD's main thread @ MSFN here: http://www.msfn.org/board/index.php?showtopic=116260

    The source code has been compressed with 7-zip to reduce file size.

    These files have been scanned and deemed to be virus free by AVG 7.5(Free Edition)

    Please do not hot-link to the files as the file's names will change with every release.

    Note to users who create derivative works based on SH95UPD:

    You need to release your source code to the public, as failing to do so would be a violation of KernelEx's GNU GPL licence.

    Rejoice 98lite users!!! =)

    QL95.zip

  4. timer/alarm/sync/font control...what windows time/date/etc should have been along time ago

    have you tried tclock3 on vista/win7?

    thx!!!! for the fyi

    I don't know where to downloaqd this tclock3? can someone give me a link?

  5. Size of Office 97 to 2003 installs? which version was bloated?

    thanks

    2003 of course. Office 97 can open/handle the same files as 2003. Office 95 and earlier cannot, so it is different and not fair to compare with.

    2007 is a new office set with different files to open/handle (docx, xlsx, pptx, etc) and will be the first and the lightest edition if compare to later office edition (2010, 2013, and so on..)

  6. Interesting project.

    I have dictionary and therausus (and if one wanted the hyphoning) working.

    However, Word 97 doesn't recognise newer versions of these. Further it creates registry keys for the dictionary and needs them for the therausus, which may be a problem if you want Outlook Expres or some other problem making use of newer files.

    Renaming the files doesn't solve the problem.

    So a truly portable version aka portableapps.com would be a nice way to go. All the registry calls would be captured and be made virtually by the launcher. Sadly building a portable app seem to be less simple than I had hoped. More brutually one could merge reg files in an out to achieve the same effect.

    Winword 97 support docx editing now by installing Office 2007 compatibility pack here:

    http://www.microsoft.com/downloads/details...;displaylang=en

    But this pack including excel xlsx and powerpoint pptx support too. I need only word docx. I cannot isolate the files yet.

  7. I'm trying to make stand alone winword 97 from office 97 sr-2 (not) found here:
    http://office.microsoft.com/downloads/9798...ff97detail.aspx delete by microsoft (not supported anymore=abandonware??)
    so find here http://download.cnet.com/Office-97-Service-Release-2b-SR-2b-Download-Information/3000-18483_4-10743365.html

    ftp://ftp.fc.up.pt/pub/Win/Office_97_updates/english/sr2b

    then extract with 7zip or winrar to get this files:
    - winword.exe
    - msconv97.dll
    - mso7enu.dll
    - mso97.dll
    - wwintl32.dll

    then copy to this folder c:\office

    create registry files to merge:

    REGEDIT4[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}]@="Microsoft Word Document"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\AutoConvertTo]@=""[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\AuxUserType][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\AuxUserType\2]@="Document"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\AuxUserType\3]@="Microsoft Word 97"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Conversion][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Conversion\Readable][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Conversion\Readable\Main]@="MSWordDoc,WordDocument,Word.Document.6,1"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Conversion\Readwritable][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Conversion\Readwritable\Main]@="MSWordDoc"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\DefaultFile]@="MSWordDoc"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\DelayRenderFormats][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\DelayRenderFormats\0]@="Woozle"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\GetSet][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\GetSet\0]@="Embed_Source,1,8,1"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\GetSet\1]@="1,1,1,3"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\GetSet\2]@="3,1,32,1"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\GetSet\3]@="Rich Text Format,1,1,3"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\GetSet\4]@="NoteshNote, -1,1,1"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\PriorityCacheFormats][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DataFormats\PriorityCacheFormats\0]@="Rich Text Format"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DefaultExtension]@=".doc,Word Document (.doc)"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DefaultIcon]@="C:\\Office\\Winword.exe,1"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\DocObject]@="16"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Implemented Categories][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Implemented Categories\{000C0118-0000-0000-C000-000000000046}][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\InprocHandler32]@="ole32.dll"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Insertable][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\LocalServer32]@="\"C:\\Office\\Winword.exe\""[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\MiscStatus]@="0"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\MiscStatus\1]@="1"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\OfficeCompliant][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\PersistentHandler]@="{98de59a0-d175-11cd-a7bd-00006b827d94}"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Printable][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\ProgID]@="Word.Document.8"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\TypeLib]@="{00020905-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Verb][HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Verb\0]@="&Edit,0,2"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Verb\1]@="&Open,0,2"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\Version]@="8.0"[HKEY_CLASSES_ROOT\CLSID\{00020906-0000-0000-C000-000000000046}\VersionIndependentProgID]@="Word.Document"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}]@="Microsoft Word Picture"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\AutoConvertTo]@=""[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\AuxUserType][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\AuxUserType\2]@="Picture"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\AuxUserType\3]@="Microsoft Word 97"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Conversion][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Conversion\Readable][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Conversion\Readable\Main]@="MSWordDoc,MSDraw,Word.Picture.6,1"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Conversion\Readwritable][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Conversion\Readwritable\Main]@="MSWordDoc"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\DefaultFile]@="MSWordDoc"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\GetSet][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\GetSet\0]@="Embed_Source,1,8,1"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\GetSet\1]@="1,1,1,3"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\GetSet\2]@="3,1,32,3"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\GetSet\3]@="Rich Text Format,1,1,3"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DataFormats\GetSet\4]@="NoteshNote, -1,1,1"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\DefaultIcon]@="C:\\Office\\Winword.exe,1"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\InprocHandler32]@="ole32.dll"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Insertable][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\LocalServer32]@="\"C:\\Office\\Winword.exe\""[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\MiscStatus]@="0"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\OfficeCompliant][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\ProgId]@="Word.Picture.8"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\TypeLib]@="{00020905-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\verb][HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\verb\0]@="&Edit,0,2"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\verb\1]@="&Open,0,2"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\Version]@="8.0"[HKEY_CLASSES_ROOT\CLSID\{00020907-0000-0000-C000-000000000046}\VersionIndependentProgID]@="Word.Picture"[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}]@="Microsoft Word Basic"[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}\AutoConvertTo]@=""[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}\InprocHandler]@="Ole2.dll"[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}\InprocHandler32]@="Ole32.dll"[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}\LocalServer32]@="C:\\OFFICE\\Winword.exe /Automation"[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}\ProgID]@="Word.Basic.8"[HKEY_CLASSES_ROOT\CLSID\{000209FE-0000-0000-C000-000000000046}\VersionIndependentProgID]@="Word.Basic"[HKEY_CLASSES_ROOT\CLSID\{000209FF-0000-0000-C000-000000000046}]@="Microsoft Word Application"[HKEY_CLASSES_ROOT\CLSID\{000209FF-0000-0000-C000-000000000046}\InprocHandler32]@="Ole32.dll"[HKEY_CLASSES_ROOT\CLSID\{000209FF-0000-0000-C000-000000000046}\LocalServer32]@="C:\\OFFICE\\Winword.exe /Automation"[HKEY_CLASSES_ROOT\CLSID\{000209FF-0000-0000-C000-000000000046}\ProgID]@="Word.Application.8"[HKEY_CLASSES_ROOT\CLSID\{000209FF-0000-0000-C000-000000000046}\VersionIndependentProgID]@="Word.Application"[HKEY_CLASSES_ROOT\Word.Addin.8]@="Microsoft Word Addin"[HKEY_CLASSES_ROOT\Word.Addin.8\DefaultIcon]@="C:\\Office\\Winword.exe,5"[HKEY_CLASSES_ROOT\Word.Addin.8]@="Microsoft Word Addin"[HKEY_CLASSES_ROOT\Word.Addin.8\DefaultIcon]@="C:\\Office\\Winword.exe,5"[HKEY_CLASSES_ROOT\Word.Document]@="Microsoft Word Document"[HKEY_CLASSES_ROOT\Word.Document\CLSID]@="{00020906-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\Word.Document\CurVer]@="Word.Document.8"[HKEY_CLASSES_ROOT\Word.Document.6]@="Microsoft Word 6.0 - 7.0 Document"[HKEY_CLASSES_ROOT\Word.Document.6\CLSID]@="{00020900-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\Word.Document.6\CurVer]@="Word.Document.8"[HKEY_CLASSES_ROOT\Word.Document.6\NotInsertable][HKEY_CLASSES_ROOT\Word.Document.6\protocol]@=""[HKEY_CLASSES_ROOT\Word.Document.6\protocol\StdFileEditing]@=""[HKEY_CLASSES_ROOT\Word.Document.6\protocol\StdFileEditing\server]@="C:\\OFFICE\\Winword.exe"[HKEY_CLASSES_ROOT\Word.Document.8]"EditFlags"=hex:00,00,01,00@="Microsoft Word Document"[HKEY_CLASSES_ROOT\Word.Document.8\AppRegistry]@="\\Software\\Microsoft\\Office\\8.0\\Word"[HKEY_CLASSES_ROOT\Word.Document.8\CLSID]@="{00020906-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\Word.Document.8\DefaultIcon]@="C:\\Office\\Winword.exe,1"[HKEY_CLASSES_ROOT\Word.Document.8\DocObject][HKEY_CLASSES_ROOT\Word.Document.8\Insertable][HKEY_CLASSES_ROOT\Word.Document.8\protocol]@=""[HKEY_CLASSES_ROOT\Word.Document.8\protocol\StdFileEditing]@=""[HKEY_CLASSES_ROOT\Word.Document.8\protocol\StdFileEditing\RequestDataFormats]@="NoteshNote,NotesDocAction"[HKEY_CLASSES_ROOT\Word.Document.8\protocol\StdFileEditing\server]@="C:\\OFFICE\\Winword.exe"[HKEY_CLASSES_ROOT\Word.Document.8\protocol\StdFileEditing\SetDataFormats]@="NotesDocInfo"[HKEY_CLASSES_ROOT\Word.Document.8\protocol\StdFileEditing\Verb][HKEY_CLASSES_ROOT\Word.Document.8\protocol\StdFileEditing\Verb\0]@="Edit"[HKEY_CLASSES_ROOT\Word.Document.8\shell][HKEY_CLASSES_ROOT\Word.Document.8\shell\New]@="&New "[HKEY_CLASSES_ROOT\Word.Document.8\shell\New\command]@="\"C:\\Office\\Winword.exe\" /n"[HKEY_CLASSES_ROOT\Word.Document.8\shell\New\ddeexec]@="[REM _DDE_Direct][FileNew(\"%1\")]"[HKEY_CLASSES_ROOT\Word.Document.8\shell\New\ddeexec\Application]@="WinWord"[HKEY_CLASSES_ROOT\Word.Document.8\shell\New\ddeexec\Topic]@="System"[HKEY_CLASSES_ROOT\Word.Document.8\shell\open]@="&Open"[HKEY_CLASSES_ROOT\Word.Document.8\shell\open\command]@="C:\\Office\\Winword.exe %1"[HKEY_CLASSES_ROOT\Word.Document.8\shell\open\ddeexec]@="[REM _DDE_Direct][FileOpen(\"%1\")]"[HKEY_CLASSES_ROOT\Word.Document.8\shell\open\ddeexec\Application]@="WinWord"[HKEY_CLASSES_ROOT\Word.Document.8\shell\open\ddeexec\Topic]@="System"[HKEY_CLASSES_ROOT\Word.Document.8\shell\print]@="&Print"[HKEY_CLASSES_ROOT\Word.Document.8\shell\print\command]@="\"C:\\Office\\Winword.exe\" /x"[HKEY_CLASSES_ROOT\Word.Document.8\shell\print\ddeexec]@="[REM _DDE_Minimize][FileOpen(\"%1\")][FilePrint 0][DocClose 2]"[HKEY_CLASSES_ROOT\Word.Document.8\shell\print\ddeexec\Application]@="WinWord"[HKEY_CLASSES_ROOT\Word.Document.8\shell\print\ddeexec\ifexec]@="[FileOpen(\"%1\")][FilePrint 0][FileExit 2]"[HKEY_CLASSES_ROOT\Word.Document.8\shell\print\ddeexec\Topic]@="System"[HKEY_CLASSES_ROOT\Word.Document.8\shell\printto][HKEY_CLASSES_ROOT\Word.Document.8\shell\printto\command]@="\"C:\\Office\\Winword.exe\" /n"[HKEY_CLASSES_ROOT\Word.Document.8\shell\printto\ddeexec]@="[REM _DDE_Minimize][FileOpen(\"%1\")][FilePrintSetup \"%2 on p\",.DoNotSetAsSysDefault=1][FilePrint 0][DocClose 2][FilePrintSetup \"\"]"[HKEY_CLASSES_ROOT\Word.Document.8\shell\printto\ddeexec\Application]@="WinWord"[HKEY_CLASSES_ROOT\Word.Document.8\shell\printto\ddeexec\ifexec]@="[FileOpen(\"%1\")][FilePrintSetup \"%2 on p\",.DoNotSetAsSysDefault=1][FilePrint 0][FileExit 2]"[HKEY_CLASSES_ROOT\Word.Document.8\shell\printto\ddeexec\Topic]@="System"[HKEY_CLASSES_ROOT\Word.Picture]@="Microsoft Word Picture"[HKEY_CLASSES_ROOT\Word.Picture\CLSID]@="{00020907-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\Word.Picture\CurVer]@="Word.Picture.8"[HKEY_CLASSES_ROOT\Word.Picture.6]@="Microsoft Word 6.0 - 7.0 Picture"[HKEY_CLASSES_ROOT\Word.Picture.6\CLSID]@="{00020901-0000-0000-C000-000000000046}"[HKEY_CLASSES_ROOT\Word.Picture.6\CurVer]@="Word.Picture.8"[HKEY_CLASSES_ROOT\Word.Picture.6\NotInsertable][HKEY_CLASSES_ROOT\Word.Picture.6\protocol]@=""[HKEY_CLASSES_ROOT\Word.Picture.6\protocol\StdFileEditing]@=""[HKEY_CLASSES_ROOT\Word.Picture.6\protocol\StdFileEditing\server]@="C:\\OFFICE\\Winword.exe"[HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Common\UserInfo]"UserName"=hex:55,00,73,00,65,00,72,00,00,00


    save as registry.reg then merge into system.

    now i'm trying to get docx functionality with 2007 compatibility pack, any suggestion?
  8. Hi all,

    First a thanks to fdv, TommyP and TC for their wonderful software.

    I only just started using 2000 so I have hfslip 1.7.8 and fdv files version #7 (I don't know any other).

    After following steps 1 to 13 of 2ksp5.html I get an iso which, when installing, tells me that it can't copy acgenral.dll. When I continue to

    install (pressing ESC) the files aclayers.dll, acspecfc.dll and au.inf can't be found either.

    I tried this in various combinations of XP's NTdetect and ntldr, 5.01 fixes, DX9 files and compression (A - F). That didn't help :rolleyes:

    Now I found these files in W2KSP4_EN.EXE's i386\new directory. So I decided to slipstream myself (again followed 2ksp5.html) and this

    time the OS installs.

    Except in the first "GUI part" of the install, when it says "installs Start menu items", where it can't find

    the README.TXT. Then setup continues.

    The result is that I'm missing desktop and other icons, see the png for that. And of course the README, which should be on the desktop (if I read

    the posts here correctly).

    My question is: Should I try to fix the missing files issue (and maybe start looking in a wrong direction) or start from scratch because obviously

    something went wrong when I let hfslip do the slipstreaming?

    BTW: I did a chkdsk, a defrag and an md5 check of W2KSP4_EN.EXE.

    EDIT: "Start menu" was the text of course...

    Try renaming source files into uppercase

    Example: aclayers.dl_ into ACLAYERS.DL_

×
×
  • Create New...