When I try to install Leogo Mindstorms NXT directly from cdrom, I get this error (in a pop up window): ----------------------------------------------------------------------------------------------------- .\ConfigInfo.cpp(2653): IInstallerError 11006 Developer Error. The following errors were found in your ini file: 1. Specified file not found: [MsiEngine] WinNTPath = bin\WindowsInstaller-KB893803-v2-x86.exe Correct the ini file and try again. <No Debug Message> ----------------------------------------------------------------------------------------------------- There is an entry in the setup.ini file like this: [MsiEngine] WinNTPath=bin\WindowsInstaller-KB893803-v2-x86.exe RequiredVersion=3.0.0.0 CommandLine=/passive /norestart In the moment I'm a bit clueless what to do next, can someone help me? Thanks, Joerg
It seems to me that the problem are mainly the filenames. I found a file with a similar name on the cdrom. So I copied everything to the disk, changed the filename and this error message disappeared. But more or less every filename is broken, so the installation went not much further. One problem is, that on the cdrom all filenames are in lowercase and they are sometimes truncated.
On Sun, Jan 18, 2009 at 9:04 PM, cobalt-60 <wineforum-user at winehq.org> wrote:> It seems to me that the problem are mainly the filenames. > I found a file with a similar name on the cdrom. > So I copied everything to the disk, changed the filename and this error message disappeared. > > But more or less every filename is broken, so the installation went not much further. > > One problem is, that on the cdrom all filenames are in lowercase and they are sometimes truncated. >Just a random guess: Check if Joliet support is enabled in your kernel: It should look like this: $ zgrep -i joliet /proc/config.gz CONFIG_JOLIET=y Gert
cobalt-60 wrote:> One problem is, that on the cdrom all filenames are in lowercase and they are sometimes truncated.Looks like more companies create broken cdrom images. It's possible to create cdrom where all files will be visible and have correct names on windows and be hidden and have broken names on Linux. There are number of options to 'mount' you can try to use to get around this problem (can't recall now what are the most common workarounds of this).
So, I'm back sitting at the problem ... I installed the libcdio-utils and cd-info told me: CD Analysis Report CD-ROM with both Macintosh HFS and ISO 9660 filesystem ISO 9660: 277064 blocks, label `MINDSTORMSNXT' Application: Preparer : Publisher : System : APPLE COMPUTER, INC., TYPE: 0002 Volume : MINDSTORMSNXT But dmesg reported: hfs: can't find a HFS filesystem on dev hda. ISO 9660 Extensions: Microsoft Joliet Level 1 ISO 9660 Extensions: IEEE_P1282 After puzzling around a little bit, I mounted the cdrom with hfsplus: /dev/hda /media/cdrom1 hfsplus,iso9660 uid=1000,ro,user,noauto 0 0 and finally it worked :-D Thanks for your support.
When I mount the cdrom with "-t iso9660" then I get displayed all the windows *and* all the Mac files, both in lowercase. Maybe this is the source of the problem, that he mixes the iso9660/joliet and the hfs files.