Looking at your source below, what is the point of putting down a pdf if you are just going to delete it immediately?  Do you want the user to view it and then have it deleted?

Dana

On 9/12/06, Petrut Andrei <[EMAIL PROTECTED]> wrote:
I have this code from below:

<Directory Id="DIRECT" Name="DocsStor">
              <Component Id='EmptyDir'
Guid='4b0372ea-4aa4-46c5-80b2-227f6972ab64'>
                <File Id='CrmUserGuide1'
Name='CrmUser' LongName='CRMWeb User Guide.pdf'
DiskId='1' Source='misoft systems\crmweb\docs\CRMWeb
User Guide.pdf' Vital='no' />
                 <RemoveFile Id="CrmUserGuide1"
Name="CrmUser" LongName="CRMWeb User Guide.pdf"
On="install"/>
              </Component>
            </Directory>


The directory is also created at runtime as well with
the file itself. I want that file to be removed after
the setup has ended. Do you know how to solve that?

Thanks.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.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

-------------------------------------------------------------------------
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