I have just built a msi file. When I run it rhough Orca I see the following
error messages

The directory DashMenuDir is in the user profile but is not listed in the
RemoveFile table.
The directory DASHB is in the user profile but is not listed in the
RemoveFile table.
The directory AGI is in the user profile but is not listed in the RemoveFile
table.

Firstly do I need to worry about them.

Second if I do how do I reslove the issue.

I've tried doing the following

  <Fragment Id='Server_BOFiles'>

    <ComponentGroup Id='RemoveDirectories'>
      <ComponentRef Id='Dirs'/>
    </ComponentGroup>

    <DirectoryRef Id="ProgramFilesFolder">
      <Component Id="Dirs" DiskId="1"
Guid="{0A3D0343-7286-4f1f-9D14-9023CA330440}">
        <RemoveFolder Id='DASHB' On='uninstall' />
      </Component>
    </DirectoryRef>

  </Fragment>

but it has not made any difference.

Any idea?
-- 
View this message in context: 
http://www.nabble.com/Directory-xxx-is-in-the-user-profile-but-is-not-listed-in-the-RemoveFile-table-tf3200756.html#a8886874
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to