User:Dans34/Sandbox/Neptune: Difference between revisions

From BetaArchive Wiki
mNo edit summary
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|
{|cellpadding=0 cellspacing=0 align=center width=500px style="border:solid gold 2px"
|Windows Neptune build 5111 seams to be a mix and match of ME & NT5 files proof:  
|width=10px style="background-color: gold; padding: 0px"|
|
|style="padding:3px"|This article is '''Under Construction''' and may contain factual errors or omissions<br>Please report this article to its editor if you feel that it doesn't meet the community standards
* STILLCAM.INF  -- Windows Still Image Setup File - Millennium Drivers for the following cameras:
* PCHEALTH.INF ;This is the Setup information file for the PCHealth component, inside Windows Millennium product.
|}
|}


Also a ME Hotfix can be installed to provide basic zip support
=Neptune Modifications=
 
==Adding Zip Support==
Installing IE6 breaks the html & javascript logon pages and the add users applet
 
==Adding Zip Support to Neptune (& Windows 2000)==
[[File:Zip on neptune.jpeg |thumb]]
[[File:Zip on neptune.jpeg |thumb]]


Line 26: Line 21:
The rest of the files can be deleted as they wont be needed
The rest of the files can be deleted as they wont be needed


==Using Whistler 2462's Home networking wizzard in neptune==
==Adding Whistler 2462's Home networking wizard==
[[File:Hnetwiz.dll from 2462 on neptune.jpg |thumb]]
[[File:Hnetwiz.dll from 2462 on neptune.jpg |thumb]]


Line 32: Line 27:
As i recall''(Anyone who knows of any offical documents confirming this , contact me )'' one of neptunes planned features was a networking wizard (allthough i asssume it was supposed to be html based like the logon screen & the add users applet)
As i recall''(Anyone who knows of any offical documents confirming this , contact me )'' one of neptunes planned features was a networking wizard (allthough i asssume it was supposed to be html based like the logon screen & the add users applet)


Copy hnetwiz.dll from 2462's %SystemRoot%\System32 into neptune's %SystemRoot%\System32 then register it using regsvr32.exe
Copy hnetwiz.dll from 2462's %SystemRoot%\System32 into Neptune's %SystemRoot%\System32 then register it using regsvr32.exe


Optional; To create a shortcut in the startmenu use this link
Optional; To create a shortcut in the startmenu use this link
  %SystemRoot%\System32\rundll32.exe hnetwiz.dll,HomeNetWizardRunDll
  %SystemRoot%\System32\rundll32.exe hnetwiz.dll,HomeNetWizardRunDll
==Adding Whistler 2462's Terminal Services Client==
[[File:Tsc on neptune.jpeg |thumb]]
Copy mstsc.exe from 2462's %SystemRoot%\System32 into Neptune's %SystemRoot%\System32
then just run it from there
<br>
<br>
<br>
<br>
<br>
<br>
== Help Center Update ==
hcupdate.exe nameofcab.cab
==Comments ? Reg settings==
<code>
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Clients]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Clients\Dialog Comments]
"Upload URL"="http://wsmith-svr/emiupload/uploadserver.dll"
"Upload provider"="EMI"
"Enable"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Clients\Error Messages]
"Upload URL"="http://wsmith-svr/emiupload/uploadserver.dll"
"Upload provider"="EMI"
"Enable"=dword:00000000
</code>
=Misc Stuff ,only slighty related to neptune=
==Whistler Builds with  Picture and Fax Viewer==
<br>
<br>
When launched with
rundll32.exe c:\windows\system32\shimgvw.dll,ImageView_Fullscreen
{| class="wikitable"
|-
! Build
! Comments
! Image
|-
| 5.00.2202.1
| Old style Kodak Image Preview , pretty much directly from Windows 2000
| [[File:Whistler2202 shimgvw.png|thumb|50px]]
|-
| 5.00.2211.1
|  Old style Kodak Image Preview
| [[File:Whistler2211 shimgvw.png|thumb|50px]]
|-
| 5.1.2223.1
| Old style Kodak Image Preview  Same as 2202 & 2211 , Just the same one as in Windows 2000
| [[File:Whistler2223 shimgvw.png|thumb|50px]]
|-
| 5.1.2267
| Old style Kodak Image Preview  Same as 2202 ,2211 and 2223 , Just the same one as in Windows 2000
| [[File:Whistler2267 shimgvw.png|thumb|50px]]
|-
| 5.1.2276
| Old style Kodak Image Preview , Due to the  OS theme,  button images are slightly different ,  Has Extra Image properties button and buttons to rotate image , Supports browseing entire image directory my clicking the back and next buttons (Not shown in screenshot)
| [[File:Whistler2276 shimgvw.png|thumb|50px]]
|-
| 5.1.2287
| No changes noted
| [[File:Whistler2287 shimgvw.png|thumb|50px]]
|-
| 5.1.2296
| No changes noted
| [[File:Whistler2296 shimgvw.png|thumb|50px]]
|-
| 5.1.2410.1
| No changes noted
| [[File:Whistler2410 shimgvw.png|thumb|50px]]
|}
=Other Stuff=
==shimgvw.dll==
shimgvw.dll is the dll that conatains the Picture and Fax Viewer , registering is succesfull & running it in netune  fails with "The procedure can not be found"
00:00:15.422: GetProcAddress(0x68900000 [c:\winnt\system32\KERNEL32.DLL], "IsTNT") called from "c:\winnt\system32\OLEAUT32.DLL" at address 0x7799E788 and returned NULL. Error: The specified procedure could not be found (127).
running shimgvw.dll though dependancy walker shows that gdiplus.dll is missing from the system
==Themes.exe==
from a plus pack  ??
uses 98/me style themes (although many things in neptune have references to ME , probably better to use themes from there)

Latest revision as of 08:51, 24 May 2019

This article is Under Construction and may contain factual errors or omissions
Please report this article to its editor if you feel that it doesn't meet the community standards

Neptune Modifications

Adding Zip Support

Zip on neptune.jpeg

Search in google for "329048.EXE"

Open a cmd window and browse to the directory where you saved the hotfix , type 329048.EXE /T:C:\Temp /C (change the path in bold if you do not want it to be extracted there)

Browse to the folder where you extracted the files and copy the following files to system32 Dunzip32.dll, Dzip32.dll and Zipfldr.dll

Then register (using regsvr32.exe) Zipfldr.dll

In certain configurations you might have to restart to fully enable (most likely not)

The rest of the files can be deleted as they wont be needed

Adding Whistler 2462's Home networking wizard

Hnetwiz.dll from 2462 on neptune.jpg


As i recall(Anyone who knows of any offical documents confirming this , contact me ) one of neptunes planned features was a networking wizard (allthough i asssume it was supposed to be html based like the logon screen & the add users applet)

Copy hnetwiz.dll from 2462's %SystemRoot%\System32 into Neptune's %SystemRoot%\System32 then register it using regsvr32.exe

Optional; To create a shortcut in the startmenu use this link

%SystemRoot%\System32\rundll32.exe hnetwiz.dll,HomeNetWizardRunDll


Adding Whistler 2462's Terminal Services Client

Tsc on neptune.jpeg

Copy mstsc.exe from 2462's %SystemRoot%\System32 into Neptune's %SystemRoot%\System32

then just run it from there







Help Center Update

hcupdate.exe nameofcab.cab

Comments ? Reg settings

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Clients]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Clients\Dialog Comments] "Upload URL"="http://wsmith-svr/emiupload/uploadserver.dll" "Upload provider"="EMI" "Enable"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Clients\Error Messages] "Upload URL"="http://wsmith-svr/emiupload/uploadserver.dll" "Upload provider"="EMI" "Enable"=dword:00000000


Misc Stuff ,only slighty related to neptune

Whistler Builds with Picture and Fax Viewer



When launched with

rundll32.exe c:\windows\system32\shimgvw.dll,ImageView_Fullscreen 
Build Comments Image
5.00.2202.1 Old style Kodak Image Preview , pretty much directly from Windows 2000
Whistler2202 shimgvw.png
5.00.2211.1 Old style Kodak Image Preview
5.1.2223.1 Old style Kodak Image Preview Same as 2202 & 2211 , Just the same one as in Windows 2000
Whistler2223 shimgvw.png
5.1.2267 Old style Kodak Image Preview Same as 2202 ,2211 and 2223 , Just the same one as in Windows 2000
Whistler2267 shimgvw.png
5.1.2276 Old style Kodak Image Preview , Due to the OS theme, button images are slightly different , Has Extra Image properties button and buttons to rotate image , Supports browseing entire image directory my clicking the back and next buttons (Not shown in screenshot)
Whistler2276 shimgvw.png
5.1.2287 No changes noted
Whistler2287 shimgvw.png
5.1.2296 No changes noted
Whistler2296 shimgvw.png
5.1.2410.1 No changes noted
Whistler2410 shimgvw.png

Other Stuff

shimgvw.dll

shimgvw.dll is the dll that conatains the Picture and Fax Viewer , registering is succesfull & running it in netune fails with "The procedure can not be found"

00:00:15.422: GetProcAddress(0x68900000 [c:\winnt\system32\KERNEL32.DLL], "IsTNT") called from "c:\winnt\system32\OLEAUT32.DLL" at address 0x7799E788 and returned NULL. Error: The specified procedure could not be found (127).

running shimgvw.dll though dependancy walker shows that gdiplus.dll is missing from the system

Themes.exe

from a plus pack  ??

uses 98/me style themes (although many things in neptune have references to ME , probably better to use themes from there)