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
- :
- Feature specific reinstallation scenario handling
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 06, 2010
07:56 AM
Feature specific reinstallation scenario handling
Hi,
I have an MSI 'Test.MSI' which contains 2 features 'FeatureA' and 'FeatureB'. These features are installed based on conditions 'ConditionA' and 'ConditionB' respectively.
I performed the following steps:
Step 1: msiexec /i Test.MSI ConditionA /qn (Install only FeatureA)
Step 2: msiexec /i Test.MSI /qn (Reinstall both FeatureA and FeatureB)
The installation in the second step doesn't complete. Could anyone please let me know how i can make sure the reinstallation (in Step 2) happens successfully and efficiently?
I have an MSI 'Test.MSI' which contains 2 features 'FeatureA' and 'FeatureB'. These features are installed based on conditions 'ConditionA' and 'ConditionB' respectively.
I performed the following steps:
Step 1: msiexec /i Test.MSI ConditionA /qn (Install only FeatureA)
Step 2: msiexec /i Test.MSI /qn (Reinstall both FeatureA and FeatureB)
The installation in the second step doesn't complete. Could anyone please let me know how i can make sure the reinstallation (in Step 2) happens successfully and efficiently?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 07, 2010
04:04 AM
Could anybody please help me on this? :confused: