0
votes
7answers
883 views
In Installshield, what is the best event to use to launch applications only on install, not on uninstall or repair?
We have recently moved back to InstallShield 2008 from rolling our own install. So, I am still trying to get up the learning curve on it.
We are using Firebird and a usb driver, …
0
votes
1answer
19 views
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 …
0
votes
1answer
10 views
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 Redistri …
0
votes
0answers
11 views
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" …
0
votes
1answer
37 views
how to execute and read from a command line during installation of installShield exe
Dear Sir,
I am new to Install Shield, and i have a really critical requirement. In between the installation steps, the installer should run a clearcase command in the backend and …
0
votes
1answer
10 views
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} …
0
votes
1answer
16 views
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 def …
0
votes
2answers
33 views
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 …
9
votes
3answers
90 views
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.
0
votes
1answer
143 views
Is there a way to debug installer executable created using installshield universal?
Hi,
I have created a windows executable with some custom actions and some UI stuffs.
I am facing a strange behavior with the installable.
I tried probing through the code and kr …
0
votes
1answer
37 views
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 …
3
votes
8answers
291 views
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 – a …
0
votes
1answer
212 views
Installshield Development Error durring the Installation process
Hey guys,
I've been stuck by a problem for the past couple days that makes no sense to me. My installer builds fine in the Installshiled IDE but when it is about to finish the ins …
0
votes
1answer
16 views
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 . …
0
votes
0answers
23 views
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 digital …
