Questions tagged [installshield-2009]

InstallShield® is a well known and used Windows installation development solution. InstallShield is designed to enable development teams to be more agile, collaborative and flexible when building reliable InstallScript and Windows Installer (MSI) installations for PCs, servers, Web and virtual applications. Version released in 2009

57 questions
0
votes
1 answer

Reusing InstallShield prerequisites

I'm looking to have a release layout with multiple installers but with a single source for prerequisites, in the following structure: \Product1\setup.exe \Product2\setup.exe \Product3\setup.exe \Redist The goal is to launch each prerequisite from…
0
votes
1 answer

How to install sql server 2008 r2 express silently using installshield

I have created a C# Windows application and used SQL Server 2008 R2 for database. So I need to install SQL Server on my client's machine to run my application. For this I have created a setup using Installshield and added prerequisites SQL Server.…
0
votes
1 answer

Installshield 2009 installer refuses to onfigure for a second user (did work until recently)

Since years we use installshield to deliver our software. Since the last Version of our software the following happens: After installing the program for "all users", when a restricted user logs in, he sees our applications Icon on the desktop. When…
RED SOFT ADAIR
  • 12,032
  • 10
  • 54
  • 92
0
votes
2 answers

Installshield 2009 Multiple Serial Keys

I have been playing around with Installshield 2009 and C# to create a setup project that validates a serial key (the algorithm written in .NET) before installation. It works great. However I have several versions of a product. At the moment I use…
TaleofTimes
0
votes
1 answer

prevent overwriting file if already exists using installshield2009

While installing application i want to prevent overwriting my DB file if it already exists at specified location. As i am new to using installshield could any please guide. Tried setting Never Overwrite property of component to true but didn't work…
hampi2017
  • 701
  • 2
  • 13
  • 33
0
votes
1 answer

How to change installshield name at the end of sdLicense dilogue

At the left corner of SdLicense Dilogue one masked text will come as "InstallShield" how to change the text from where it is rendered
Shrivallabh
  • 2,863
  • 2
  • 27
  • 47
0
votes
1 answer

How to Configure InstallShield to Remove a file that has already been removed

So basically we released a Recovery image that had a file deleted that was installed as part of our installshield installer. Now that we have a software update when we go to install on top of the installation with the missing file, InstallShield…
kthompson
  • 803
  • 6
  • 16
0
votes
3 answers

Why won't InstallShield 2009 detect .NET 3.5 SP 1?

On Windows Server 2003 Standard Edition, a customer installed .NET 3.5 SP 1. Whenever we run our installer built with InstallShield 2009, the installer complains that the target machine does not have the .NET 3.5 SP 1 dependency. The customer has…
0
votes
1 answer

InstallShield 2009 different shortcut icon for different releases

I have an InstallShield 2009 MSI project with a couple of shortcuts. I would like to change which icon is used for these shortcuts depending on the release. Each release is for a separate country (and therefore language), and some have a different…
Ben Lings
  • 28,823
  • 13
  • 72
  • 81
0
votes
2 answers

Incorrect syntax near ')'

I have a BasicMSI project (Installshield 2009) that runs a SQL script during the installation process. During the installation I receive the following error. Error 27506.Error executing SQL script {SCRIPTNAME}. Line 352. Incorrect syntax near ')'.…
mrtaikandi
  • 6,753
  • 16
  • 62
  • 93
0
votes
1 answer

Setting multiple IIS Custom HTTP error messages on InstallShield 2009

How do I set the HTTP custom error messages on a website installed by InstallShield 2009? It does look deceptively simple. There is an Internet Information Services view, where we can create website or virtual directory objects, and one of the tab…
-1
votes
1 answer

After aborting the installer if i try to install again, installer is still pointing to old path

I am trying to install a installer developed using InstallShield 2008. While installing after selecting the destination path i am aborting the installation. When i try to install again by default it is taking the destination path as previously given…
1 2 3
4