v0.0.1.24
Now, it can search for disk image file in backing drive without knowing drive letter.
Use boot.ini option /firadisk=disk,vmem=find:\filename (instead of x:\filename)
Hi

I'm trying to integrate this driver into modded or vLite-ed ISO of Win7 (which gives 2.x GB size after installation AND xx GB of pagefile resulting in 4~5GB at first boot). My goal is to use "NT6.X fast installer" app to install this modded Win7 on 4.83GB IMG and then make firadisk boot from image directly and finish the Win7 installation.
I think I can somehow integrate REG file too....... hopefully, right?:
"disk,vmem=find:\filename1;disk,vmem=find:\filename2;disk,vmem=find:\filename3"
in "StartOptions" value in key "HKLM\SYSTEM\CurrentControlSet\services\firadisk\Parameters"
Will this work?
EDIT: If ImDisk is necessary with FiraDisk, how can one integrate ImDisk on 7? Driver backup apps can probably give me INFs and DRVs (which can be integrated too right?)
EDIT2:
Used ThinApp setup capture and found REG values, EXE, DRV, etc.EDIT3:

Right clicked imdiskinst.exe and WinRAR extracted all files (ready to be integrated

)
EDIT4: Integrated PageFile disable and FiraDisk Path (i think it will do?) and now my ISO is ready for test:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000000
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000000
"NonPagedPoolQuota"=dword:00000000
"NonPagedPoolSize"=dword:00000000
"PagedPoolQuota"=dword:00000000
"PagedPoolSize"=dword:00000000
"SecondLevelDataCache"=dword:00000000
"SessionPoolSize"=dword:00000004
"SessionViewSize"=dword:00000030
"SystemPages"=dword:00183000
"PagingFiles"=hex(7):00,00,00,00
"PhysicalAddressExtension"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\firadisk\Parameters]
"StartOptions"="disk,vmem=find:\\xpdisk.img;disk,vmem=find:\\7disk;disk,vmem=find:\\setup.img"
EDIT5: Added following according to
Karyonix instructions heretitle Microsoft Windows 7 x86 Ultimate (W7 Disk IMG)
find --set-root /W7.img
map /W7.img (hd0)
map --hook
root (hd0,0)
chainloader /bootmgr
EDIT6: Installation went fine

now DEFRAGMENTING! (found 13334 fragments of img file) next rebooting and testing (crossing my fingers)