This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How Repair will work?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 13, 2009
12:58 AM
How Repair will work?
Hi
I am new to installer. First i installed my application using InstallShield, after then Repair that one how it is works . please Help me.
what is the difference between Repair and Modify?
Regards
Swamy.
I am new to installer. First i installed my application using InstallShield, after then Repair that one how it is works . please Help me.
what is the difference between Repair and Modify?
Regards
Swamy.
(7) Replies
‎Jun 15, 2009
07:30 AM
Repair will re-copy those files only which are required by the features those are installed. It will not copy the files of those features which are not installed.
However modify will give you an option to change the feature selection. The modify window will appear with all the features available, installed were selected and not installed were un selected. Here if you select any feature that feature will install, and if you deselect any feature, then that feature will remove by the setup.
However modify will give you an option to change the feature selection. The modify window will appear with all the features available, installed were selected and not installed were un selected. Here if you select any feature that feature will install, and if you deselect any feature, then that feature will remove by the setup.
‎Jun 15, 2009
10:36 AM
Repair: Manual repair will check that you have not missing file or downgraded file on the computer.
The repair is used to repair actions made by a user who delete a file, or by a third party installer that downgrade a shared file.
Please note that MSI have an automatic repair that checks that there are not missing files when you launch the application from an advertised shortcut.
Modify: You can add/remove some features to be installed or not. This allows you to install only some part of the software.
The repair is used to repair actions made by a user who delete a file, or by a third party installer that downgrade a shared file.
Please note that MSI have an automatic repair that checks that there are not missing files when you launch the application from an advertised shortcut.
Modify: You can add/remove some features to be installed or not. This allows you to install only some part of the software.
‎Jun 16, 2009
01:23 AM
Hi Friends
I installed my application with Feature1 and Feature3 but i am not selected Feature2 . by using same exe i run once it showing Remove or Repair I select Repair it repairing the application but it is installed all Features. i want repair only Feature1 and feature3 only.
Please help me.
Regards
swamy.
I installed my application with Feature1 and Feature3 but i am not selected Feature2 . by using same exe i run once it showing Remove or Repair I select Repair it repairing the application but it is installed all Features. i want repair only Feature1 and feature3 only.
Please help me.
Regards
swamy.
‎Jun 16, 2009
02:47 AM
What is the project type you are using?
‎Jun 17, 2009
06:38 AM
Web Project and Custom Dialogs.
‎Jun 18, 2009
02:15 AM
i am using Web Project.