wix - Payload not found in Cache -


i have exepackage has 2 payloads.

the first 1 msi file in same folder exe , works.

the second 1 msi file(adobe acrobat reader) in sub folder exe resides , not work.

how should configure payload?

the exepackage looks this:

<exepackage sourcefile="$(var.setupprereqs.targetdir)setup.exe">         <payload sourcefile="$(var.setupprereqs.targetdir)setup.msi"></payload>         <payload sourcefile="$(var.setupprereqs.targetdir)adobe reader xi\adberdr11000_en_us.msi"></payload>       </exepackage> 

the error message below:

eula components 'adobe reader xi' accepted. copying files temporary directory "c:\users\ranjith\appdata\local\temp\vsd88af.tmp\" file 'c:\programdata\package cache\5f65afe70de3058f30460c7df1306453b0d509ea\adobe reader xi\adberdr11000_en_us.msi' not found.  skipping file copy. error: following package files not found: c:\programdata\package cache\5f65afe70de3058f30460c7df1306453b0d509ea\adobe reader xi\adberdr11000_en_us.msi 

if want payload laid out in subfolder, specify in payload/@name.

<payload    name="adobe reader xi\adberdr11000_en_us.msi"   sourcefile="$(var.setupprereqs.targetdir)adobe reader xi\adberdr11000_en_us.msi" /> 

Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -