installshield

Installshield vs Wix vs NSIS for website and windows services deployment?

Hi, the company I work for is looking at different options for installers. The product consists of a ASP.NET web site, some web services, and windows services. We'd like to be able to install everything in one go, but be able to uninstall or update services individually. We'd also like to be able to configure/edit xml files (like app....

Set FolderBrowserDialog to foreground

I'm creating an Basic MSI installshield installer. And for choosing instllation path i'm calling FolderBrowserDialog. Everything works OK except FolderBrowserDialog appers in background. I would like to set it to be a foreground window. This code always returns true and works fine if there is no other window open. How can I check if d...

Problem in Installshield 2008 Premier Edition

Dear Friends, I have a setup which has been created using project type InstallScript MSI.This problem is facing by our client and wants a quick solution. The problem i am facing is: Assume i have initiated installation from a path assume it as "C:\Setup_V_1.0.0931.1" Inside this folder i have Setup.exe file through which i will instal...

Installing files to x64 "Program Files" from x86 msi

I'm creating installer using InstallShield 2010 (basic MSI) that is having two features. First feature consists of: main .NET application compiled as x86, some native x86 third party dlls which are used by main application (x64 versions are unavailable). Second feature contains single component which is an extension for MS Reporting...

Installshield 2009 Multiple Serial Keys

Hi, 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 separate setup projects for each version. However many of the files are the same, with...

How to suppress unneeded InstallShield InstallScript MSI dialogs?

I have an InstallShield 2009 'InstallScript MSI' project which shows 2 dialogs which are not necessary in my installation: Customer Information Setup Type How can I disable those 2 dialogs? Under 'User Interface', the 'All Dialogs' tree lists those dialogs, but they are all grayed out, and cannot be disabled or changed. ...

using 32 bit installshield for packaging 64 bit binaries

Hi, iam using 32 bit installshield to package 64 bit binaries. everything works fine but default location is pointing to c:\program files(x86)\companyname\productname. even though i've selected 64bit at every possible place, somehow it is defaulting to x86 programfiles folder. Any kind of help would be appreciated... ...

When installing different technologies on clients, should I just use InstallShield?

I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to something that will handle things like Windows Vista, Windows 7 and 64-Bit systems. Localization of the installers would be of benefit since we do have a number of French Canadian clients as well. We current...

Extract MSI from EXE

Dear all I want to extract MSI of an EXE setup to publish over network!!!! There is some ways. for example using universal extractor...... but doesn't work for JAVA Run-time environment.... Is there any idea? Thanks ...

Is Installshield the only way to go for Delphi Installations?

Or is there anything cheaper and better? I am still using the Installsheild express (Borland Limited Edition) as supplied with Delphi 6 :) but I "feel" that I should update it – am I going to gain much or anything buy buying the 2010 version? The old version does work on Vista. I am using Delphi 2009. Any opinions or a definitive ye...

Deploying .Net dll via installshield with digital signature, IE won't run it at default security level.

Its been a long saga of deploying my .Net uploader but I'm very close. I created my .Net uploader dll in Visual-Studio, generate an installer for it with InstallShield and digitally sign it (in InstallShield). I then put that CAB file on my server and setup the html page like so: uploader.html: <html> <body> <script src="/include...

Installshield 12: How to share strings and translations for shared functions

Hi, I have several Installshield 12 setups (using non-msi Installscript based setups) for several different products. These share some code, which I would like to put into shared .rul files. However, some of that code can report errors or in general show messages to the user. Is there any way to share strings (and their translations) a...

InstallShield battery level warning

Is there any way to display an warning message if the user tries to install my app when the battery level is under 5%? I'm using InstallShield. ...

How does Install Shield "COM Extract at Build" work?

Our product contains a VC++ ATL in-proc COM server with two COM-exposed classes - ClassA and ClassB. This COM server is added into an Install Shield 2008 installer package and "COM Extract at Build" property is set for the component. ClassA and ClassB are exposed in exactly identical manner by the component - there's an .rgs file for ea...

CustomActionData does not seem to be populated or accessable by my vbscript

Ok, this is driving me crazy. I have a CA that needs to know the path of the INSTALLDIR to edit an XML file. So, I set up a set property custom action that sets a property named RemoveAuthTypesNode to [INSTALLDIR]. Then I have a RemoveAuthTypesNode CA that is sequenced after SetConfigFolder (a set property that sets installdir to a sys...

Is it possible to send parameters to InstallShield prerequistes?

I am evaluating InstallShield 2010, and am trying to set some command line parameters to the SQL Server 2008 prerequisite at user run-time. It appears that the prerequisite is defined entirely in the .prq files (xml-stlye). Wise for Windows used WiseScript to call the prerequisite installations. InstallAware seems to have something si...

Set text to bold in InstallScript

I have a dialog in an InstallScript Msi project (2008) and I'm trying to set some text in a label to bold, but can't seem to figure it out. I tried prefixing with {&STYLE_BOLD} (which is a predefined style), but it didn't help. Does anyone know how to do this? Thanks! ...

Issue with InstalShield

I Use Installsheild 2009 To Deployment VS2005 Project with Sql express 2005 DB I put my exe and DB files And I typed "/qn SQLAUTOSTART=1 ADDLOCAL=ALL DISABLENETWORKPROTOCOLS=1" in command line to Make Silent Install My problem is that after I build this project and I try using it, it only works if the computer has the requirements ju...

Silent install installer with prerequisites

Is there a way to install silently (/s) an InstallShield (non-MSI) installer that requires its own prerequisites? In my case the prerequisite is Microsoft Visual C++ 2008 Redistributable. Its UI popping once the parent installer runs. ...

Set registry key through ClickOnce installation

I need to add my application to the startup and hence, need to set the Registry Key with the Installation path. I have got this working through the Visual Studio Setup project but can't figure out how to do it through a ClickOnce deployment. Anyone know how to set registry keys when using ClickOnce for installation? ...