Help - Search - Members - Calendar
Full Version: MSI Installer for Bart PE
The CD Forum > Bart's PE Builder > Plugins
yahoouk
Updated 05-02-06
@RvdH
Thanks for your advice and pretty bitter words!
blink.gif

Hi all,

This is a plug-in of Windows Installer Service/server to install many kinds of software while using Bart PE cd.
You don't need to worry about space, because you can install any software in your harddisk instead of RamDrive.
But REMEMBER, you need to delete from HDD before you exit from CD, if you installed in harddisk.
I have already tested in Win 2k and XP Pro with small software like DVD clone 3.xx and some small programs. Completely OK.
Hopefully, you all can save time and space of CD, RIGHT?

Welcome any comments!!!!!!!!!! rolleyes.gif

Copy all files to your MSI service folder. There are in your System32 folder. Unless, find in here:
http://freeware.it-mate.co.uk/
That's all.
Best Regards.

QUOTE
[Version]
Signature= "$Windows NT$"

;msiService.inf
;Created by yahooUK

[PEBuilder]
Name="Windows Installer Service"
Enable=1

[SourceDisksFiles]
msi.dll=2
msiexec.exe=2
msihnd.dll=2
msimsg.dll=2
msisip.dll=2
ieinfo5.ocx=2
msimain.sdb=60

[Software.AddReg]
; Sherpya RegExpander
0x7,"Sherpya\RegExpander\HKLM","SYSTEM\ControlSet001\Services\MSIServer","ImagePath"

0x0, "Classes\MSILink"
0x0, "Classes\MSILink\shellex"
0x0, "Classes\MSILink\shellex\ContextMenuHandlers"
0x1, "Classes\MSILink\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}","@","Start Menu Pin"

0x1, "Classes\CLSID\{000C101C-0000-0000-C000-000000000046}","","Msi install server"
0x1, "Classes\CLSID\{000C101C-0000-0000-C000-000000000046}","AppId","{000C101C-0000-0000-C000-000000000046}"
0x1, "Classes\CLSID\{000C101C-0000-0000-C000-000000000046}\ProgId","","IMsiServer"

0x1, "Classes\CLSID\{000C103E-0000-0000-C000-000000000046}","","PSFactoryBuffer"
0x2, "Classes\CLSID\{000C103E-0000-0000-C000-000000000046}\InProcServer32","","%SystemRoot%\system32\msi.dll"
0x1, "Classes\CLSID\{000C103E-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel","Both"

0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}","","Microsoft Windows Installer"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\InprocHandler32","","ole32.dll"
0x2, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\InprocServer32","","%SystemRoot%\system32\msi.dll"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel","Apartment"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\ProgId","","WindowsInstaller.Installer"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\TypeLib","","{000C1092-0000-0000-C000-000000000046}"

0x1, "Classes\CLSID\{000C1094-0000-0000-C000-000000000046}","",""
0x2, "Classes\CLSID\{000C1094-0000-0000-C000-000000000046}\InprocServer32","","%SystemRoot%\system32\msi.dll"
0x1, "Classes\CLSID\{000C1094-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel","Apartment"

0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}","","GenerateMSI Class"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\InprocServer32","","%SystemRoot%\system32\catsrvut.dll"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\InprocServer32","ThreadingModel","both"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\ProgID","","MSIGen.GenerateMSI.1"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\VersionIndependentProgID","","MSIGen.GenerateMSI"

0x1, "Classes\.msi","","Msi.Package"
0x1, "Classes\.msp","","Msi.Patch"

0x3, "Classes\Msi.Package","EditFlags",\
00,00,10,00
0x2, "Classes\Msi.Package","FriendlyTypeName","@%SystemRoot%\System32\msi.dll,-34"
0x1, "Classes\Msi.Package","","Windows Installer Package"
0x2, "Classes\Msi.Package\DefaultIcon","","%SystemRoot%\system32\msiexec.exe,0"
0x1, "Classes\Msi.Package\shell","","Open,Repair,Uninstall"
0x1, "Classes\Msi.Package\shell\Open","","&Install"
0x2, "Classes\Msi.Package\shell\Open","MUIVerb","@%SystemRoot%\System32\msi.dll,-36"
0x2, "Classes\Msi.Package\shell\Open\command","","""%SystemRoot%\System32\msiexec.exe"" /i ""%1"" %*"
0x1, "Classes\Msi.Package\shell\Repair","","Re&pair"
0x2, "Classes\Msi.Package\shell\Repair","MUIVerb","@%SystemRoot%\System32\msi.dll,-37"
0x2, "Classes\Msi.Package\shell\Repair\command","","""%SystemRoot%\System32\msiexec.exe"" /f ""%1"" %*"
0x1, "Classes\Msi.Package\shell\Uninstall","","&Uninstall"
0x2, "Classes\Msi.Package\shell\Uninstall","MUIVerb","@%SystemRoot%\System32\msi.dll,-38"
0x2, "Classes\Msi.Package\shell\Uninstall\command","","""%SystemRoot%\System32\msiexec.exe"" /x ""%1"" %*"

0x1, "Classes\Msi.Patch","","Windows Installer Patch"
0x3, "Classes\Msi.Patch","EditFlags",\
00,00,10,00
0x2, "Classes\Msi.Patch","FriendlyTypeName","@%SystemRoot%\System32\msi.dll,-35"
0x2, "Classes\Msi.Patch\DefaultIcon","","%SystemRoot%\system32\msiexec.exe,0"
0x1, "Classes\Msi.Patch\shell","","Open"
0x1, "Classes\Msi.Patch\shell\Open","","&Apply Patch"
0x2, "Classes\Msi.Patch\shell\Open","MUIVerb","@%SystemRoot%\System32\msi.dll,-39"
0x2, "Classes\Msi.Patch\shell\Open\command","","""%SystemRoot%\System32\msiexec.exe"" /p ""%1"" %*"

0x1, "Classes\Applications\msiexec.exe","NoOpenWith",""

0x1, "Classes\AppID\{000C101C-0000-0000-C000-000000000046}","ServiceParameters",""
0x1, "Classes\AppID\{000C101C-0000-0000-C000-000000000046}","LocalService","MSIServer"

0x1, "Classes\Interface\{000C101C-0000-0000-C000-000000000046}","","IMsiServer"
0x1, "Classes\Interface\{000C101C-0000-0000-C000-000000000046}\NumMethods","","18"
0x1, "Classes\Interface\{000C101C-0000-0000-C000-000000000046}\ProxyStubClsid32","","{000C103E-0000-0000-C000-000000000046}"

0x1, "Classes\IMsiServer","","Msi install server"
0x1, "Classes\IMsiServer\CLSID","","{000C101C-0000-0000-C000-000000000046}"

0x1, "Classes\Interface\{000C1033-0000-0000-C000-000000000046}","","IMsiRemoteAPI"
0x1, "Classes\Interface\{000C1033-0000-0000-C000-000000000046}\NumMethods","","58"
0x1, "Classes\Interface\{000C1033-0000-0000-C000-000000000046}\ProxyStubClsid32","","{000C103E-0000-0000-C000-000000000046}"

[SetupReg.AddReg]
0x4, "ControlSet001\Enum\Root\LEGACY_MSISERVER","NextInstance", 0x00000001
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","Service","MSIServer"
0x4, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","Legacy", 0x00000001
0x4, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","ConfigFlags", 0x00000000
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","Class","LegacyDriver"
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","ClassGUID","{8ECC055D-047F-11D1-A537-0000F8753ED1}"
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","DeviceDesc","Windows Installer"

0x1, "ControlSet001\Services\MSIServer","Description","Adds, modifies, and removes applications provided as a Windows Installer (*.msi) package. If this service is disabled, any services that explicitly depend on it will fail to start."
0x4, "ControlSet001\Services\MSIServer","Type", 0x00000020
;0x4, "ControlSet001\Services\MSIServer","Start", 0x00000003
0x4, "ControlSet001\Services\MSIServer","Start", 0x00000002
0x4, "ControlSet001\Services\MSIServer","ErrorControl", 0x00000001
0x2, "ControlSet001\Services\MSIServer","ImagePath","%SystemRoot%\system32\msiexec.exe /V"
0x1, "ControlSet001\Services\MSIServer","DisplayName","Windows Installer"
0x7, "ControlSet001\Services\MSIServer","DependOnService","RpcSs"
0x7, "ControlSet001\Services\MSIServer","DependOnGroup"
0x1, "ControlSet001\Services\MSIServer","ObjectName","LocalSystem"
0x3, "ControlSet001\Services\MSIServer\Security","Security",\
01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1C,00,01,00,00,00,02,80,14,00,FF,01,0F,00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,FD,01,02,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,FF,01,0F,00,01,02,00,00,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8D,01,02,00,01,01,00,00,00,00,00,05,0B,00,00,00,00,\
00,18,00,FD,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

0x0,"Setup\AllowStart\MSISERVER"
stuartr
QUOTE (yahoouk @ Jan 26 2006, 10:07 AM) *
Hi all,

This is a plug-in of Windows Installer Service/server to install many kinds of software while using Bart PE cd.
You don't need to worry about space, because you can install any software in your harddisk instead of RamDrive.
But REMEMBER, you need to delete from HDD before you exit from CD, if you installed in harddisk.
I have already tested in Win 2k and XP Pro with small software like DVD clone 3.xx and some small programs. Completely OK.
Hopefully, you all can save time and space of CD, RIGHT?

Welcome any comments!!!!!!!!!! rolleyes.gif

Copy all files to your MSI service folder. There are in your System32 folder. Unless, find in here:
http://freeware.it-mate.co.uk/
That's all.
Best Regards.



I'll give this a try and report back. Thanks!
fuwi
@yahoouk
QUOTE
0x1, "Clesses\Msi.Patch", "@","Windows Installer Patch"
0x3, "Clesses\Msi.Patch","EditFlags", \
00,00,10,00
0x3, "Clesses\Msi.Patch","FriendlyTypeName", \
40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,35,\
00,00,00

0x1, "Clesses\Msi.Patch\DefaultIcon","@","%SystemRoot%\system32\msiexec.exe","0"
0x1, "Clesses\Msi.Patch\shell","@","Open"

0x1, "Clesses\Msi.Patch\shell\Open","@","&Apply Patch"
0x3, "Clesses\Msi.Patch\shell\Open","MUIVerb", \
40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
00,6d,00,73,00,69,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,39,00,00,00
0x3, "Clesses\Msi.Patch\shell\Open\command", "@", \
22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,\
00,70,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00

'Classes' instead of 'Clesses' ??

QUOTE
0x1, "Classes\Msi.Patch\DefaultIcon","@","%SystemRoot%\system32\msiexec.exe","0"

'0x2' instead of '0x1' ??

________________________________
best regards
fuwi
yahoouk
@fuwi

You're right.
Thanks for your eagle eyes tongue.gif
I edited it.
This plugin wokds with small programs, i mean if the program is no need to add any files into system32 folder, or no check disk space of HDD, it works perfectly.

Thanks all.
paraglider
Using anything other than System\ControlSet001 will more than likely result in a Blue screen when you boot your CD. You must not use System\CurrentControlSet, System\ControlSet002 ...
fuwi
wink.gif
eagle eyes ???


________________________________
best regards
fuwi
yahoouk
@ paraglider

QUOTE
result in a Blue screen ????????????

Thanks for your advice.
But I don't have any blue screen, since i used BartPE. Isn't it strange?
If any one has blue screen, give me a message.
I would very much appreciate about it.

Thanks all.

yahooUK
RvdH
QUOTE
will more than likely result in a Blue screen
yahoouk
@ all

QUOTE
will more than likely result in a Blue screen


If you have a blue screen error, simply delete all "System\" from inf file.
And try it again.
Thanks for your advice.


yahooUK
RvdH
yahoouk, what people are trying to tell you is that your plugin is poorly written, ControlSet003 and CurrentControlSet do NOT exist un BartPE, and further more ControlSet001 entries should be under [SetupReg.AddReg] and NOT [Software.AddReg]


heres a cleanup & enhanced version smile.gif

CODE
[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Windows MSI Installer"
Enable=1

[SourceDisksFiles]
msi.dll=2
msiexec.exe=2
msihnd.dll=2
msimsg.dll=2
msisip.dll=2
ieinfo5.ocx=2
msimain.sdb=60

[Software.AddReg]
; Sherpya RegExpander
0x7,"Sherpya\RegExpander\HKLM","SYSTEM\ControlSet001\Services\MSIServer","ImagePath"

0x0, "Classes\MSILink"
0x0, "Classes\MSILink\shellex"
0x0, "Classes\MSILink\shellex\ContextMenuHandlers"
0x1, "Classes\MSILink\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}","@","Start Menu Pin"

0x1, "Classes\CLSID\{000C101C-0000-0000-C000-000000000046}","","Msi install server"
0x1, "Classes\CLSID\{000C101C-0000-0000-C000-000000000046}","AppId","{000C101C-0000-0000-C000-000000000046}"
0x1, "Classes\CLSID\{000C101C-0000-0000-C000-000000000046}\ProgId","","IMsiServer"

0x1, "Classes\CLSID\{000C103E-0000-0000-C000-000000000046}","","PSFactoryBuffer"
0x2, "Classes\CLSID\{000C103E-0000-0000-C000-000000000046}\InProcServer32","","%SystemRoot%\system32\msi.dll"
0x1, "Classes\CLSID\{000C103E-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel","Both"

0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}","","Microsoft Windows Installer"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\InprocHandler32","","ole32.dll"
0x2, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\InprocServer32","","%SystemRoot%\system32\msi.dll"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel","Apartment"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\ProgId","","WindowsInstaller.Installer"
0x1, "Classes\CLSID\{000C1090-0000-0000-C000-000000000046}\TypeLib","","{000C1092-0000-0000-C000-000000000046}"

0x1, "Classes\CLSID\{000C1094-0000-0000-C000-000000000046}","",""
0x2, "Classes\CLSID\{000C1094-0000-0000-C000-000000000046}\InprocServer32","","%SystemRoot%\system32\msi.dll"
0x1, "Classes\CLSID\{000C1094-0000-0000-C000-000000000046}\InprocServer32","ThreadingModel","Apartment"

0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}","","GenerateMSI Class"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\InprocServer32","","%SystemRoot%\system32\catsrvut.dll"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\InprocServer32","ThreadingModel","both"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\ProgID","","MSIGen.GenerateMSI.1"
0x1, "Classes\CLSID\{298942A3-C0FE-11D1-8D87-0060088F38C8}\VersionIndependentProgID","","MSIGen.GenerateMSI"

0x1, "Classes\.msi","","Msi.Package"
0x1, "Classes\.msp","","Msi.Patch"

0x3, "Classes\Msi.Package","EditFlags",\
  00,00,10,00
0x2, "Classes\Msi.Package","FriendlyTypeName","@%SystemRoot%\System32\msi.dll,-34"
0x1, "Classes\Msi.Package","","Windows Installer Package"
0x2, "Classes\Msi.Package\DefaultIcon","","%SystemRoot%\system32\msiexec.exe,0"
0x1, "Classes\Msi.Package\shell","","Open,Repair,Uninstall"
0x1, "Classes\Msi.Package\shell\Open","","&Install"
0x2, "Classes\Msi.Package\shell\Open","MUIVerb","@%SystemRoot%\System32\msi.dll,-36"
0x2, "Classes\Msi.Package\shell\Open\command","","""%SystemRoot%\System32\msiexec.exe"" /i ""%1"" %*"
0x1, "Classes\Msi.Package\shell\Repair","","Re&pair"
0x2, "Classes\Msi.Package\shell\Repair","MUIVerb","@%SystemRoot%\System32\msi.dll,-37"
0x2, "Classes\Msi.Package\shell\Repair\command","","""%SystemRoot%\System32\msiexec.exe"" /f ""%1"" %*"
0x1, "Classes\Msi.Package\shell\Uninstall","","&Uninstall"
0x2, "Classes\Msi.Package\shell\Uninstall","MUIVerb","@%SystemRoot%\System32\msi.dll,-38"
0x2, "Classes\Msi.Package\shell\Uninstall\command","","""%SystemRoot%\System32\msiexec.exe"" /x ""%1"" %*"

0x1, "Classes\Msi.Patch","","Windows Installer Patch"
0x3, "Classes\Msi.Patch","EditFlags",\
  00,00,10,00
0x2, "Classes\Msi.Patch","FriendlyTypeName","@%SystemRoot%\System32\msi.dll,-35"
0x2, "Classes\Msi.Patch\DefaultIcon","","%SystemRoot%\system32\msiexec.exe,0"
0x1, "Classes\Msi.Patch\shell","","Open"
0x1, "Classes\Msi.Patch\shell\Open","","&Apply Patch"
0x2, "Classes\Msi.Patch\shell\Open","MUIVerb","@%SystemRoot%\System32\msi.dll,-39"
0x2, "Classes\Msi.Patch\shell\Open\command","","""%SystemRoot%\System32\msiexec.exe"" /p ""%1"" %*"

0x1, "Classes\Applications\msiexec.exe","NoOpenWith",""

0x1, "Classes\AppID\{000C101C-0000-0000-C000-000000000046}","ServiceParameters",""
0x1, "Classes\AppID\{000C101C-0000-0000-C000-000000000046}","LocalService","MSIServer"

0x1, "Classes\Interface\{000C101C-0000-0000-C000-000000000046}","","IMsiServer"
0x1, "Classes\Interface\{000C101C-0000-0000-C000-000000000046}\NumMethods","","18"
0x1, "Classes\Interface\{000C101C-0000-0000-C000-000000000046}\ProxyStubClsid32","","{000C103E-0000-0000-C000-000000000046}"

0x1, "Classes\IMsiServer","","Msi install server"
0x1, "Classes\IMsiServer\CLSID","","{000C101C-0000-0000-C000-000000000046}"

0x1, "Classes\Interface\{000C1033-0000-0000-C000-000000000046}","","IMsiRemoteAPI"
0x1, "Classes\Interface\{000C1033-0000-0000-C000-000000000046}\NumMethods","","58"
0x1, "Classes\Interface\{000C1033-0000-0000-C000-000000000046}\ProxyStubClsid32","","{000C103E-0000-0000-C000-000000000046}"

[SetupReg.AddReg]
0x4, "ControlSet001\Enum\Root\LEGACY_MSISERVER","NextInstance", 0x00000001
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","Service","MSIServer"
0x4, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","Legacy", 0x00000001
0x4, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","ConfigFlags", 0x00000000
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","Class","LegacyDriver"
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","ClassGUID","{8ECC055D-047F-11D1-A537-0000F8753ED1}"
0x1, "ControlSet001\Enum\Root\LEGACY_MSISERVER\0000","DeviceDesc","Windows Installer"

0x1, "ControlSet001\Services\MSIServer","Description","Adds, modifies, and removes applications provided as a Windows Installer (*.msi) package. If this service is disabled, any services that explicitly depend on it will fail to start."
0x4, "ControlSet001\Services\MSIServer","Type", 0x00000020
;0x4, "ControlSet001\Services\MSIServer","Start", 0x00000003
0x4, "ControlSet001\Services\MSIServer","Start", 0x00000002
0x4, "ControlSet001\Services\MSIServer","ErrorControl", 0x00000001
0x2, "ControlSet001\Services\MSIServer","ImagePath","%SystemRoot%\system32\msiexec.exe /V"
0x1, "ControlSet001\Services\MSIServer","DisplayName","Windows Installer"
0x7, "ControlSet001\Services\MSIServer","DependOnService","RpcSs"
0x7, "ControlSet001\Services\MSIServer","DependOnGroup"
0x1, "ControlSet001\Services\MSIServer","ObjectName","LocalSystem"

0x0,"Setup\AllowStart\MSISERVER"
MrXP
@RvdH

Are the & nbsp; entries at the bottom of your moddified version of this plugin supposed to be there?

Just curious!

Thanks,

MrXP
hilander999
QUOTE (MrXP @ Feb 10 2006, 11:41 AM) *
@RvdH

Are the & nbsp; entries at the bottom of your moddified version of this plugin supposed to be there?

Just curious!

Thanks,

MrXP
NO. This is an error caused by the ibp software.

Normally, all he needs to do is edit the post (simply viewing it normally works.) & save changes.

I wish ibp would correct this error, but it's been around for at least a year now & no fix yet.

I also don't think any of the security entries are needed for pebuilder.
I always delete them unless they have subkeys.
Compadrito
[deleted] (wrong topic - sorry)
bruce lee
Hello Yahoouk,

Where is MSI Service ? I don't find with your link : http://freeware.it-mate.co.uk

Can you "Upload" the full Plugin ?

Thanks a lot !!!

Regards.
Ed_P
The plugin's inf file is in the 1st posting, just cut & paste it to your plugin. The files is refers to "are in your System32 folder." No need to download anything.
knoks
Hi to all,
the Plugin does not work to me.

If i try to install a Program under Bart-PE Environment, i get the Error message:
-----------------------------------------------------------
The Windows Installer Service could not be accessed.
This can occur if you are running Windows in safe
mode, or if the Windows Installer is not correctly
installed. Contact your support personnel for assistance.
-----------------------------------------------------------
EVENTLOG:
App Log: WARNING Event ID - 1015, Source - MsiInstaller error: 0x8008005
Sys Log: ERROR Event ID - 10010, Source - DCOM - w/a GUID of MSI-Installer

I tried to repair the Installer as described in:
http://support.microsoft.com/kb/315353/EN-US/
without any success.

A scan with NT-Filmon revealed that the installer tries to get access to the following directory's: "%SystemRoot%\Installer" and "%SystemRoot%\Registry". These directory's are missing in Bart-PE. A create of them fails because i use a CD-Version of Bart-PE!

I use PE-Builder 3.1.5 whit XPE 1.0.4 for WIN-XP + SP2.

Has someone a idea?
asiekierka
I have.
It's called "FBWF".
knoks
From where can I download the necessary files for the fbwf-plugin? I do not have the capacities to download and install Windows-Vista.
CyberSlug
QUOTE (knoks @ Nov 29 2006, 06:12 PM) *
From where can I download the necessary files for the fbwf-plugin? I do not have the capacities to download and install Windows-Vista.

http://thuun.boot-land.net/index.html

Depending on what shell you are using, you may need to run FBWFldr.exe manually after you are booted up in to BartPE.
knoks
Thank you for your link. I successfully integrated the fbwf-plugin. Using your sc-utillity i can see that the fbwf-service is running. The windows service-monitor do not display the fbwf-service. But how can i set the paths for the junctions? i need to make a junction from x:\installer to the ramdisk.
greetings knoks
hoest
Can anybody confirm that the latest version of this plugin actually works?? Also, is any additional plugins needed for this to run properly??

Regards

Hoest

PS: Have a nice day smile.gif
asiekierka
Based on reports of others, i think you don't need any plugin except FBWF to make it work better,
and latest is working okay as i see.
MindChild
QUOTE (knoks @ Nov 30 2006, 07:56 PM) *
Thank you for your link. I successfully integrated the fbwf-plugin. Using your sc-utillity i can see that the fbwf-service is running. The windows service-monitor do not display the fbwf-service. But how can i set the paths for the junctions? i need to make a junction from x:\installer to the ramdisk.
greetings knoks


Have you tried ... say ... "junction /?"
knoks
QUOTE (MindChild @ Dec 1 2006, 08:42 PM) *
Have you tried ... say ... "junction /?"

Sorry,
i do not mean a real junction! what i mean is the following: what is to do after the fbwf-service is running? How can i make X:\ (CD) writable? I think i have to specify a Path to X:\ so that its content is buffered in RAM.
amiga56
i also try to install a Program under Bart-PE Environment, i get the Error message:
-----------------------------------------------------------
The Windows Installer Service could not be accessed.
This can occur if you are running Windows in safe
mode, or if the Windows Installer is not correctly
installed. Contact your support personnel for assistance.
-----------------------------------------------------------

I run bartpe on a usb key,

I've no write problem (the key is r/w)

What is the problem ?
MindChild
Actually, that error message sounds like it is coming from an application that is trying to use the Windows Installer Service, but it isn't running.

Check "Services" and make sure its in the list AND RUNNING. If its not in the list of services, this service isnt even installed. If it is there, but not started, try and start it. If it doesn't start, an error message will likely come up. You could post that here, for one.

QUOTE (amiga56 @ Dec 3 2006, 11:29 AM) *
i also try to install a Program under Bart-PE Environment, i get the Error message:
-----------------------------------------------------------
The Windows Installer Service could not be accessed.
This can occur if you are running Windows in safe
mode, or if the Windows Installer is not correctly
installed. Contact your support personnel for assistance.
-----------------------------------------------------------

I run bartpe on a usb key,

I've no write problem (the key is r/w)

What is the problem ?
amiga56
QUOTE (MindChild @ Dec 3 2006, 04:40 PM) *
Actually, that error message sounds like it is coming from an application that is trying to use the Windows Installer Service, but it isn't running.

Check "Services" and make sure its in the list AND RUNNING. If its not in the list of services, this service isnt even installed. If it is there, but not started, try and start it. If it doesn't start, an error message will likely come up. You could post that here, for one.


No No, msi is running
MindChild
Then step #2 is to use Depends.exe on the installer application and make sure all the dlls are in place.

QUOTE (amiga56 @ Dec 3 2006, 02:57 PM) *
No No, msi is running
amiga56
QUOTE (MindChild @ Dec 3 2006, 09:24 PM) *
Then step #2 is to use Depends.exe on the installer application and make sure all the dlls are in place.



Depends.exe ? were can i find it ?

not in the Pebilder\Bartpe dir !
CWorks
http://www.dependencywalker.com/

try using google next time
it's the first hit
amiga56
QUOTE (CWorks @ Dec 4 2006, 06:57 AM) *
http://www.dependencywalker.com/

try using google next time
it's the first hit


thanks very well

MSI need msjava.dll

I must find a plugin for msjava
jozue7
HI
I have one problem with MSI-installer sad.gif . I create msi.inf from post1(this topic),BART-PE3110,WINXP SP2.
When WinPE() started - the service MSIServer isn't runing. I go to service menu and click on MSIServer to start. then an error appier:
Error 5: Acces denied.
QUOTE
I tried :
1. msiexec /regserver
2. REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\MinINT\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
net start msiserver
3. REG ADD "HKLM\SYSTEM\ControlSet001\Control\MinINT\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
net start msiserver


Thanx
frodo
QUOTE (amiga56 @ Dec 5 2006, 12:21 AM) *
thanks very well

MSI need msjava.dll

I must find a plugin for msjava


dont bother, whenever you do a dependency check no matter what you do it will say msjava

ignore it.
yahoouk
QUOTE
Error 5: Acces denied


Do not expect that it can be used for all application installation you want. ph34r.gif
Application installation depends on various things, such as .NET Framework, MDAC, DirectX, Java VM, VB .....
Are you trying to install Office 2007 on it? tongue.gif
No way!!!!!
If not, show your app and process or error, many experts (not me) are willing to help you. rolleyes.gif

Regards wink.gif
MindChild
Um... There is only one application/plugin I have that requires msjava and that is visual studio 6...

Regardless, Ive made a plugin. PM me for details
knoks
Hi,
to which version of the MSI-Installer does the plugin refer?
I tried the newest Version (3.0.4000.1823). With this Version the plugin does not work. After typing:
msiexec.exe /unregister
meiexec /regserver
the MSI-Installer starts but does not install the produkt.
knoks
Hi,
it's me again. Now i use the MSI-Installer Version 3.0.3790.2180. This Version works much better but i have some problems when i use this plugin at the same time as the Daemon-Tools-Plugin from "RvdH" for Version 3.47 of Daemon-Tools:
http://www.911cd.net/forums//index.php?sho...n-tool&st=0
The Daemon-Tool stops with the ERROR-Message: "NO Language Support". Whitout the MSI-Installer the Daemon-Tools-Plugin works fine.
A scan with REGMON shows the following Registry access:

1. Whitout MSI-Installer: daemon.exe:116 EnumerateValue HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\5DF1C3B1C87EFD376582F3A8B81F52D4\B3D5AC652003B7E409EF70D1F8FD8341 SUCCESS "X:\Programs\D-Tools\daemon.exe"

2. With MSI-Installer : daemon.exe:756 EnumerateValue HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\5DF1C3B1C87EFD376582F3A8B81F52D4 NO MORE ENTRIES

It seems that the MSI-Installer Plugin overwrites the following Registry-Entrys at boot-time:

HKLM\Software\Microsoft\Windows\CurentVersion\Installer and
HKLM\Software\Classes\Installer

Is this a mistake of the MSI-Installer or of the Daemon-Tools Plugin?
Has someone a Idea?
frodo
Are there

CODE
CurrentVersion\Installer\UserData\S-1-5-18\


type lines in either plugin's inf?

If so, try commenting them out, generally they should never be in a plugins .inf file.

When im building plugin's, unless theres a specific reason for things under
CODE
CurrentVersion\Installer\

they get culled from the inf.
knoks
@ frodo

Here is the Daemon-Tools-Plugin from:
http://www.911cd.net/forums//index.php?sho...n-tool&st=0
Is there something to change?

CODE
[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="APP: Daemon Tools v3.47"
Enable=1
Help="Daemon.htm"

[WinntDirectories]
a="Programs\D-Tools",2

[SourceDisksFolders]
Files\inf=20,,1
Files\drivers=4,,1
files\windows=1,,1
Files\D-Tools=a,,1

[SourceDisksFiles]
imapi.sys=4

[Software.AddReg]
0x2,"Sherpya\XPEinit\StartMenu","Werkzeuge\Daemon Tools 3.47","%ProgramFiles%\D-Tools\daemon.exe|-lang 1033"
; Automatic Startup
;0x2,"Sherpya\XPEinit\Startup","DAEMON Tools","%SystemDrive%\Programs\D-Tools\daemon.exe|-lang 1033"

0x1, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","ProductName"," "
0x1, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","PackageCode","C445CA572F2C1F5499F1A86CFC867767"
0x4, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","Language", 0x00000409
0x4, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","Version", 0x032E0000
0x4, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","Assignment", 0x00000001
0x4, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","AdvertiseFlags", 0x00000184
0x1, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","ProductIcon",""
0x4, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","InstanceType", 0x00000000
0x7, "Classes\Installer\Products\B3D5AC652003B7E409EF70D1F8FD8341","Clients",":"

0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\03FE00DDEDB339A8CB88E99BDBE57BCD","B3D5AC652003B7E409EF70D1F8FD8341","%SystemRoot%\SYSTEM32\Drivers\stormprt.sys"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\052F80C5BD260242CDDC694DA4069FCA","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Plugins\Images\mdsmount.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\09A8431F83D08789252A548B79E4195B","B3D5AC652003B7E409EF70D1F8FD8341",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\14949617AD61A9B7ACB79520B7A7C7E9","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\pfctoc.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\17568EBE3BC6BDEF91136C01AB01F3C8","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Help\1033.chm"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\1F2E87748F790676CF7EF6043163241E","B3D5AC652003B7E409EF70D1F8FD8341","%SystemRoot%\daemon.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\219DFABC7FDFDB296D2B692700D40F94","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Plugins\Images\nrgmount.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\5DF1C3B1C87EFD376582F3A8B81F52D4","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\daemon.exe"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\81454D85F8FAD22CD9BF3DE0107282F8","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Icons\tray2.ico"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\A748D87DA9BF4DC5B9859ED5F66D5667","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Plugins\Images\ccdmount.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\B306448280FB668AF514A3D94842AFF3","B3D5AC652003B7E409EF70D1F8FD8341","02:\Software\Microsoft\Windows\CurrentVersion\Run\DAEMON Tools-1043"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\B4FF4BC3C03560EE170C4C3164C7B5A3","B3D5AC652003B7E409EF70D1F8FD8341","%SystemRoot%\SYSTEM32\Drivers\stormbus.sys"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\C04423F126DA91C5EC544D3B6CEB0524","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Icons\tray1.ico"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\CC8B4C9524D402AEC2F27D5293B67810","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Plugins\Images\pdimount.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\DD700B9EF61AEA97DB1A1C9F71725FB5","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Lang\1043.dll"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\FEB5FA4174C9C2666BAE51A7223F8298","B3D5AC652003B7E409EF70D1F8FD8341","%SystemDrive%\Programs\D-Tools\Plugins\Images\bw5mount.dll"

0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","LocalPackage",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","AuthorizedCDFPrefix",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Comments",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Contact","DAEMON'S HOME"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","DisplayVersion","3.46.0"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","HelpLink","support@daemon-tools.cc"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","HelpTelephone",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","InstallDate","20040510"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","InstallLocation","%SystemDrive%\Programs\D-Tools"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","InstallSource",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","ModifyPath","MsiExec.exe /I{56CA5D3B-3002-4E7B-90FE-071D8FDF3814}"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Publisher","DAEMON'S HOME"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Readme",""
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Size",""
0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","EstimatedSize", 0x00000279
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","UninstallString","MsiExec.exe /I{56CA5D3B-3002-4E7B-90FE-071D8FDF3814}"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","URLInfoAbout","http://www.daemon-tools.cc"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","URLUpdateInfo",""
0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","VersionMajor", 0x00000003
0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","VersionMinor", 0x0000002E
0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","WindowsInstaller", 0x00000001
0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Version", 0x032E0000
0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","Language", 0x00000409
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\InstallProperties","DisplayName","DAEMON Tools"
0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B3D5AC652003B7E409EF70D1F8FD8341\Features","DefaultFeature","j.OTv$)@!Yq.,7dU77Fcu79%-Xa)[EpMglb@KaB9e.NS7~ZXRu-d'F)&~9i63i*`)IO@pHYg88OE{'*T4!?NL*hafOut3i!5raxZmAfVDW{gJgNC*j'^Gt!V$wgnty=KvzIM9I(jtG)U}uX%pa0fUTq^v`d)^fxo+O'y0TlU-_K(@UZa`kW8u7%i+E2X8MqShLTnD[l@h'V{=&+17IhqEe8@MnIq{u@YEUYx[.=HdCmz9OZ`3Oa?nEa(pEdPW3FJ9R'NRL*,tbq6,OCk(?ycF3WE6ZROjopo1Wf%MoLZMwi?wpGqDnm(9t&mi10UNjQ!"

0x1, "D-Tools","dr347_0","ccd4b3e37e2310cc17"
0x1, "D-Tools","dr347_1","a76ab980e65510cce8"

0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\03FE00DDEDB339A8CB88E99BDBE57BCD","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\052F80C5BD260242CDDC694DA4069FCA","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\09A8431F83D08789252A548B79E4195B","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\14949617AD61A9B7ACB79520B7A7C7E9","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\17568EBE3BC6BDEF91136C01AB01F3C8","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\1F2E87748F790676CF7EF6043163241E","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\219DFABC7FDFDB296D2B692700D40F94","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\5DF1C3B1C87EFD376582F3A8B81F52D4","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\81454D85F8FAD22CD9BF3DE0107282F8","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\A748D87DA9BF4DC5B9859ED5F66D5667","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\B306448280FB668AF514A3D94842AFF3","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\B4FF4BC3C03560EE170C4C3164C7B5A3","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\C04423F126DA91C5EC544D3B6CEB0524","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\CC8B4C9524D402AEC2F27D5293B67810","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\DD700B9EF61AEA97DB1A1C9F71725FB5","B3D5AC652003B7E409EF70D1F8FD8341"
0x7,"Sherpya\RegExpander\HKLM","Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\FEB5FA4174C9C2666BAE51A7223F8298","B3D5AC652003B7E409EF70D1F8FD8341"

[SetupReg.AddReg]
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","InfInstallSection","NO_DRV"
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","InfPath","pnpscsi.inf"
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","InfSection","NO_DRV"
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","ProviderName","Microsoft"
0x3, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","DriverDateData",00,80,62,C5,C0,01,C1,01
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","DriverDate","07/01/2001"
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","DriverVersion","5.1.2600.1106"
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","MatchingDeviceId","gen_scsiadapter"
0x1, "ControlSet001\Control\Class\{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000","DriverDesc","SCSI/RAID Host Controller"

0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","InfPath","daemon.inf"
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","InfSection","INST"
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","InfSectionExt",".NT"
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","ProviderName","Generic"
0x3, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","DriverDateData",00,80,9B,F7,DA,87,C4,01

0x3, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","DriverDateData",00,40,46,F6,C4,07,C4,01
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","DriverDate","08/22/2004"
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","DriverVersion","3.47.0.0"
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","MatchingDeviceId","root\d347bus"
0x1, "ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023","DriverDesc","PnP BIOS Extension"


0x1, "ControlSet001\Enum\PCI\d347prt\0000\Control","ActiveService","d347prt"
0x3, "ControlSet001\Enum\PCI\d347prt\0000\Control","FilteredConfigVector",\
90,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,49,\
00,53,00,54,00,52,00,59,00,5C,00,02,00,00,00,01,00,01,00,02,00,00,00,01,80,03,\
00,00,00,00,00,01,00,00,00,45,00,4D,00,5C,00,43,00,6F,00,6E,00,74,00,72,00,6F,\
00,6C,00,01,06,03,80,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,01,00,01,00,00,00,00,06,03,00,00,00,00,00,01,\
00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
0x3, "ControlSet001\Enum\PCI\d347prt\0000\Control","AllocConfig",\
01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\
06,03,00,00,00,00,00,00,01,00,00,00,00,00,00,00
0x3, "ControlSet001\Enum\PCI\d347prt\0000\LogConf","BasicConfigVector",\
48,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,01,00,00,00,00,06,03,00,\
00,00,00,00,01,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00
0x3, "ControlSet001\Enum\PCI\d347prt\0000\LogConf","BootConfig",\
01,00,00,00,00,00,00,00,00,00,00,00,01,00,01,00,01,00,00,00,\
06,03,00,00,00,00,00,00,01,00,00,00,00,00,00,00
0x1, "ControlSet001\Enum\PCI\d347prt\0000","DeviceDesc","D347PRT SCSI Controller"
0x4, "ControlSet001\Enum\PCI\d347prt\0000","Capabilities", 0x00000030
0x4, "ControlSet001\Enum\PCI\d347prt\0000","UINumber", 0x00000000
0x1, "ControlSet001\Enum\PCI\d347prt\0000","Service","d347prt"
0x7, "ControlSet001\Enum\PCI\d347prt\0000","HardwareID","*d347prt","PCI\d347prt"
0x7, "ControlSet001\Enum\PCI\d347prt\0000","CompatibleIDs","GEN_SCSIADAPTER"
0x1, "ControlSet001\Enum\PCI\d347prt\0000","ClassGUID","{4D36E97B-E325-11CE-BFC1-08002BE10318}"
0x1, "ControlSet001\Enum\PCI\d347prt\0000","Class","SCSIAdapter"
0x1, "ControlSet001\Enum\PCI\d347prt\0000","Driver","{4D36E97B-E325-11CE-BFC1-08002BE10318}\0000"
0x1, "ControlSet001\Enum\PCI\d347prt\0000","Mfg","(Standard mass storage controllers)"
0x4, "ControlSet001\Enum\PCI\d347prt\0000","ConfigFlags", 0x00000000

0x1, "ControlSet001\Enum\Root\SYSTEM\0002\Control","ActiveService","d347bus"
0x1, "ControlSet001\Enum\Root\SYSTEM\0002","DeviceDesc","PnP BIOS Extension"
0x1, "ControlSet001\Enum\Root\SYSTEM\0002","ClassGUID","{4D36E97D-E325-11CE-BFC1-08002BE10318}"
0x1, "ControlSet001\Enum\Root\SYSTEM\0002","Class","System"
0x7, "ControlSet001\Enum\Root\SYSTEM\0002","HardwareID","root\d347bus"
0x1, "ControlSet001\Enum\Root\SYSTEM\0002","Driver","{4D36E97D-E325-11CE-BFC1-08002BE10318}\0023"
0x1, "ControlSet001\Enum\Root\SYSTEM\0002","Mfg","(Standard system devices)"
0x1, "ControlSet001\Enum\Root\SYSTEM\0002","Service","d347bus"
0x4, "ControlSet001\Enum\Root\SYSTEM\0002","ConfigFlags", 0x00000000
0x4, "ControlSet001\Enum\Root\SYSTEM\0002","Capabilities", 0x00000000

0x7, "ControlSet001\Services\Eventlog\System","Sources","d347bus","WZCSVC","Workstation","Windows Script Host","Windows File Protection","Win32k","W32Time","VolSnap","viaide","VgaSave","USER32","UPS","ultra","udfs","toside","TermServSessDir","TermService","TermServDevices","TermDD","tdi","TCPMon","Tcpip","System Error","sym_u3","sym_hi","symc8xx","symc810","StillImage","SSDPSRV","Srv","srservice","sr","sparrow","Software Restriction Policy","sndblst","Simbad","SideBySide","sfloppy","Setup","Service Control Manager","Server","serial","scsiport","Schedule","Schannel","SCardSvr","Save Dump","SAM","RSVP","Removable Storage Service","RemoteAccess","Remote Desktop Help Session Manager","redbook","Rdbss","RasMan","RasAuto","ql1280","ql1240","ql12160","ql10wnt","ql1080","PSched","Processor","Print","PptpMiniport","PolicyAgent","PlugPlayManager","perc2","PCnet","pcmcia","pciide","pci","parvdm","partmgr","parport","OSPFMib","OSPF","null","NtServicePack","ntfs","npfs","Nla","Netlogon","NetDDE","NetBT","NetBIOS","NdisWan","ndis","Mup","msfs","msadlib","MrxSmb","MRxDAV","mraid35x","mouclass","Modem","LsaSrv","LmHosts","LDMS","LDM","lbrtfdc","Kerberos","kbdclass","isapnp","IPXSAP","IPXRouterManager","IPXRIP","IPXCP","IPSec","IPRouterManager","IPRIP2","IPNATHLP","IPMGM","IPBOOTP","Ip6FwHlp","intelide","ini910u","IGMPv2","i8042prt","i2omp","i2omgmt","hpn","ftdisk","fs_rec","FsVga","flpydisk","Fips","fdc","fastfat","eventlog","efs","dpti2o","Dnscache","Dnsapi","dmio","dmboot","Distributed Link Tracking Client","disk","Dhcp","DfsSvc","DfsDriver","DCOM","dac960nt","dac2w2k","cpqarray","cmdide","changer","cdrom","Cdm","cdfs","cdaudio","cd20xrnt","cbidf2k","Browser","beep","Atmarpc","atdisk","atapi","AsyncMac","asc3550","asc3350p","asc","Application Popup","apphelp","amsint","ami0nt","aliide","Alerter","aic78xx","aic78u2","aha154x","adpu160m","acpiec","acpi","abp480n5","abiosdsk","System"
0x2, "ControlSet001\Services\Eventlog\System\d347bus","EventMessageFile","%SystemRoot%\System32\IoLogMsg.dll"
0x4, "ControlSet001\Services\Eventlog\System\d347bus","TypesSupported", 0x00000007

0x1, "ControlSet001\Services\d347bus\Cfg\Device0","Name","d347prt"

if this is disabled DAEMON-Tools will start without a virtual Drive
;0x3, "ControlSet001\Services\d347bus\Cfg","khjeh",\
;  14,01,00,00,e4,27,69,33,0c,24,bf,4f,f5,bf,02,1a,f7,79,08,b0,8e,0c,f9,7c,39,\
;  df,45,95,38,a6,8c,ee,66,5d,ff,0c,e7,67,1f,5a,62,03,e7,d2,2d,94,20,d8,8c,40,\
;  f6,f2,7f,28,55,42,a6,bd,6d,8f,d1,c6,d5,37,a0,cf,0d,61,43,8f,23,57,3a,18,dd,\
;  8f,05,4d,5c,b0,84,ec,0f,84,97,28,bc,cb,fe,6e,57,e4,89,b4,93,1c,38,33,24,8a,\
;  7b,79,3d,b1,f2,a4,f3,43,7d,41,63,64,9c,17,76,78,0f,ac,a1,a1,36,7e,39,79,61,\
;  16,98,ad,b0,9d,d2,92,13,9e,ef,db,8a,77,74,7e,55,e0,44,b0,94,a1,1c,be,a7,fa,\
;  21,55,4e,cd,6e,a6,d9,42,f4,b1,08,d7,5d,50,0b,46,5e,73,42,72,93,b5,8d,81,a6,\
;  34,ec,7a,a5,c3,df,94,1e,fd,86,32,43,7f,b1,a9,8f,04,80,c7,d4,86,23,d1,b9,72,\
;  1a,83,21,e3,e5,8e,64,91,e4,7a,c1,c0,77,b9,a9,9c,de,a7,09,e7,69,ac,d7,ce,18,\
;  4f,bc,b9,db,b7,eb,ca,d2,83,f1,48,dd,56,19,f0,fc,81,ee,96,ef,e0,f5,f1,16,eb,\
;  41,1d,c1,91,2c,cb,90,4d,70,9c,f3,38,c2,00,ea,52,50,dd,35,39,a6,d6,f4,77,89,\
;  01
0x3, "ControlSet001\Services\d347bus\Cfg",""
0x1, "ControlSet001\Services\d347bus\Enum","0","ROOT\SYSTEM\0002"
0x4, "ControlSet001\Services\d347bus\Enum","Count", 0x00000001
0x4, "ControlSet001\Services\d347bus\Enum","NextInstance", 0x00000001
0x4, "ControlSet001\Services\d347bus","Type", 0x00000001
0x4, "ControlSet001\Services\d347bus","Start", 0x00000001
0x4, "ControlSet001\Services\d347bus","ErrorControl", 0x00000001
0x4, "ControlSet001\Services\d347bus","Tag", 0x00000006
0x1, "ControlSet001\Services\d347bus","ImagePath","System32\DRIVERS\d347bus.sys"
0x1, "ControlSet001\Services\d347bus","Group","Boot Bus Extender"

if this is disabled DAEMON-Tools will start without a virtual Drive
;0x3, "ControlSet001\Services\d347prt\Cfg","khjeh",\
;  90,01,00,00,80,ca,69,33,05,e9,26,b0,c9,60,58,f2,39,bb,3a,05,8a,9c,d8,5e,32,\
;  b3,35,47,bd,70,c4,cb,dc,ec,2d,06,4f,ba,8b,41,31,5c,16,21,d3,10,71,fd,b4,a8,\
;  41,a5,01,07,8b,ce,ea,86,15,9d,b5,6f,7f,56,d5,a9,43,21,d6,26,66,95,8e,27,04,\
;  c7,19,6e,70,09,48,88,e8,08,4b,68,1c,f3,c5,dd,07,e7,bf,48,87,cc,68,51,0d,a8,\
;  4d,dd,96,b8,e6,0d,38,d4,d1,ad,ba,05,c1,2f,b4,98,52,5d,60,2f,5a,e2,56,86,25,\
;  66,66,54,24,df,b1,28,b7,be,8f,21,59,4f,c5,2b,db,56,70,c2,1c,e6,3f,2e,49,86,\
;  2a,f8,32,da,65,a4,3d,46,af,7f,3d,41,79,67,1e,f0,4d,33,56,16,c8,39,01,e5,59,\
;  0c,d0,0e,43,e1,33,ca,38,33,6d,84,51,ad,07,e8,22,11,70,d2,fc,7e,15,1e,64,90,\
;  ce,90,42,d5,d9,fd,56,19,a9,4c,75,36,1a,f0,b4,0b,e2,7f,2e,53,ad,2e,3d,87,0c,\
;  09,48,36,ff,8e,f5,8c,61,97,ff,0f,23,e8,55,c8,64,ce,1f,61,91,1a,9c,09,9a,84,\
;  a1,57,a5,97,13,2c,05,ba,14,d7,26,f1,5b,91,7e,b3,57,c0,09,47,fb,e3,b8,93,ac,\
;  71,fb,97,7f,1a,35,54,be,60,8f,12,db,d2,58,ae,e9,48,dd,ed,58,e6,96,f2,e4,ef,\
;  c1,50,00,8f,31,71,f2,02,a2,2a,8a,db,0a,1c,12,09,d5,ea,88,a7,14,1a,c7,49,27,\
;  49,b4,82,89,54,b5,3d,2b,14,15,f5,cc,01,69,46,d9,b3,cf,14,e2,0e,61,93,2d,44,\
;  30,0c,6d,7c,b1,2b,6e,05,de,74,06,b7,de,46,31,b4,95,16,00,d0,34,f4,a3,df,cd,\
;  ba,dd,2a,90,d4,17,58,92,20,20,45,bc,91,a5,e0,e2,ee,7e,14,96,14,c9,5e,98,68
0x3, "ControlSet001\Services\d347prt\Cfg",""
0x4, "ControlSet001\Services\d347prt\Parameters\PnpInterface","0", 0x00000001
0x4, "ControlSet001\Services\d347prt\Enum","Count", 0x00000001
0x4, "ControlSet001\Services\d347prt\Enum","NextInstance", 0x00000001
0x1, "ControlSet001\Services\d347prt\Enum","0","PCI\d347prt\0000"
0x4, "ControlSet001\Services\d347prt","Type", 0x00000001
0x4, "ControlSet001\Services\d347prt","Start", 0x00000001
0x4, "ControlSet001\Services\d347prt","ErrorControl", 0x00000000
0x1, "ControlSet001\Services\d347prt","ImagePath","System32\Drivers\d347prt.sys"
0x1, "ControlSet001\Services\d347prt","Group","SCSI miniport"
0x4, "ControlSet001\Services\d347prt","Tag", 0x00000021
frodo
QUOTE (knoks @ Dec 23 2006, 03:00 AM) *
@ frodo

Here is the Daemon-Tools-Plugin from:
http://www.911cd.net/forums//index.php?sho...n-tool&st=0
Is there something to change?

<Snip>


I have no idea, i have absolutely no use for Daemon Tools, im not into games and stuff that people use it for.

I was just giving you my general outlook on the installer keys, i always leave them out of my own plugins.

Its up to you to play with it im afraid, im already working on 2 different projects for others at the moment and trying to get back to my own plugins as well. If i had the time i would try both programs, but sadly i dont.

If it were me, id comment out all the installer keys and try it, otherwise, ask the daemon tools plugin creator whether they are all definately needed.
knoks
ok,
after the board crach everything seems to be here again.
After a lot of cookies one goose and some quails, i am also here again with my Deamon-Tools Problem.

Commenting out all Installer keys: HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\...
has the same effect as if they are deleted from MSI-Installer at boot-time: The Daemon-Tools does not work! It seems they are necessary for daemon-tools.
I have the same Keys in the HD-Installation and they will not deleted at boot-time. Why that?
Also I am not sure whether I use the suitable version of the MSI-Installer for the Plugin. I try to unregister and re-register the DLL-Files (e.g. msi.dll) with "regsvr32.exe" under Bart-PE but i get a error-message: "Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found." Why that?
Please someone can tell me for which Version of the Installer the Plugin works. Also i need a msi-package which can be correctly installed under Bart-PE for test-purpose.
ireneuszp
http://www.installsite.org/pages/en/msi/tips.htm
VeeDub
Having a great day ... need the MSI Installer to install an application and cannot get the Windows Installer Service to start angry.gif

I have used the INF from the first post. The Service appears in the list of Services, but when you start it, it stops.

In the Event Log there is the following error:
Msiinstaller
1015
Failed to connect to server. 0x80080005

Can see a number of articles about this error in relation to normal Windows, but wonder how relevant they're to PE environment.

There is also an error about DCOM which would appear to be relevant, as the server string is part of the INF file for the plug-in.
DCOM
10010
The server {000C101C-0000-0000-C000-000000000046} did not register with DCOM within the required timeout period

VeeDub
There are a number of plugins on the forum, most of them do not work for me.

Xtreme's plug-in does work.

My environment: USB. XPE. XP-SP2
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.