Re: [WiX-users] validating media in multidisk installation

2008-02-16 Thread Bob Arnson
Balakrishna.BK wrote: > when 1st cd is inserted, autorun will be executed and after installing > the contents from 1st cd, how to continue (prompt for) 2nd cd and to > check if its correct cd. Have the autorun exit if it's not the first disc, based on the volume label. -- sig://boB http://joy

[WiX-users] validating media in multidisk installation

2008-02-15 Thread Balakrishna.BK
Hi, Can someone point me or send me code snippet to check the validity of inserted cd in multi-cd installation. when 1st cd is inserted, autorun will be executed and after installing the contents from 1st cd, how to continue (prompt for) 2nd cd and to check if its correct cd. Than