When run interactively using msiexec /i, the msi installs successfully.
When run using msiexec /i  /qn, we receive an error 1603, which seems to
imply we're out of disk space. 

There was a problem in ntfs with winnt, i thought that was fixed by win2k.

I thought the nested directory structure would create the directories, but
that seems not to be happening for the costing of WEBAPPFOLDER.  

<Directory Id='TARGETDIR' Name='SourceDir'>
     <Directory Id="INSTALLDIR">
          <Directory Id="WEBAPPFOLDER"> <Component
Id="WixWebAppVirtualDirComponent"

TARGETDIR resolves to D:\, INSTALLDIR resolves to MoneyOne, and then
D:\MoneyOne, but M1OS is treated as M1OS\ not d:\MoneyOne\M1OS


Rob Mensching-2 wrote:
> 
> Didn't the Windows Installer have a problem where a single drive with more
> than 4 GB free would cause it to wrap around and think there was no
> diskspace?  There may be a KB article out there about it... I'm not sure
> if/when it was fixed.
> 
> -----Original Message-----
> From: Luke Mason [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 03, 2008 17:27
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Installing to D: and ORCA errors
> 
> 
> Hi All,
> 
> [trim]
> 
> When run interactively, the msi installs successfully.
> When run using msiexec /qn, we receive an error 1603, which seems to imply
> we're out of disk space.
> 
> [exec] Starting 'msiexec.exe ( /i
> D:\Builds\M1OS\20081203_1107\oasis.m1os.online.Setup.msi
> ADDLOCAL=ConfigProject10 ALLUSERS=2 /qn)' in 'd:\Builds\Tools'
> 
> The logfile contains:
> MSI (s) (F0:AC) [11:47:45:560]: Product: Oasis MoneyOne Online (M1OS)
> 2.0.0
> -- Disk full: Out of disk space -- Volume: 'M1OS'; required space: 18,346
> KB; available space: 0 KB. Free some disk space and retry.
> 
> Disk full: Out of disk space -- Volume: 'M1OS'; required space: 18,346 KB;
> available space: 0 KB. Free some disk space and retry.
> Action ended 11:47:45: InstallValidate. Return value 3.
> Action ended 11:47:45: INSTALL. Return value 3.
> 
> [trim]
> 

-- 
View this message in context: 
http://n2.nabble.com/Installing-to-D%3A-and-ORCA-errors-tp1611595p1611996.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to