MSI installation under Vista

Sunday, June 11, 2006 6:44 AM | Leave a reply »

Continuing my Vista setup and exploration, I begun installing all the software and components I used in order to develop software. Most of the MSI installation packages (including Microsoft's CAB) though failed to complete under Vista.
It seems that some kind of privileged action needed in order to complete the installation, which is probably write access to the program files directory in order to write an InstallerState file is not allowed not even when the executable is running under an administrative account. The error message says that “Access to the path c:\program files\program\programInstall.InstallState is denied (P.S not event the administrator can change the access rights). The installation completes successfully though when a different installation path is specified (e.g. C:\Program\).
Ok it's nice to protect the OS from various things that could damage it but from the experienced user's perspective it gets really frustrating having to confirm every administrative action through a dialog or not allowing write access to the Program Files folder.


Comments

  1. Gravatar Angel says:

    Re : # re: MSI installation under Vista

    Have anybody solved this? i'm getting mad. Please write to me to costa_angel@hotmail.com.

    Thank you for your help
  2. Gravatar bmwaustin says:

    Re : # re: MSI installation under Vista

    I have the same problem this is what i did to get see the actual error

    msiexec /i "path to msi" /l*v "log file.log"

  3. Re : # re: MSI installation under Vista

    I don't know if this helps but most of my installation problems have gone away after disabling User Account Control.
    Installing your software on RC2 or RTM versions of windows Vista might also help (it worked for me).
    Just out of curiosity what's the software you're trying to install?
  4. Gravatar Adobe CS3 says:

    Re : # re: MSI installation under Vista

    I am also unable to install. Any suggestions?
  5. Gravatar Kostas says:

    Re : # re: MSI installation under Vista

    All installation problems have been solved since Vista were RTM'd at least for me.
  6. Gravatar Diego says:

    Re : # re: MSI installation under Vista

    I was creating my own msi when I found this issue. Installation would not complete on Vista. Until, I got rid of all the "custom actions" on my "setup and deployment" project and Installation is completed ok. But I still need those custom action.

    Is not a solution if you only have the msi and not the project, but could help... somehow...
  7. Gravatar Murugesan says:

    Re : # re: MSI installation under Vista

    hi Diego
    Please find the solution discussed in the following link

    blogs.msdn.com/.../...n-in-visual-studio-2005.aspx

Leave a Reply



 

Please add 7 and 7 and type the answer here: