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
- :
- Upgrade failed on Win10
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
‎Mar 14, 2016
10:18 AM
Upgrade failed on Win10
Hi all,
I installed my product on Windows 10 by using the installer I created with InstallShield 2015 and it works great.
When Im trying to perform a major upgrade (silent installation) it failed and msi logs shows the following:
Action start 0:43:01: InstallValidate.
MSI (s) (18:B8) [00:43:01:376]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (18:B8) [00:43:01:658]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: BindImage
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: ProgId
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Extension
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Font
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Class
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2727 2:
MSI (s) (18:B8) [00:43:01:689]: RESTART MANAGER: Will attempt to shut down and restart applications in no UI modes.
MSI (c) (D8:40) [00:43:01:689]: RESTART MANAGER: Session opened.
MSI (s) (18:B8) [00:43:38:572]: RESTART MANAGER: Failed to shut down all applications in the service's session. Error: 351
MSI (c) (D8:40) [00:43:38:572]: RESTART MANAGER: Successfully shut down all applications that held files in use.
MSI (s) (18:B8) [00:43:38:572]: Note: 1: 2727 2:
MSI (s) (18:B8) [00:43:38:572]: Doing action: RemoveExistingProducts
Action ended 0:43:38: InstallValidate. Return value 1.
Action start 0:43:38: RemoveExistingProducts.
MSI (c) (D8:40) [00:43:38:619]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (D8:40) [00:43:38:619]: MainEngineThread is returning 1601
MSI (c) (D8:40) [00:43:38:650]: RESTART MANAGER: Previously shut down applications have been restarted.
MSI (c) (D8:40) [00:43:38:650]: RESTART MANAGER: Session closed.
=== Verbose logging stopped: 3/14/2016 0:43:38 ===
As much as I understand from these logs the main reason is this line:
MSI (c) (D8:40) [00:43:38:619]: MainEngineThread is returning 1601
When Im looking in the Event Viewer I see there is an error:
"The Windows Installer service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 120000 milliseconds: Restart the service. "
I checked the services running on the machine and indeed the Windows Modules Installer service of windows was STOPPED.
btw: on Win 7/8 it works great.
Any help will be appreciated!
I installed my product on Windows 10 by using the installer I created with InstallShield 2015 and it works great.
When Im trying to perform a major upgrade (silent installation) it failed and msi logs shows the following:
Action start 0:43:01: InstallValidate.
MSI (s) (18:B8) [00:43:01:376]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (18:B8) [00:43:01:658]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: BindImage
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: ProgId
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Extension
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Font
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Shortcut
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: Class
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (18:B8) [00:43:01:658]: Note: 1: 2727 2:
MSI (s) (18:B8) [00:43:01:689]: RESTART MANAGER: Will attempt to shut down and restart applications in no UI modes.
MSI (c) (D8:40) [00:43:01:689]: RESTART MANAGER: Session opened.
MSI (s) (18:B8) [00:43:38:572]: RESTART MANAGER: Failed to shut down all applications in the service's session. Error: 351
MSI (c) (D8:40) [00:43:38:572]: RESTART MANAGER: Successfully shut down all applications that held files in use.
MSI (s) (18:B8) [00:43:38:572]: Note: 1: 2727 2:
MSI (s) (18:B8) [00:43:38:572]: Doing action: RemoveExistingProducts
Action ended 0:43:38: InstallValidate. Return value 1.
Action start 0:43:38: RemoveExistingProducts.
MSI (c) (D8:40) [00:43:38:619]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (D8:40) [00:43:38:619]: MainEngineThread is returning 1601
MSI (c) (D8:40) [00:43:38:650]: RESTART MANAGER: Previously shut down applications have been restarted.
MSI (c) (D8:40) [00:43:38:650]: RESTART MANAGER: Session closed.
=== Verbose logging stopped: 3/14/2016 0:43:38 ===
As much as I understand from these logs the main reason is this line:
MSI (c) (D8:40) [00:43:38:619]: MainEngineThread is returning 1601
When Im looking in the Event Viewer I see there is an error:
"The Windows Installer service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 120000 milliseconds: Restart the service. "
I checked the services running on the machine and indeed the Windows Modules Installer service of windows was STOPPED.
btw: on Win 7/8 it works great.
Any help will be appreciated!
- Tags:
- windows 10
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2016
07:45 AM
Does any other MSI-Setup work on this System?
1601 seems to be Windows installer not accessible which normaly is a Problem of the Windows-Installer engine, see http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1601-windows-installer-is-not-accessible/08dce679-496d-43f4-a4b5-bb467800bb90?auth=1
1601 seems to be Windows installer not accessible which normaly is a Problem of the Windows-Installer engine, see http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1601-windows-installer-is-not-accessible/08dce679-496d-43f4-a4b5-bb467800bb90?auth=1
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2016
06:02 PM
Yea, Other MSI-setup are working and also my MSI-setup is working.. its just not work during upgrade (upgrade to newer version of our product),
As I mention before, in win7/8.1 its working perfect.
I also tried it on clean Windows 10 installation and it failed.
As I mention before, in win7/8.1 its working perfect.
I also tried it on clean Windows 10 installation and it failed.