[2005] Unable to repair the product
I'm using iexpress to create deploy able executable. In this package It does nothing but extracts two files (.msi and .exe) in a temp folder and run the .exe file from temp. then the installation process proceed as with two files. i.e. setup wizard starts and installs the product on the machine as needed. But after completing the installation it also deletes the fiels from temp folder which causes later product can't be repaired and asks the user to browse the .msi file that is not there. So I wants to enforce the screen in the installation that must ask the user whether that wants to repair the product later. if yes then it should keep these two files in temp folder else delete as now happening.
Please anybody help me how I can add a new screen in the setup wizard to confirm future repair need and how I can keep the installation files in the temp folder if repair required.
Please help me its urgent.
:confused: :cry:
Re: [2005] Unable to repair the product
Is this a VB question or an iexpress question?
Re: [2005] Unable to repair the product
Quote:
Originally Posted by kleinma
Is this a VB question or an iexpress question?
As for repair the product, same file that was used to install the product is used, which is copied in temp folder. It gets deleted after install process completed. So my question is whether there is any way that I can prompt the user whether it wants to repair the product later and if yes then I wants to keep these extracted files on the machine(like in temp folder or elsewhere or in install folder). So I want to done this with VB.Net not by IExpress. Is there any way to complete this task.