Search code examples
c#visual-studio-2010installshield-le

Installshield error 1001 without installshield installed


I have an application with an installshield installer. I install a service and a windows form.

Whenever I install the application on computers where I have installshield it installs, but when I try to install it on other machines it gives me Error 1001.

I am using Installshield LE, Visual Studio 2010. I am using the same OS on the development machines and on the machines where I would like to install, Windows 7.

Anyone has any idea how could that problem sorted? I tried to add all of the installshiled references what I could, but it did not change anything.

Regards Daniel


Solution

  • This installation error can occur because the incorrect version of InstallUtilLib.dll has been streamed into the MSI package for the .NET Installer Class custom actions.

    Q112469: INFO: Error 1001 Occurs During Installation

    Are you using both VS10 and VS12 ?

    Have you activated the InstallShield ?