My original installation had Setup,MSI and a folder. In MSI I have a custom action to copy the Folder content to the Programs data folder After Installation.(the folder content are huge and are build separately so could not include in the project).
I presume that the folder and MSI are under same root folder.
Now new requirements demanded me to combine the Setup and MSI into one file called Setup.exe.
When this is run the content are uncompressed to the temp folder before execution. So my assumption that the Folder and MSI are under same root folder is not true anymore since MSI is now in Temp directory.
Is there a way to specify in IExpress to extract the files to same folder? Or is there a way to get the directory path before the file are extracted to the Temp folder?
Hope I was clear
Thanks in advance.