<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Installing Flash MX 2004: dcom98 is ok but can't get InstallShield to continue</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Maybe some wise linux &amp; WINE guru will help me to install<BR>
Flash MX 2004 on my system, here's my problem:<BR>
<BR>
<BR>
My system is Debian (unstable) and I've installed WINE<BR>
a few hours ago.<BR>
<BR>
I've visited<BR>
<BR>
&nbsp;<A HREF="http://navi.cx/svn/misc/trunk/winekb/NativeDCOM.xml">http://navi.cx/svn/misc/trunk/winekb/NativeDCOM.xml</A><BR>
<BR>
and did as written and was able to install DCOM98.EXE successfully.<BR>
<BR>
Then I went on to install Flash MX 2004 by running:<BR>
<BR>
&nbsp;$ wine Flash\ Installer_a.exe<BR>
<BR>
InstallShield started, telling me that it was getting ready<BR>
to install... however in a second a window came with an error:<BR>
<BR>
&nbsp;The InstallShield Engine (iKernel.exe) could not be installed<BR>
<BR>
&nbsp;File not found.<BR>
<BR>
I had to press OK. I even tried to run it this way:<BR>
<BR>
&nbsp;$ WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine Flash\ Installer_a.exe<BR>
<BR>
But same error happened and interestingly wine exit:<BR>
<BR>
&nbsp; Wine exited with a successful status<BR>
<BR>
but of course I was not able install Flash MX 2004. By the way, FAQ<BR>
says to check if another instance of wine is running, I checked it with<BR>
ps, no other instance was running at that time on my system. So there must<BR>
some other source for this error.<BR>
<BR>
I also visited: <A HREF="http://navi.cx/svn/misc/trunk/winekb/ConfigFile.xml">http://navi.cx/svn/misc/trunk/winekb/ConfigFile.xml</A><BR>
to see about that &quot;DLL overrides&quot; but it was about some quartz.dll<BR>
and I couldn't understand what I should do exactly so I didn't touch<BR>
my config file.<BR>
<BR>
My wine version is:<BR>
<BR>
Package: wine (0.0.20040914-1)<BR>
<A HREF="http://packages.debian.org/unstable/otherosfs/wine">http://packages.debian.org/unstable/otherosfs/wine</A><BR>
<BR>
The default configuration that was generated by winesetuptk (before<BR>
I tried to install Flash MX 2004):<BR>
<BR>
WINE REGISTRY Version 2<BR>
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config<BR>
<BR>
;; If you think it is necessary to show others your complete config for a<BR>
;; bug report, filter out empty lines and comments with<BR>
;; grep -v &quot;^;&quot; ~/.wine/config | grep '.'<BR>
;;<BR>
;; MS-DOS drives configuration<BR>
;;<BR>
;; Each section has the following format:<BR>
;; [Drive X]<BR>
;; &quot;Path&quot;=&quot;xxx&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Unix path for drive root)<BR>
;; &quot;Type&quot;=&quot;xxx&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (supported types are 'floppy', 'hd', 'cdrom' and 'network')<BR>
;; &quot;Label&quot;=&quot;xxx&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (drive label, at most 11 characters)<BR>
;; &quot;Serial&quot;=&quot;xxx&quot;&nbsp;&nbsp;&nbsp;&nbsp; (serial number, 8 characters hexadecimal number)<BR>
;; &quot;Filesystem&quot;=&quot;xxx&quot; (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')<BR>
;;&nbsp;&nbsp; This is the FS Wine is supposed to emulate on a certain<BR>
;;&nbsp;&nbsp; directory structure.<BR>
;;&nbsp;&nbsp; Recommended:<BR>
;;&nbsp;&nbsp; - &quot;win95&quot; for ext2fs, VFAT and FAT32<BR>
;;&nbsp;&nbsp; - &quot;msdos&quot; for FAT16 (ugly, upgrading to VFAT driver strongly recommended)<BR>
;;&nbsp;&nbsp; DON'T use &quot;unix&quot; unless you intend to port programs using Winelib !<BR>
;; &quot;Device&quot;=&quot;/dev/xx&quot; (only if you want to allow raw device access)<BR>
;;<BR>
<BR>
[Drive A]<BR>
&quot;Path&quot; = &quot;/floppy&quot;<BR>
&quot;Type&quot; = &quot;floppy&quot;<BR>
&quot;Label&quot; = &quot;Floppy&quot;<BR>
&quot;Device&quot; = &quot;/dev/fd0&quot;<BR>
<BR>
[Drive C]<BR>
&quot;Path&quot; = &quot;/home/fz/.wine/fake_windows&quot;<BR>
&quot;Type&quot; = &quot;hd&quot;<BR>
&quot;Label&quot; = &quot;/home/fz/.wine/fake_windows&quot;<BR>
&quot;Filesystem&quot; = &quot;win95&quot;<BR>
<BR>
[Drive D]<BR>
&quot;Path&quot; = &quot;/NTFS&quot;<BR>
&quot;Type&quot; = &quot;hd&quot;<BR>
&quot;Label&quot; = &quot;/NTFS&quot;<BR>
&quot;Filesystem&quot; = &quot;win95&quot;<BR>
<BR>
[Drive E]<BR>
&quot;Path&quot; = &quot;/cdrom&quot;<BR>
&quot;Type&quot; = &quot;cdrom&quot;<BR>
&quot;Label&quot; = &quot;/cdrom&quot;<BR>
&quot;Filesystem&quot; = &quot;win95&quot;<BR>
&quot;Device&quot; = &quot;/dev/cdrom&quot;<BR>
<BR>
[Drive X]<BR>
&quot;Path&quot; = &quot;/tmp&quot;<BR>
&quot;Type&quot; = &quot;hd&quot;<BR>
&quot;Label&quot; = &quot;Tmp Drive&quot;<BR>
&quot;Filesystem&quot; = &quot;win95&quot;<BR>
<BR>
[Drive Y]<BR>
&quot;Path&quot; = &quot;%HOME%&quot;<BR>
&quot;Type&quot; = &quot;network&quot;<BR>
&quot;Label&quot; = &quot;Home&quot;<BR>
&quot;Filesystem&quot; = &quot;win95&quot;<BR>
<BR>
[Drive Z]<BR>
&quot;Path&quot; = &quot;/&quot;<BR>
&quot;Type&quot; = &quot;hd&quot;<BR>
&quot;Label&quot; = &quot;Root&quot;<BR>
&quot;Filesystem&quot; = &quot;win95&quot;<BR>
<BR>
[wine]<BR>
&quot;Windows&quot; = &quot;C:\\Windows&quot;<BR>
&quot;System&quot; = &quot;C:\\Windows\\System&quot;<BR>
&quot;Temp&quot; = &quot;X:\\&quot;<BR>
&quot;Path&quot; = &quot;C:\\Windows;C:\\Windows\\System;X:\\;X:\\test;Y:\\&quot;<BR>
&quot;GraphicsDriver&quot; = &quot;x11drv&quot;<BR>
; Wine doesn't pass directory symlinks to Windows programs by default.<BR>
; Enabling this may crash some programs that do recursive lookups of a whole<BR>
; subdir tree in case of a symlink pointing back to itself.<BR>
;&quot;ShowDirSymlinks&quot; = &quot;1&quot;<BR>
;&quot;ShowDotFiles&quot; = &quot;1&quot;<BR>
&quot;ShellLinker&quot; = &quot;wineshelllink&quot;<BR>
<BR>
# [wineconf]<BR>
<BR>
[Version]<BR>
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)<BR>
&quot;Windows&quot; = &quot;win98&quot;<BR>
; DOS version to imitate<BR>
;&quot;DOS&quot; = &quot;6.22&quot;<BR>
<BR>
; Be careful here, wrong DllOverrides settings have the potential<BR>
; to pretty much kill your setup.<BR>
<BR>
[DllOverrides]<BR>
; some dlls you may want to change<BR>
&quot;oleaut32&quot; = &quot;builtin, native&quot;<BR>
&quot;ole32&quot; = &quot;builtin, native&quot;<BR>
&quot;commdlg&quot; = &quot;builtin, native&quot;<BR>
&quot;comdlg32&quot; = &quot;builtin, native&quot;<BR>
&quot;shell&quot; = &quot;builtin, native&quot;<BR>
&quot;shell32&quot; = &quot;builtin, native&quot;<BR>
&quot;shfolder&quot; = &quot;builtin, native&quot;<BR>
&quot;shlwapi&quot; = &quot;builtin, native&quot;<BR>
&quot;shdocvw&quot; = &quot;builtin, native&quot;<BR>
&quot;advapi32&quot; = &quot;builtin, native&quot;<BR>
&quot;msvcrt&quot; = &quot;native, builtin&quot;<BR>
&quot;mciavi.drv&quot; = &quot;native, builtin&quot;<BR>
&quot;mcianim.drv&quot; = &quot;native, builtin&quot;<BR>
&quot;msi&quot; = &quot;native, builtin&quot;<BR>
; you can specify applications too<BR>
; this one will apply for all notepad.exe<BR>
;&quot;*notepad.exe&quot; = &quot;native, builtin&quot;<BR>
; this one will apply only for a particular file<BR>
;&quot;C:\\windows\\regedit.exe&quot; = &quot;native, builtin&quot;<BR>
; default for all other dlls<BR>
&quot;*&quot; = &quot;builtin, native&quot;<BR>
<BR>
[x11drv]<BR>
; Number of colors to allocate from the system palette<BR>
&quot;AllocSystemColors&quot; = &quot;100&quot;<BR>
; Use a private color map<BR>
&quot;PrivateColorMap&quot; = &quot;N&quot;<BR>
; Favor correctness over speed in some graphics operations<BR>
&quot;PerfectGraphics&quot; = &quot;N&quot;<BR>
; Color depth to use on multi-depth screens<BR>
;;&quot;ScreenDepth&quot; = &quot;16&quot;<BR>
; Name of X11 display to use<BR>
;;&quot;Display&quot; = &quot;:0.0&quot;<BR>
; Allow the window manager to manage created windows<BR>
&quot;Managed&quot; = &quot;Y&quot;<BR>
; Use a desktop window of 640x480 for Wine<BR>
;&quot;Desktop&quot; = &quot;640x480&quot;<BR>
; Use XFree86 DGA extension if present<BR>
; (make sure /dev/mem is accessible by you !)<BR>
&quot;UseDGA&quot; = &quot;Y&quot;<BR>
; Use XVidMode extension if present<BR>
&quot;UseXVidMode&quot; = &quot;Y&quot;<BR>
; Use XRandR extension if present<BR>
&quot;UseXRandR&quot; = &quot;Y&quot;<BR>
; Use the take focus protocol<BR>
&quot;UseTakeFocus&quot; = &quot;Y&quot;<BR>
; Enable DirectX mouse grab<BR>
&quot;DXGrab&quot; = &quot;N&quot;<BR>
; Create the desktop window with a double-buffered visual<BR>
; (useful to play OpenGL games)<BR>
&quot;DesktopDoubleBuffered&quot; = &quot;Y&quot;<BR>
; Run in synchronous mode (useful for debugging X11 problems)<BR>
;;&quot;Synchronous&quot; = &quot;Y&quot;<BR>
;<BR>
; Use the Render extension to render client side fonts (default &quot;Y&quot;)<BR>
;;&quot;ClientSideWithRender&quot; = &quot;Y&quot;<BR>
; Fallback on X core requests to render client side fonts (default &quot;Y&quot;)<BR>
;;&quot;ClientSideWithCore&quot; = &quot;Y&quot;<BR>
; Set both of the previous two to &quot;N&quot; in order to force X11 server side fonts<BR>
;<BR>
; Anti-alias fonts if using the Render extension (default &quot;Y&quot;)<BR>
;;&quot;ClientSideAntiAliasWithRender&quot; = &quot;Y&quot;<BR>
; Anti-alias fonts if using core requests fallback (default &quot;Y&quot;)<BR>
;;&quot;ClientSideAntiAliasWithCore&quot; = &quot;Y&quot;<BR>
;<BR>
<BR>
[fonts]<BR>
;Read the Fonts topic in the Wine User Guide before adding aliases<BR>
;See a couple of examples for russian users below<BR>
&quot;Resolution&quot; = &quot;96&quot;<BR>
&quot;Default&quot; = &quot;-adobe-helvetica-&quot;<BR>
&quot;DefaultFixed&quot; = &quot;fixed&quot;<BR>
&quot;DefaultSerif&quot; = &quot;-adobe-times-&quot;<BR>
&quot;DefaultSansSerif&quot; = &quot;-adobe-helvetica-&quot;<BR>
<BR>
;; default TrueType fonts with russian koi8-r encoding<BR>
;&quot;Default&quot; = &quot;-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r&quot;<BR>
;&quot;DefaultFixed&quot; = &quot;-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r&quot;<BR>
;&quot;DefaultSerif&quot; = &quot;-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r&quot;<BR>
;&quot;DefaultSansSerif&quot; = &quot;-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r&quot;<BR>
;; default cyrillic bitmap X fonts<BR>
;&quot;Default&quot; = &quot;-cronyx-helvetica-&quot;<BR>
;&quot;DefaultFixed&quot; = &quot;fixed&quot;<BR>
;&quot;DefaultSerif&quot; = &quot;-cronyx-times-&quot;<BR>
;&quot;DefaultSansSerif&quot; = &quot;-cronyx-helvetica-&quot;<BR>
<BR>
; the TrueType font dirs you want to make accessible to wine<BR>
<BR>
[FontDirs]<BR>
;&quot;dir1&quot; = &quot;/usr/X11R6/lib/X11/fonts/TrueType&quot;<BR>
;&quot;dir2&quot; = &quot;/usr/share/fonts/truetype&quot;<BR>
;&quot;dir3&quot; = &quot;/usr/X11R6/lib/X11/fonts/TT&quot;<BR>
;&quot;dir4&quot; = &quot;/usr/share/fonts/TT&quot;<BR>
<BR>
[serialports]<BR>
&quot;Com1&quot; = &quot;/dev/ttyS0&quot;<BR>
&quot;Com2&quot; = &quot;/dev/ttyS1&quot;<BR>
&quot;Com3&quot; = &quot;/dev/ttyS2&quot;<BR>
&quot;Com4&quot; = &quot;/dev/modem&quot;<BR>
<BR>
[parallelports]<BR>
&quot;Lpt1&quot; = &quot;/dev/lp0&quot;<BR>
<BR>
[ppdev]<BR>
;; key:&nbsp; io-base of the emulated port<BR>
;; value : parport-device{,timeout}<BR>
;; timeout for auto closing an open device ( not yet implemented)<BR>
;&quot;378&quot; = &quot;/dev/parport0&quot;<BR>
;&quot;278&quot; = &quot;/dev/parport1&quot;<BR>
;&quot;3bc&quot; = &quot;/dev/parport2&quot;<BR>
<BR>
[spooler]<BR>
&quot;FILE:&quot; = &quot;tmp.ps&quot;<BR>
&quot;LPT1:&quot; = &quot;|lpr&quot;<BR>
&quot;LPT2:&quot; = &quot;|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -&quot;<BR>
&quot;LPT3:&quot; = &quot;/dev/lp3&quot;<BR>
<BR>
[ports]<BR>
;&quot;read&quot; = &quot;0x779,0x379,0x280-0x2a0&quot;<BR>
;&quot;write&quot; = &quot;0x779,0x379,0x280-0x2a0&quot;<BR>
<BR>
[Debug]<BR>
;&quot;RelayExclude&quot; = &quot;RtlEnterCriticalSection;RtlLeaveCriticalSection&quot;<BR>
;&quot;RelayInclude&quot; = &quot;user32.CreateWindowA&quot;<BR>
;&quot;RelayFromExclude&quot; = &quot;user32;x11drv&quot;<BR>
;&quot;RelayFromInclude&quot; = &quot;sol.exe&quot;<BR>
;&quot;SnoopExclude&quot; = &quot;RtlEnterCriticalSection;RtlLeaveCriticalSection&quot;<BR>
;&quot;SpyExclude&quot; = &quot;WM_SIZE;WM_TIMER;&quot;<BR>
<BR>
[registry]<BR>
;These are all booleans.&nbsp; Y/y/T/t/1 are true, N/n/F/f/0 are false.<BR>
;Defaults are read all, write to Home<BR>
; Where to find the global registries<BR>
;&quot;GlobalRegistryDir&quot; = &quot;/etc&quot;;<BR>
; Global registries (stored in /etc)<BR>
&quot;LoadGlobalRegistryFiles&quot; = &quot;Y&quot;<BR>
; Home registries (stored in ~user/.wine/)<BR>
&quot;LoadHomeRegistryFiles&quot; = &quot;Y&quot;<BR>
; Load Windows registries from the Windows directory<BR>
&quot;LoadWindowsRegistryFiles&quot; = &quot;Y&quot;<BR>
; TRY to write all changes to home registries<BR>
&quot;WritetoHomeRegistryFiles&quot; = &quot;Y&quot;<BR>
; Registry periodic save timeout in seconds<BR>
; &quot;PeriodicSave&quot; = &quot;600&quot;<BR>
; Save only modified keys<BR>
&quot;SaveOnlyUpdatedKeys&quot; = &quot;Y&quot;<BR>
<BR>
[Tweak.Layout]<BR>
;; supported styles are 'Win31'(default), 'Win95', 'Win98'<BR>
;; this has *nothing* to do with the windows version Wine returns:<BR>
;; set the &quot;Windows&quot; value in the [Version] section if you want that.<BR>
&quot;WineLook&quot; = &quot;Win98&quot;<BR>
<BR>
[Clipboard]<BR>
&quot;ClearAllSelections&quot; = &quot;0&quot;<BR>
&quot;PersistentSelection&quot; = &quot;1&quot;<BR>
<BR>
; List of all directories directly contain .AFM files<BR>
<BR>
[afmdirs]<BR>
&quot;1&quot; = &quot;/usr/share/ghostscript/fonts&quot;<BR>
&quot;2&quot; = &quot;/usr/share/a2ps/afm&quot;<BR>
&quot;3&quot; = &quot;/usr/share/enscript&quot;<BR>
&quot;4&quot; = &quot;/usr/X11R6/lib/X11/fonts/Type1&quot;<BR>
<BR>
[WinMM]<BR>
; Uncomment the &quot;Drivers&quot; line matching your sound setting.<BR>
<BR>
&quot;Drivers&quot; = &quot;wineoss.drv&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; default for most common configurations<BR>
;&quot;Drivers&quot; = &quot;winearts.drv&quot;&nbsp;&nbsp;&nbsp; ; for KDE<BR>
;&quot;Drivers&quot; = &quot;winealsa.drv&quot;&nbsp;&nbsp;&nbsp; ; for ALSA users<BR>
;&quot;Drivers&quot; = &quot;winejack.drv&quot;&nbsp;&nbsp;&nbsp; ; for Jack sound server<BR>
;&quot;Drivers&quot; = &quot;winenas.drv&quot;&nbsp;&nbsp;&nbsp;&nbsp; ; for NAS sound system<BR>
;&quot;Drivers&quot; = &quot;wineaudioio.drv&quot; ; for Solaris machines<BR>
;&quot;Drivers&quot; = &quot;&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; to disable sound<BR>
&quot;WaveMapper&quot; = &quot;msacm.drv&quot;<BR>
&quot;MidiMapper&quot; = &quot;midimap.drv&quot;<BR>
<BR>
[dsound]<BR>
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.<BR>
;&quot;HELmargin&quot; = &quot;5&quot;<BR>
;; HEL only: Number of waveOut fragments ahead to queue to driver.<BR>
;&quot;HELqueue&quot; = &quot;5&quot;<BR>
;; Max number of fragments to prebuffer<BR>
;&quot;SndQueueMax&quot; = &quot;28&quot;<BR>
;; Min number of fragments to prebuffer<BR>
;&quot;SndQueueMin&quot; = &quot;12&quot;<BR>
;; Forces emulation mode (using wave api)<BR>
;&quot;HardwareAcceleration&quot; = &quot;Emulation&quot;<BR>
;; Sets default playback device (0 - number of devices - 1)<BR>
;&quot;DefaultPlayback&quot; = &quot;0&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; use first device (/dev/dsp)<BR>
;&quot;DefaultPlayback&quot; = &quot;1&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; use second device (/dev/dsp1)<BR>
;&quot;DefaultPlayback&quot; = &quot;2&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; use third device (/dev/dsp2)<BR>
;; Sets default capture device (0 - number of devices - 1)<BR>
;&quot;DefaultCapture&quot; = &quot;0&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; use first device (/dev/dsp)<BR>
;&quot;DefaultCapture&quot; = &quot;1&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; use second device (/dev/dsp1)<BR>
;&quot;DefaultCapture&quot; = &quot;2&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; use third device (/dev/dsp2)<BR>
<BR>
[Network]<BR>
;; Use the DNS (Unix) host name always as NetBIOS &quot;ComputerName&quot; (boolean, default &quot;Y&quot;).<BR>
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs<BR>
;; from the Unix host name. You'll need to set ComputerName in<BR>
;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.<BR>
;&quot;UseDnsComputerName&quot; = &quot;N&quot;<BR>
<BR>
#########################################<BR>
# Application dependent sections follow #<BR>
#########################################<BR>
<BR>
[AppDefaults\\_INS5576._MP\\x11drv]<BR>
; Lotus Notes R5 installer<BR>
; I'm quite not sure this will run on some other machine than mine, but it<BR>
; can't hurt<BR>
&quot;Managed&quot; = &quot;N&quot;<BR>
&quot;Desktop&quot; = &quot;N&quot;<BR>
<BR>
[AppDefaults\\nlnotes.exe\\x11drv]<BR>
&quot;Desktop&quot; = &quot;800x600&quot;<BR>
<BR>
[AppDefaults\\explorer.exe\\x11drv]<BR>
&quot;Desktop&quot; = &quot;800x600&quot;<BR>
<BR>
[AppDefaults\\notes.exe\\DllOverrides]<BR>
&quot;msvcrt&quot; = &quot;native&quot;<BR>
&quot;msvcrt40&quot; = &quot;native&quot;<BR>
&quot;crtdll&quot; = &quot;native&quot;<BR>
&quot;imagehlp&quot; = &quot;native&quot;<BR>
&quot;rnaph&quot; = &quot;native&quot;<BR>
<BR>
[AppDefaults\\nlnotes.exe\\DllOverrides]<BR>
&quot;msvcrt&quot; = &quot;native&quot;<BR>
&quot;msvcrt40&quot; = &quot;native&quot;<BR>
&quot;crtdll&quot; = &quot;native&quot;<BR>
&quot;imagehlp&quot; = &quot;native&quot;<BR>
&quot;rnaph&quot; = &quot;native&quot;<BR>
<BR>
[AppDefaults\\nhldaemn.exe\\DllOverrides]<BR>
&quot;msvcrt&quot; = &quot;native&quot;<BR>
&quot;msvcrt40&quot; = &quot;native&quot;<BR>
&quot;crtdll&quot; = &quot;native&quot;<BR>
&quot;imagehlp&quot; = &quot;native&quot;<BR>
&quot;rnaph&quot; = &quot;native&quot;<BR>
<BR>
# [/wineconf]<BR>
</FONT>
</P>

</BODY>
</HTML>