Topic: [Request] RAMDisk 3rd party DP for Windows XP

Is it possible to make a DriverPack to have this driver to install, maybe using a driverpack .ini file?

I have a full version but here is a trial version that is the same

http://users.compaqnet.be/cn021945/Down … 530109.zip

Website

; RAMDRIV.INF 
; Windows 2000 installation file for installing the RAMDriv driver
; Copyright (c) 1990-2000 Microsoft Corporation All rights Reserved
; Copyright (c) 2005-2007 [ QSoft ] Qualitative Software


[Version]
CatalogFile=Ramdriv.cat
Signature="$WINDOWS NT$"
Class=RAMDriv
ClassGuid={FFB1C341-4539-11D3-B88D-00C04FAD5172}
Provider=%QSOFT%
DriverVer=04/01/2007,5.3.0001.8

[DestinationDirs]
DefaultDestDir = 12
RAMDrivInstaller=11

SysCopyfile    = 12
DLLCopyfile    = 11 
EXECopyfile    = 11 

[ClassInstall32]
Addreg=RAMDrivClassReg
CopyFiles=RAMDrivInstaller

[RAMDrivClassReg]
HKR,,,0,%ClassName%
; If we don't provide our own Installer32, ICON's from "SETUPAPI.DLL" are to be selected
; HKR,,Icon,,-5
; HKR,,Icon,,-159

HKR,,Installer32,,"RAMDriv.dll,ClassInstaller"
HKR,,Icon,,"105"
HKR,,EnumPropPages32,,"RAMDriv.dll,PropPageProvider"


[RAMDrivInstaller]
RAMDriv.dll,,,%COPYFLG_NOSKIP%

[SysCopyfile]
RAMDriv.sys,,,%COPYFLG_NOSKIP%

[DLLCopyfile]
RAMDriv.dll

[EXECopyFile]
RAMDiskImage.exe

[DiskCopyFiles]
RAMDriv.sys
RAMDriv.dll
RAMDiskImage.exe

[SourceDisksNames]
1=%InstDisk%,

[SourceDisksFiles]
RAMDriv.sys=1
RAMDriv.dll=1
RAMDiskImage.exe=1

[Manufacturer]
%QSOFT% = DiskDevice

[DiskDevice]
%DiskDevDesc% = DiskInstall, RAMDriv

[DiskInstall.NT]
CopyFiles = SysCopyfile , DLLCopyFile , EXECopyFile

[DiskInstall.NT.Services]
AddService = RAMDriv, %SPSVCINST_ASSOCSERVICE%, DiskServiceInst

[DiskServiceInst]
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
DisplayName   = %DiskServiceDesc%
ServiceBinary = %12%\RAMDriv.sys
AddReg        = DiskAddReg

[DiskAddReg]
HKR, "Parameters", "BreakOnEntry", %REG_DWORD%, 0x00000000
HKR, "Parameters", "DebugLevel",   %REG_DWORD%, 0x00000005
HKR, "Parameters", "DebugComp",    %REG_DWORD%, 0xFFFFFFFF
; HKR, "Parameters", "LoadImage",    %REG_DWORD%, 0x00000001
; HKR, "Parameters", "Format",       %REG_SZ%,    "NTFS"
; HKR, "Parameters", "DiskSize",     %REG_BINARY%,00,00,00,02,00,00,00,00
; HKR, "Parameters", "AutoResize",   %REG_DWORD%, 0x00000001
HKR, "Parameters", "UseMMXInstructions"  , %REG_DWORD%, 0x00000001
HKR, "ImageFileProcessing", "ProgramPath", %REG_SZ%, "RAMDiskImage.exe"
HKR, "Parameters", "AllowedNPAGEPoolBanks",   %REG_DWORD%, 0x000003FF


[Strings]
QSOFT           = "Qualitative Software [ QSoft ]"
ClassName       = "RAM Drive"
DiskDevDesc     = "RAMDrive [ QSoft ] Enterprise (x86)"
DiskServiceDesc = "RAMDrive [ QSoft ] Enterprise (x86)"
InstDisk        = "RAMDrive Install Disk"
;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER  = 1
SERVICE_START          = 2
SERVICE_ERROR_NORMAL   = 1
REG_BINARY             = 0x00000001
REG_DWORD              = 0x00010001
REG_SZ                 = 0x00000000
REG_EXPAND_SZ          = 0x00020000
COPYFLG_NOSKIP         = 2

Last edited by ricktendo64 (2007-12-19 16:40:44)

Re: [Request] RAMDisk 3rd party DP for Windows XP

you may be able to create a third party driverpack ? interesting question.

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [Request] RAMDisk 3rd party DP for Windows XP

Here is how its regularly installed

To install the driver on Windows XP / Windows Server 2003 :

1.  In Control Panel, double-click to start the Add/Remove Hardware utility.
2.  Select Add a new hardware device.
3.  Select Yes, I have already connected the hardware. Click Next.
4.  Select Add a new device.
5.  Select Install the hardware that I manually select from a list. Click Next.
6.  Select Show All Devices.
7.  Select Have Disk button and navigate to the ENG , FRE or GER subfolder that contains the RAMDriv.inf
     file for the respective English , French or German version of the ramdisk.
8.  Select Next , Next , Finish.

Re: [Request] RAMDisk 3rd party DP for Windows XP

you may have to use devcon to manualy add it .
you can use the driverpacks to call a script using a pack ini.

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [Request] RAMDisk 3rd party DP for Windows XP

Hey thanks for turning me onto devcon, but I am having problems with the command lines

I have tried everything, keep getting "devcon failed"

Re: [Request] RAMDisk 3rd party DP for Windows XP

bump so I don't forget

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.