
rajat.mandil1.5524928627236663E12 asked a question.
Is the support files or Disk files included in the patch's update.exe?
I have some files included in the disk1 folder thru 'Support Files->Supprot Files->Advanced Files ->Disk1' and in the support folder thru 'Support Files->Supprot Files->Langauge Independent'.
I have two setups let say A and B, both having the above files included.
So, i am creating the patch between A and B thru 'Patch Design' view.
I want to know that can i access the above all files in the newly created update.exe in the function like onpatchUIBefore and onpatchUIAfter?
In the main installer it can easily be accessed with the variable 'SUPPORTDIR' and 'SRCDIR'.
Installer is taking the previous installation source as the SRCDIR, But i want to get the directory of update.exe because i have added some files inside it explicitly.
Please help as i have got stuck here.