Hi everyone.

 

I am trying to install the VS2008 merge modules onto my system and am
getting an error.

 

Error 1309 - Error reading from file. C:\Windows\winsxs\dlATLx86\atl90.dll.
Verify that the file exists and that you can access it. I have the choice to
Abort, Retry or Ignore.

 

The MSI and the CAB file are being put in C:\. I'm using WiX 3.0.4014.

 

I used Neil Enns email from 6/18 on installing the visual C++
redistributables as the model for including the merge modules.

 

 

        <Media Id="1" Cabinet="CMGuard.cab" EmbedCab="no" DiskPrompt="Disk
#1" VolumeLabel="DISK1" CompressionLevel="none"/>

        <Property Id="DiskPrompt" Value="$(var.ProductName) Installation
[1]"/>

 

        <Directory Id="TARGETDIR" Name="SourceDir">

            <Directory Id="CommonFilesFolderSource" SourceName="Common">

                <Directory Id="ISCommonFilesFolder" Name="InstallShield">

                    <Directory Id="ISUpdateServiceFolder"
Name="UpdateService"/>

                </Directory>

            </Directory>

                        ...  various other components/directories ...

        </Directory>

 

        <DirectoryRef Id="TARGETDIR">

            <Merge Id="MSVBVM60" Language="0" SourceFile="c:\program
files\common files\merge modules\MSVBVM60.msm" DiskId="1"/>

            <Merge Id="MSCOMCTL" Language="0" SourceFile="c:\program
files\common files\merge modules\MSCOMCTL.msm" DiskId="1"/>

            <Merge Id="COMDLG32" Language="0" SourceFile="c:\program
files\common files\merge modules\COMDLG32.msm" DiskId="1"/>

            <Merge Id="RICHTEXT" Language="0" SourceFile="c:\program
files\common files\merge modules\richtext.msm" DiskId="1"/>

            <Merge Id="WSH56" Language="0" SourceFile="c:\program
files\common files\merge modules\WSH56.msm" DiskId="1"/>

            <Merge Id="COMCAT" Language="0" SourceFile="c:\program
files\common files\merge modules\comcat.msm" DiskId="1"/>

            <Merge Id="OLEAUT32" Language="0" SourceFile="c:\program
files\common files\merge modules\OLEAUT32.MSM" DiskId="1"/>

            <Merge Id="DCOM95" Language="0" SourceFile="c:\program
files\common files\merge modules\dcom95.msm" DiskId="1"/>

            <Merge Id="ATLVC90" Language="0" SourceFile="c:\program
files\common files\merge modules\Microsoft_VC90_ATL_x86.MSM" DiskId="1"/>

            <Merge Id="CRTVC90" Language="0" SourceFile="c:\program
files\common files\merge modules\Microsoft_VC90_CRT_x86.MSM" DiskId="1"/>

            <Merge Id="MFCVC90" Language="0" SourceFile="c:\program
files\common files\merge modules\Microsoft_VC90_MFC_x86.MSM" DiskId="1"/>

        </DirectoryRef>

        

        <Feature Id="MergeModules" ConfigurableDirectory="INSTALLDIR"

                Description="Enter the description for this feature here."
Level="1"

                Title="Required Merge Modules"><!-- Display="hidden">-->

            <MergeRef Id="MSVBVM60"/>

            <MergeRef Id="MSCOMCTL"/>

            <MergeRef Id="COMDLG32"/>

            <MergeRef Id="RICHTEXT"/>

            <MergeRef Id="WSH56"/>

            <MergeRef Id="COMCAT"/>

            <MergeRef Id="OLEAUT32"/>

            <MergeRef Id="DCOM95"/>

            <MergeRef Id="ATLVC90"/>

            <MergeRef Id="CRTVC90"/>

            <MergeRef Id="MFCVC90"/>

        </Feature>

 

 

 

Mike Rerick

Sr. Software Engineer - Professional Services

  <blocked::http://www.iwsinc.com/> 

 

9200 S.E. Sunnybrook Blvd., Suite 170

Clackamas, OR   97015

Phone: (503) 353-8068    Fax: (503) 353-8065

 



The information contained in this transmission contains potentially
privileged, export controlled and/or confidential information of Imageware
Systems, Inc. or its customers or partners.  It is intended only to be read
by the person(s) named above and for no other purpose.  You are hereby
notified that any dissemination, distribution, duplication of this
communication or use of its contents for any purpose not authorized
expressly by Imageware Systems, Inc. is strictly prohibited and could lead
to both civil and/or criminal penalties.  If you are not the intended
recipient, you are prohibited to review the contents herein and please
contact the sender by reply e-mail and destroy all copies of the original
message.  To reply to our e-mail administrator directly, please send an
e-mail to [EMAIL PROTECTED]
  
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to