Hi All,
As I'm newbie to the application packaging, could anyone explain me on achieving the below task?
Currently, I'm using InstallShield 2013 for packaging and so far I'm able to make an application installer for deploying web application as part of the fresh installation.
First time Installation does the following tasks,
1) Copies the application files and folders to the target machine
2) Creates a virtual directory and application pool in IIS
During uninstall, installer is removing IIS settings as well, which I am not suppose to do. How to avoid this during uninstallation?
Now we are supposed to release the next version/upgrade of the application which should perform the below tasks
1) Check for existing version
2) Remove all the folders/files which were part of the initial installation except two configuration files. At this point upgrade package should replace original files/folders with the new one without disturbing the configuration files.
So can anyone please tell me how to perform the above tasks?
As I'm newbie to the application packaging, could anyone explain me on achieving the below task?
Currently, I'm using InstallShield 2013 for packaging and so far I'm able to make an application installer for deploying web application as part of the fresh installation.
First time Installation does the following tasks,
1) Copies the application files and folders to the target machine
2) Creates a virtual directory and application pool in IIS
During uninstall, installer is removing IIS settings as well, which I am not suppose to do. How to avoid this during uninstallation?
Now we are supposed to release the next version/upgrade of the application which should perform the below tasks
1) Check for existing version
2) Remove all the folders/files which were part of the initial installation except two configuration files. At this point upgrade package should replace original files/folders with the new one without disturbing the configuration files.
So can anyone please tell me how to perform the above tasks?