Questions tagged [installshield-2010]

Relating to the 2010 version of the InstallShield software that helps install software on Windows.

106 questions
23
votes
3 answers

Check .NET Framework 4.5 is installed or not Using Installshield 2010

I'm using InstallShield 2010. I want to check whether .NET framework 4.5 is installed or not on the machine. I can check .NET framework 4.0 is installed or not from registry, but I'm unable to find any registry key for .NET framework 4.5.
Harish Reddy
  • 275
  • 1
  • 2
  • 7
21
votes
4 answers

Installshield or Wix

I have a pretty huge web application developed using asp.net 3.5 and I need to prepare an installer package which will be using to deploy the application on IIS 6 and 7. I have done a lot of research on Wix and Installsheild 2010 (pro) and need…
Thurein
  • 6,645
  • 5
  • 22
  • 23
7
votes
1 answer

InstallShield: Uninstalling program not removing all folders

I am using Installshield 2010. I made a basic MSI setup, and I am having a problem with uninstalling. Uninstalling does not remove all folders. After a complete install, I then uninstall only to find that there is still a path leftover. For example,…
Kyle Sprick
  • 103
  • 1
  • 1
  • 7
5
votes
1 answer

Does isolated storage contents survive an update?

If I write a license file to isolated storage in a vb.net winforms app, and the app then undergoes a minor update, does the license file get "carried over" somehow during the update? Isolated storage seems to use the full version number as the…
Guy
  • 413
  • 6
  • 20
5
votes
4 answers

What causes an MSI update to not update a component in an installer?

(EDIT: Question changed.) I have a product with an installer which was built by InstallShield 2010, and appears by all accounts to be installing just fine as a "new" install. Periodically, I make changes to the contents of the installation, as I…
Rob Perkins
  • 3,088
  • 1
  • 30
  • 51
4
votes
1 answer

Installation service in installshield

The question is simple ... But at the same time, I don `t know how to do it. On the internet I found nothing. How to install service in installshield? 2010 (16) Premier Edition SP1 | basic msi project
4
votes
2 answers

InstallShield 2010 Installs to Program Files (x86) when Program Files (64-bit) selected

I have a very basic InstallShield installer. It drops a bunch of tiles to TARGETDIR. If I specify the destination directory as almost any directory, that's where the files get dropped. (eg. if I specify C:\temp, that's where the files appear.) The…
ashes999
  • 9,925
  • 16
  • 73
  • 124
4
votes
4 answers

Convert installscript to Basic MSI

Is there a way to convert InstallScript to Basic MSI in installshield 2010?
4
votes
3 answers

Adding prerequisites Visual C++ runtime redistributable

I have problem during installing visual c++ runtime libraries for windows 7. I prepare the setup using installshield 2010,their is an option to set visual c++ 2010 as prerequisites but no option for VC++ 2008. How I can create(or anybody created…
Vinay MS
  • 550
  • 3
  • 6
  • 21
4
votes
3 answers

MSI custom action error 1721 on Windows 8 using InstallShield 2010

I'm getting an error 1721 on Windows 8 when my basic MSI installation tries to run a custom action executable, while on Windows XP and Windows 7 it is run as I have set it to from InstallShield. The executable is stored in the binary table. Why is…
3
votes
1 answer

Install Shield, How to check the exit code but not show error?

I have a custom action that runs in the very beginning of my Install Shield Project. I check the exit code on this custom action because it is a form that has a next and cancel button, if the user cancels the install should NOT proceed, if they…
hrh
  • 658
  • 1
  • 14
  • 24
3
votes
2 answers

Uninstall another MSI on install

I have a Basic MSI project. I need to remove another MSI product on installation that is now integrated into our main application. I tried to use the upgrade scenarios and treat it as a major upgrade. However, this didn't work because of the upgrade…
Web
  • 1,735
  • 2
  • 22
  • 36
3
votes
0 answers

Register COM Interop dll using InstallShield

I am trying to register COM Interop dlls using Installshield from last 10 days but still found no luck. Here's the issue: I have an Installscript project with some ActiveX controls and dlls. Now I want to replace some ActiveX with .NET com Interop…
vsoni
  • 101
  • 2
  • 7
3
votes
3 answers

Why is Windows 8 Compatibility Shim Wrongly Detecting that.Net 3.5 is Required after Install?

I've got a product that we've developed, and we're just testing on Windows 8 and Server 2012. The problem is, after installation on Win 8 / 2012 finishes, a compatibility shim (from what I understand so far) pops up a dialogue saying that the…
Andy
  • 2,977
  • 2
  • 39
  • 71
3
votes
2 answers

How to Silently Install SQL Server 2008 Express In InstallShield 2010

I use InstallShield 2010 to create my setup. My program needs SQL Server 2008 Express. So I added "Microsoft SQL Server 2008 Express SP1 (x86)" in the redistributables section. Then in "Edit Prerequisites" => "Application To Run" tab, I insert this…
1
2 3 4 5 6 7 8