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....
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...
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...
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...
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...
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.
...
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...
...
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...
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
...
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...
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...
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...
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.
...
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...
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...
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...
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!
...
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...
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.
...
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?
...