Luke Mason wrote:
> 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. 
>   

1603 means two things depending on where you're checking it:

1603    The file [2][3] is being held in use by the following process: 
Name: [4], Id: [5], Window Title: '[6]'.        A system restart may be 
required because the file being updated is also currently in use. Users 
may be given the opportunity to avoid some system restarts by using the 
FilesInUse Dialog <filesinuse_dialog.htm> or the MsiRMFilesInUse Dialog 
<msirmfilesinuse_dialog.htm>. For more information, see System Reboots 
<system_reboots.htm> and Logging of Reboot Requests 
<logging_of_reboot_requests.htm>.


ERROR_INSTALL_FAILURE   1603    A fatal error occurred during installation.




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

Try 'msiexec /qb TARGETDIR=D:\' -- I suspect you're going to need a 
SetDirectory custom action instead of a static Property.

-- 
sig://boB
http://joyofsetup.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