I ran across this thread from 2008 searching for a solution to a similar issue occuring in my installer. The thread between Mike and Bob doesn't reveal a solution, but I was able to find one for my installer that might help others who have a similar problem.
On my installer, the issue was that the <Package> I was using was set to Compressed="no" (CD-ROM installer) , the <Media> containing the MSM was set to EmbedCab="yes", and the <Merge> tag didn't specify FileCompression (which defaults to "no" from the <Package> tag's Compressed attribute). The solution for me was to specify FileCompression="yes" as an attribute of <Merge>: <Package Compressed="no" Comments="!(loc.ProductGroupName)" InstallerVersion="300" InstallPrivileges="elevated" Platform="x86" Keywords="Installer,MSI,Database" SummaryCodepage="1252" Description="!(loc.ProductFullName)" Manufacturer="!(loc.ManufacturerFullName)" Languages="!(loc.ProductLanguage)" InstallScope="perMachine"/> <Media Id="2" EmbedCab="yes" CompressionLevel="mszip" Cabinet="main.cab" VolumeLabel="JROUSSEAU1"/> <Merge Id="VC80_CRT_x86" Language="0" SourceFile=".\Microsoft_VC80_CRT_x86.msm" FileCompression="yes" DiskId="2" /> Mike Rerick wrote: > > I've tried this on two different machines and get the same behavior. On > both, the user was an administrator. I rebuilt the msi with 3.0.4214 and > tried it - got the same results. Both of the systems are running XP SP2. > > -----Original Message----- > From: wix-users-boun...@lists.sourceforge.net > [mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Wilson, Phil > Sent: Tuesday, June 24, 2008 10:44 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Error trying to install VS2008 merge module files > > It's behaving as if there's a security issue on the directory. MSI will > check if the file is there because it needs to know if it needs installing > or updating. Check that the SYSTEM account has full access to WinSxS. > > Phil Wilson > > -----Original Message----- > From: wix-users-boun...@lists.sourceforge.net > [mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Mike Rerick > Sent: Tuesday, June 24, 2008 8:09 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Error trying to install VS2008 merge module files > > Bob, > > I have done some more testing on this problem. I created the simplest > merge > module install I could and ran it. Still gets error 1308: source file not > found. When I look in the log file, it looks like the installer is trying > to > read the file it is trying to install and of course the file doesn't exist > (yet). > > > WiX file (Test.wxs): > -------------------- > > <?xml version="1.0" encoding="utf-8"?> > <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> > > > <Product Id="{E674D9F0-24E3-4840-891C-D43332E891C9}" Codepage="1252" > Language="1033" > Manufacturer="Testing, Inc." Name="Test VC90CRT > Install" > Version="9.0.0" > UpgradeCode="{349880AD-B77B-4707-8FFC-78EE21B4E2DE}"> > > <Package Description="Test VC90CRT Install" InstallerVersion="300" > Keywords="Installer,MSI,Database,Test,VC90CRT" > Languages="1033" Manufacturer="Testing, Inc." > Platform="intel" InstallScope="perMachine"/> > > <Media Id="1" DiskPrompt="Disk #1" VolumeLabel="DISK1" > Source="."/> > > <Property Id="DiskPrompt" Value="Test VC90CRT Install Installation > [1]"/> > > <Directory Id="TARGETDIR" Name="SourceDir"> > <Merge Id="VC90CRT" Language="0" DiskId="1" > SourceFile="c:\program files\common files\merge > modules\Microsoft_VC90_CRT_x86.msm"/> > </Directory> > > <Feature Id="CRTVC90MergeModule" Level="1" Description="VC90 CRT > Merge Module" Title="VC90 CRT Merge Module" AllowAdvertise="no" > Display="hidden" InstallDefault="source"> > <MergeRef Id="VC90CRT"/> > </Feature> > > </Product> > </Wix> > > > > Part of the log file: > --------------------- > MSI (s) (C0:08) [14:35:36:953]: Source path resolution complete. Dumping > Directory table... > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: TARGETDIR , Object: > C:\ , LongSubPath: , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: WindowsFolder , > Object: C:\ , LongSubPath: , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14 > AE030B9A54 , Object: C:\Windows\ , LongSubPath: Windows\ , > ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > WinSxsDirectory.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_ > 14AE030B9A54 , Object: C:\Windows\winsxs\ , LongSubPath: > Windows\winsxs\ , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > policydir_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14A > E030B9A54 , Object: > C:\Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\ > , LongSubPath: > Windows\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\ , > ShortSubPath: Windows\winsxs\w5ctxsiq\ > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > WinSxsPolicies.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_1 > 4AE030B9A54 , Object: C:\Windows\winsxs\Policies\ , LongSubPath: > Windows\winsxs\Policies\ , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > policydir.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE03 > 0B9A54 , Object: > C:\Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742 > 743b\ , LongSubPath: > Windows\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743 > b\ , ShortSubPath: Windows\winsxs\Policies\izxws5kd\ > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > WinSxsManifests.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_ > 14AE030B9A54 , Object: C:\Windows\winsxs\Manifests\ , LongSubPath: > Windows\winsxs\Manifests\ , ShortSubPath: Windows\winsxs\byzbj3nm\ > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B > 9A54 , Object: C:\Windows\winsxs\dlCRTx86\ , LongSubPath: > Windows\winsxs\dlCRTx86\ , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > payload_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE0 > 30B9A54 , Object: C:\Windows\winsxs\ulCRTx86\ , LongSubPath: > Windows\winsxs\ulCRTx86\ , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Dir (source): Key: > SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14A > E030B9A54 , Object: C:\Windows\system32\ , LongSubPath: > Windows\system32\ , ShortSubPath: > MSI (s) (C0:08) [14:35:36:953]: Note: 1: 2205 2: 3: ActionText > MSI (s) (C0:08) [14:35:36:953]: Note: 1: 2205 2: 3: ActionText > MSI (s) (C0:08) [14:35:36:968]: Note: 1: 2205 2: 3: ActionText > Action ended 14:35:36: ProcessComponents. Return value 1. > MSI (s) (C0:08) [14:35:36:968]: Doing action: MsiUnpublishAssemblies > MSI (s) (C0:08) [14:35:36:968]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:36: MsiUnpublishAssemblies. > Action ended 14:35:36: MsiUnpublishAssemblies. Return value 1. > MSI (s) (C0:08) [14:35:36:968]: Doing action: UnpublishFeatures > MSI (s) (C0:08) [14:35:36:968]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:36: UnpublishFeatures. > Action ended 14:35:36: UnpublishFeatures. Return value 1. > MSI (s) (C0:08) [14:35:36:968]: Doing action: RemoveRegistryValues > MSI (s) (C0:08) [14:35:36:968]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:36: RemoveRegistryValues. > Action ended 14:35:36: RemoveRegistryValues. Return value 1. > MSI (s) (C0:08) [14:35:36:968]: Doing action: RemoveFiles > MSI (s) (C0:08) [14:35:36:968]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:36: RemoveFiles. > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2205 2: 3: RemoveFile > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2205 2: 3: RemoveFile > Action ended 14:35:36: RemoveFiles. Return value 0. > MSI (s) (C0:08) [14:35:36:984]: Doing action: InstallFiles > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:36: InstallFiles. > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2205 2: 3: Patch > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2228 2: 3: Patch 4: SELECT > `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, > `Patch`.`Sequence`, > `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND > `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence` > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2205 2: 3: Error > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2228 2: 3: Error 4: SELECT > `Message` FROM `Error` WHERE `Error` = 1302 > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2205 2: 3: MsiPatchHeaders > MSI (s) (C0:08) [14:35:36:984]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: > SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ? > MSI (s) (C0:08) [14:35:37:000]: Note: 1: 2205 2: 3: PatchPackage > Action ended 14:35:37: InstallFiles. Return value 1. > MSI (s) (C0:08) [14:35:37:000]: Doing action: WriteRegistryValues > MSI (s) (C0:08) [14:35:37:000]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: WriteRegistryValues. > Action ended 14:35:37: WriteRegistryValues. Return value 1. > MSI (s) (C0:08) [14:35:37:000]: Doing action: RegisterUser > MSI (s) (C0:08) [14:35:37:000]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: RegisterUser. > Action ended 14:35:37: RegisterUser. Return value 1. > MSI (s) (C0:08) [14:35:37:015]: Doing action: RegisterProduct > MSI (s) (C0:08) [14:35:37:015]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: RegisterProduct. > MSI (s) (C0:08) [14:35:37:015]: Note: 1: 2205 2: 3: Error > MSI (s) (C0:08) [14:35:37:015]: Note: 1: 2228 2: 3: Error 4: SELECT > `Message` FROM `Error` WHERE `Error` = 1302 > MSI (s) (C0:08) [14:35:37:015]: PROPERTY CHANGE: Adding > ProductToBeRegistered property. Its value is '1'. > Action ended 14:35:37: RegisterProduct. Return value 1. > MSI (s) (C0:08) [14:35:37:015]: Doing action: MsiPublishAssemblies > MSI (s) (C0:08) [14:35:37:015]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: MsiPublishAssemblies. > Action ended 14:35:37: MsiPublishAssemblies. Return value 1. > MSI (s) (C0:08) [14:35:37:015]: Doing action: PublishFeatures > MSI (s) (C0:08) [14:35:37:015]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: PublishFeatures. > Action ended 14:35:37: PublishFeatures. Return value 1. > MSI (s) (C0:08) [14:35:37:031]: Doing action: PublishProduct > MSI (s) (C0:08) [14:35:37:031]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: PublishProduct. > MSI (s) (C0:08) [14:35:37:031]: Note: 1: 2205 2: 3: Icon > MSI (s) (C0:08) [14:35:37:031]: Note: 1: 2228 2: 3: Icon 4: SELECT > `Name`, > `Data` FROM `Icon` > Action ended 14:35:37: PublishProduct. Return value 1. > MSI (s) (C0:08) [14:35:37:031]: Doing action: InstallFinalize > MSI (s) (C0:08) [14:35:37:031]: Note: 1: 2205 2: 3: ActionText > Action start 14:35:37: InstallFinalize. > MSI (s) (C0:08) [14:35:37:031]: Running Script: > C:\WINDOWS\Installer\MSI109.tmp > MSI (s) (C0:08) [14:35:37:031]: PROPERTY CHANGE: Adding UpdateStarted > property. Its value is '1'. > MSI (s) (C0:08) [14:35:37:046]: Machine policy value 'DisableRollback' is > 0 > MSI (s) (C0:08) [14:35:37:046]: Note: 1: 1402 2: > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollb > ack\Scripts 3: 2 > MSI (s) (C0:08) [14:35:37:046]: Executing op: > Header(Signature=1397708873,Version=301,Timestamp=953644147,LangId=1033,Plat > form=0,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttribu > tes=1) > MSI (s) (C0:08) [14:35:37:046]: Executing op: > ProductInfo(ProductKey={E674D9F0-24E3-4840-891C-D43332E891C9},ProductName=Te > st VC90CRT > Install,PackageName=Test.msi,Language=1033,Version=150994944,Assignment=1,Ob > soleteArg=0,,,PackageCode={84F908CB-6F20-40D4-9041-0C516E0480D0},,,InstanceT > ype=0,LUASetting=0,RemoteURTInstalls=0) > MSI (s) (C0:08) [14:35:37:046]: Executing op: > DialogInfo(Type=0,Argument=1033) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > DialogInfo(Type=1,Argument=Test VC90CRT Install) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back > action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescriptio > n=Removing backup files,CleanupTemplate=File: [1]) > MSI (s) (C0:08) [14:35:37:062]: Executing op: SetBaseline(Baseline=0,) > MSI (s) (C0:08) [14:35:37:062]: Executing op: SetBaseline(Baseline=1,) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > ActionStart(Name=ProcessComponents,Description=Updating component > registration,) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > ProgressTotal(Total=4,Type=1,ByteEquivalent=24000) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > ComponentRegister(ComponentId={B708EB72-AA82-3EB7-8BB0-D845BA35C93D},,State= > -7,,Disk=1,SharedDllRefCount=0,BinaryType=0) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > ComponentRegister(ComponentId={AEC90EFE-39B8-3978-8A5D-068FEF83D275},,State= > -7,,Disk=1,SharedDllRefCount=0,BinaryType=0) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > ComponentRegister(ComponentId={1A5C156B-3CC3-36E3-BAD7-9FD0D48156D3},KeyPath > =02:\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Installations\x86_ > Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\downlevel_payl > oad.9.0.21022.8\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0) > MSI (s) (C0:08) [14:35:37:062]: Executing op: > ComponentRegister(ComponentId={68D7E2DF-5BC5-318C-AF19-19D1D29ED692},KeyPath > =02:\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Installations\x86_ > Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\downlevel_mani > fest.9.0.21022.8\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0) > MSI (s) (C0:08) [14:35:37:078]: Executing op: > ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: > [1], Directory: [9], Size: [6]) > MSI (s) (C0:08) [14:35:37:078]: Executing op: > ProgressTotal(Total=1461078,Type=0,ByteEquivalent=1) > MSI (s) (C0:08) [14:35:37:078]: Executing op: > SetTargetFolder(Folder=C:\WINDOWS\winsxs\Manifests\) > MSI (s) (C0:08) [14:35:37:078]: Executing op: > SetSourceFolder(Folder=1\Windows\winsxs\byzbj3nm\|Windows\winsxs\Manifests\) > MSI (s) (C0:08) [14:35:37:078]: Executing op: > ChangeMedia(MediaVolumeLabel=DISK1,MediaPrompt=Please insert the disk: > Test > VC90CRT Install Installation Disk > #1,,BytesPerTick=32768,CopierType=0,,,,,,IsFirstPhysicalMedia=1) > MSI (s) (C0:08) [14:35:37:078]: Executing op: > FileCopy(SourceName=wuqeehyk.mic|x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0 > .21022.8_x-ww_d08d0375.cat,SourceCabKey=catalog.21022.08.Microsoft_VC90_CRT_ > x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54,DestName=x86_Microsoft.VC90.CRT > _1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.cat,Attributes=0,FileSize=9749,P > erTick=32768,,VerifyMedia=1,ElevateFlags=4,,,,CheckCRC=0,,,InstallMode=58982 > 400,HashOptions=0,HashPart1=-824770129,HashPart2=-865300883,HashPart3=-12444 > 19554,HashPart4=1556043475,,) > MSI (s) (C0:08) [14:35:37:078]: File: > C:\WINDOWS\winsxs\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.2102 > 2.8_x-ww_d08d0375.cat; To be installed; Won't patch; No > existing > file > MSI (s) (C0:08) [14:35:37:078]: Source for file > 'x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.cat' is > uncompressed, at 'C:\Windows\winsxs\Manifests\'. > MSI (s) (C0:08) [14:35:37:078]: Note: 1: 2318 2: > C:\WINDOWS\winsxs\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.2102 > 2.8_x-ww_d08d0375.cat > MSI (s) (C0:08) [14:35:37:078]: Note: 1: 1308 2: > C:\Windows\winsxs\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.2102 > 2.8_x-ww_d08d0375.cat > MSI (s) (C0:08) [14:35:37:078]: Note: 1: 2205 2: 3: Error > MSI (s) (C0:08) [14:35:37:078]: Note: 1: 2228 2: 3: Error 4: SELECT > `Message` FROM `Error` WHERE `Error` = 1308 > MSI (c) (68:4C) [14:35:37:078]: Font created. Charset: Req=0, Ret=0, > Font: > Req=MS Shell Dlg, Ret=MS Shell Dlg > > Error 1308. Source file not found: > C:\Windows\winsxs\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.2102 > 2.8_x-ww_d08d0375.cat. Verify that the file exists and that you can > access > it. > MSI (s) (C0:08) [14:35:47:140]: Note: 1: 2205 2: 3: Error > MSI (s) (C0:08) [14:35:47:140]: Note: 1: 2228 2: 3: Error 4: SELECT > `Message` FROM `Error` WHERE `Error` = 1709 > MSI (s) (C0:08) [14:35:47:140]: Product: Test VC90CRT Install -- Error > 1308. > Source file not found: > C:\Windows\winsxs\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.2102 > 2.8_x-ww_d08d0375.cat. Verify that the file exists and that you can > access > it. > > > MSI (s) (C0:08) [14:35:47:140]: Note: 1: 2205 2: 3: Error > MSI (s) (C0:08) [14:35:47:140]: Note: 1: 2228 2: 3: Error 4: SELECT > `Message` FROM `Error` WHERE `Error` = 1602 > MSI (c) (68:4C) [14:35:47:156]: Font created. Charset: Req=0, Ret=0, > Font: > Req=MS Shell Dlg, Ret=MS Shell Dlg > > Are you sure you want to cancel? > Action ended 14:35:49: InstallFinalize. Return value 3. > MSI (s) (C0:08) [14:35:49:140]: User policy value 'DisableRollback' is 0 > MSI (s) (C0:08) [14:35:49:140]: Machine policy value 'DisableRollback' is > 0 > MSI (s) (C0:08) [14:35:49:140]: Executing op: > Header(Signature=1397708873,Version=301,Timestamp=953644147,LangId=1033,Plat > form=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttribu > tes=1) > MSI (s) (C0:08) [14:35:49:140]: Executing op: > DialogInfo(Type=0,Argument=1033) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > DialogInfo(Type=1,Argument=Test VC90CRT Install) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back > action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescriptio > n=Removing backup files,CleanupTemplate=File: [1]) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: > [1], Directory: [9], Size: [6]) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > SetTargetFolder(Folder=C:\WINDOWS\winsxs\Manifests\) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > ProductInfo(ProductKey={E674D9F0-24E3-4840-891C-D43332E891C9},ProductName=Te > st VC90CRT > Install,PackageName=Test.msi,Language=1033,Version=150994944,Assignment=1,Ob > soleteArg=0,,,PackageCode={84F908CB-6F20-40D4-9041-0C516E0480D0},,,InstanceT > ype=0,LUASetting=0,RemoteURTInstalls=0) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > FileRemove(,FileName=C:\WINDOWS\winsxs\Manifests\x86_Microsoft.VC90.CRT_1fc8 > b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.cat,,) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > ActionStart(Name=ProcessComponents,Description=Updating component > registration,) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > ComponentUnregister(ComponentId={68D7E2DF-5BC5-318C-AF19-19D1D29ED692},Produ > ctKey={E674D9F0-24E3-4840-891C-D43332E891C9},BinaryType=0,) > MSI (s) (C0:08) [14:35:49:156]: Executing op: > ComponentUnregister(ComponentId={1A5C156B-3CC3-36E3-BAD7-9FD0D48156D3},Produ > ctKey={E674D9F0-24E3-4840-891C-D43332E891C9},BinaryType=0,) > MSI (s) (C0:08) [14:35:49:171]: Executing op: > ComponentUnregister(ComponentId={AEC90EFE-39B8-3978-8A5D-068FEF83D275},Produ > ctKey={E674D9F0-24E3-4840-891C-D43332E891C9},BinaryType=0,) > MSI (s) (C0:08) [14:35:49:171]: Executing op: > ComponentUnregister(ComponentId={B708EB72-AA82-3EB7-8BB0-D845BA35C93D},Produ > ctKey={E674D9F0-24E3-4840-891C-D43332E891C9},BinaryType=0,) > MSI (s) (C0:08) [14:35:49:171]: Executing op: > End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0) > MSI (s) (C0:08) [14:35:49:171]: Error in rollback skipped. Return: 5 > MSI (s) (C0:08) [14:35:49:171]: Calling SRSetRestorePoint API. > dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 748, > szDescription: > "". > MSI (s) (C0:08) [14:35:49:218]: The call to SRSetRestorePoint API > succeeded. > Returned status: 0. > MSI (s) (C0:08) [14:35:49:218]: Unlocking Server > MSI (s) (C0:08) [14:35:49:218]: PROPERTY CHANGE: Deleting UpdateStarted > property. Its current value is '1'. > Action ended 14:35:49: INSTALL. Return value 3. > > > > > -----Original Message----- > From: wix-users-boun...@lists.sourceforge.net > [mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Bob Arnson > Sent: Saturday, June 21, 2008 7:24 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Error trying to install VS2008 merge module files > > Mike Rerick wrote: >> 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. >> > > Make sure that you have the ALLUSERS property set to 1 (using Property > or Package/@InstallScope="perMachine"). > > -- > sig://boB > http://joyofsetup.com/ > > > > ------------------------------------------------------------------------- > 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 > > > 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 emailad...@iwsinc.com > ------------------------------------------------------------------------- > 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 > > > > ------------------------------------------------------------------------- > 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 > > > 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 emailad...@iwsinc.com > ------------------------------------------------------------------------- > 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 > -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-trying-to-install-VS2008-merge-module-files-tp712536p6348967.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users