Giter Club home page Giter Club logo

made2010's Introduction

Hi there ๐Ÿ‘‹

Top Langs

Marcin Bojko's github stats

Linux Mint Linux Rocky Linux Alma Linux Oracle Linux Ansible Docker ElasticSearch Grafana Prometheus Kubernetes Packer Traefik Rancher

made2010's People

Contributors

burdandrei avatar marcinbojko avatar

Watchers

 avatar

made2010's Issues

Access Engine installer forces a reboot if VC90 CRT assembly in use

The parameters /norestart and REBOOT=ReallySuppress don't seem to work if assembly like 'Microsoft.VC90.CRT,version="9.0.30729.4148",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"' is in use when Access Engine is being installed. The Event log lists entries like this using PowerShell's Get-WinEvent -ProviderName MSIInstaller | Format-Table -Wrap:

3/9/2021 2:08:26 PM  1005 Information  The Windows Installer initiated a system restart to complete or continue the configuration of 'Microsoft Access database engine 2010 (English)'.                                                    
3/9/2021 2:08:26 PM  1038 Information  Windows Installer requires a system restart. Product Name: Microsoft Access database engine 2010 (English). Product Version: 14.0.7015.1000. Product Language: 1033. Manufacturer: Microsoft        
                                       Corporation. Type of System Restart: 1. Reason for Restart: 1.                                                                                                                                      
3/9/2021 2:08:26 PM  1033 Information  Windows Installer installed the product. Product Name: Microsoft Access database engine 2010 (English). Product Version: 14.0.7015.1000. Product Language: 1033. Manufacturer: Microsoft            
                                       Corporation. Installation success or error status: 0.                                                                                                                                               
3/9/2021 2:08:26 PM 11707 Information  Product: Microsoft Access database engine 2010 (English) -- Installation operation completed successfully.                                                                                          
3/9/2021 2:08:26 PM  1031 Information  Product: Microsoft Access database engine 2010 (English). The assembly                                                                                                                              
                                       'policy.9.0.Microsoft.VC90.CRT,version="9.0.30729.4148",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32-policy"' for component '{982245D9-F692-3224-BEC0-C642D74C712F}' 
                                       is in use. You must restart to update the assembly.                                                                                                                                                 
3/9/2021 2:08:24 PM  1031 Information  Product: Microsoft Access database engine 2010 (English). The assembly 'Microsoft.VC90.CRT,version="9.0.30729.4148",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'   
                                       for component '{3FA0170E-227C-37C7-BAC0-64691A992C81}' is in use. You must restart to update the assembly.                                                                                          

The workaround seems to be to extract the msi from the exe using something like <pathToExe>\AccessDatabaseEngine_2010_x64.exe /extract:<pathToFolder> /quiet (the folder seems to be created if it doesn't exist), followed by running the msi with the above parameters <pathToFolder>\AceRedist.msi /quiet /norestart REBOOT=ReallySuppress.

The root cause may be that the exe forgets to pass the parameters /norestart and/or REBOOT=ReallySuppress to the msi.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.