InstallShield (not including limited edition) is a software tool for creating installers or software packages. InstallShield is primarily used for installing software for Microsoft Windows desktop and server platforms, but it can also be used to manage software applications and packages on a ...
0
votes
0answers
7 views
Installshield - The files for installation requirement could not be found. The installation will now stop
I am using InstallShield to build an installer to install some custom prerequisites on my client computers. But everytime I try to run the installer, I get:
The files for installation requirement ...
0
votes
1answer
19 views
Unknown Publisher doesn't appear when launching unsigned exe
If I understand correctly 'The Publisher Could not be verified..' alert appears in Windows7 and XP when you're trying to run digitally unsigned .exe or .msi file.
So, I created installer for my ...
0
votes
1answer
9 views
Build single executable with Install Shield automation tool 2009
I am trying to automate the packaging process and stop using the GUI using install shield 2009 automation tool.
I have an Install Script Project and seems that there is no Build function in the ...
0
votes
0answers
4 views
Installshield 2010: Can we execute OnInstalled Feature events during major upgrade?
I have a setup project created with Installshield 2010, I want to create a major upgrade in Patch Design, for this:
I changed the product version
I changed the prouct code
Added a row in Upgrade ...
0
votes
1answer
13 views
string too long with MsiGetProperty with Installshield Installscript
I am using MsiGetProperty to get string parameter value from the installer.
And after that I am calling a managed dll and I pass the that value:
nvBufferSize = MAX_STRING;
MsiGetProperty (hMSI, ...
0
votes
1answer
32 views
How to run a VBscript that uses installShield API?
I am trying to create a script that will automate the process of creating an installShield object.
I have selected to develop it with VBScript because the Automation Api is very helpful for vbs ...
0
votes
1answer
38 views
Could not load file or assembly 'log4net'
I am attempting to deploy a Crystal Reports desktop application, but the application is not able to find my log4net assembly, even though I have verified that my installer is registering the log4net ...
0
votes
0answers
3 views
Installer created by InstallShield 2008 prompted twice on Windows 8 for .NET 3.5
I have an installer created by InstallShield 2008 (it's old, yes. But my boss refused to upgrade it), which works well on most of Windows. However, on Windows 8, on starting I saw prompting for ...
0
votes
1answer
19 views
Using install shield from CLI ,is it possible?
I have some existing install shield 2009 projects and every time i want to create a newer version of them i perform some specific tasks that i want to automate with a script.
This are the operations ...
0
votes
1answer
47 views
The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception
I am deploying a desktop application to my clients that uses the Crystal Reports API to display and print forms. I am building my installer using InstallShield 2012. I have also included the .NET 4.0 ...
0
votes
0answers
10 views
InstallShield - old program path
During the upgrade I need to get the old directory path, where the program(which will be removed) was installed.
Is there any property which contains this stuff. There is no any info in the register ...
0
votes
0answers
18 views
Modify app.config during installation
How do I modify app.config during installation? I need to have the installer prompt for user input which is captured during installation. This input needs to be saved in app.config as it is used when ...
-1
votes
1answer
32 views
InstallShield Error 1608 (Windows 8) [closed]
I am trying to install Pastel Xpress 2007 and when I run the setup an error pops up from installshield that says:
1608: Unable to create InstallDriver instance,
Return code: -2147221021
I tried ...
0
votes
0answers
41 views
Installshield not copying new primary output?
Question:
I'm using Visual Studio 2012 to create a Windows Service.
So far, I've written a windows service before with VisualStudio 2010 and managed to solve all the problems.
The service works ...
0
votes
0answers
13 views
Install Shield deployment conditions
My team is about to migrate from Visual Studio 2010 to VS2012. VS2012 no longer support Visual Studio Installer projects, so that means we have to switch to InstallShield (or equivalent) in order to ...
0
votes
0answers
34 views
Sample MSI for using DuplicateFile Table
Am using Installshield 2012 trial version to create a Transform for an application. I am testing the usage of DuplicateFile Table for the following scenarios.
Application has user specific files.
...
0
votes
0answers
15 views
Installshield object is missing
I am using the Install Shield 2011. In the wizard, I have some features like, Libraray, Netview,System etc.,
All features are expandable. When I expand the Library, there is some thing called "lib" ...
0
votes
0answers
28 views
UnsatisifiedLinkError - Unable to load dependent libraries
I have developed a Java applet that loads my C++ dll through the loadLibrary function. From there, my applet calls some native methods that are implemented in the C++ code. I have created an ...
0
votes
1answer
19 views
InstallShield doesn't create one big Setup-file
I have created a project in Visual Studio Ultimate 2012 and I have activated Installshield so that I can create a setup-file for my project. The deal is that InstallShield doesn't create one big ...
0
votes
0answers
21 views
InstallShield shortcut links going to wrong directory
I've created a project in Visual Studios 2010, and when I package it with InstallShield, I click new -> pick the primary output file, rename it, and then click the desktop option as well. It properly ...
0
votes
2answers
42 views
InstallShield with .NET 4.5 nested installation
My installer needs to redistribute the .NET framework, but I don't want to have a setup.exe wrapper so I've written a Custom Action to launch the web installer for .NET if the end-users machine does ...
0
votes
1answer
39 views
Is it possible to use InstallShield to install more than one .exe files?
I have completed a project on VisualStudio and I have built the .exe file of this project. I wanted to make an installer that will include this .exe file as well as the postgreSQL and perl executable ...
0
votes
3answers
37 views
Determine Excel Bitness in InstallShield 2012
I am building an installation package using InstallShield 2012 for an Excel add-in. Because MS Excel has 32-bit version and 64-bit version, I need to build installation packages separately. Ideally, ...
0
votes
3answers
44 views
automate, unattended or silent installation of a software
I have a software. It has GUI setup for windows and CLI install.sh for linux. On execution it asks user to accept license and on acceptance it asks for installation location, key, server ip, port, and ...
0
votes
1answer
21 views
Ways to reduce the size of a Bacic MSI Installer using Installshield
I just made a Basic MSI installer [using installshield 2012 spring professional ] to install an ActiveX control , i basically added the component and enabled "extract com info on installation" option ...
0
votes
1answer
24 views
Protecting information after installer VB 2012
When in make Installer on my project in Visual Basic 2012. I'm using InstallShield - and filed that i need to create the program are only "Debug or Realese" Folder. But there are files ...
0
votes
0answers
8 views
AddPrintDriver fails
I've written a printer driver and I am working on a installer. I am using InstallShield. However, I find there is no easy way to install a printer driver or I am missing something.
I am using a ...
0
votes
2answers
30 views
I want to apply a modification to the path environement system variable without rebooting or restarting the cmd owing to c#
I am using a C# dll which I am using from Installshield to add path of Oracle to the Path environement system variable to be able to connect to Oracle database owing to the instant client.
Whan I run ...
0
votes
2answers
95 views
Packaging Visual Studio 2012 Redistributable into an InstalLShield setup
I have developed a software with visual studio 2012 using the c++ language. I use Installshield 2010 Premier to build my setup project. I am trying to package the visual studio 2012 redistributable ...
0
votes
1answer
102 views
Installshield 2012 : Identify 32 or 64 bit Operating system and install appropriate ActiveX control - Basic msi installer
I have an ActiveX control which needs to be deployed in client machine and i am planning to do this by supplying installers to the clients .
I have made separate msi packages for 64 and 32 bit ...
0
votes
2answers
39 views
Invalid/Foreign characters in value fetched from registry
I have an installer created using Installshield 2012 that depends greatly on the value of a Registry key written by some other application developed in-house.
I use RegDBGetKeyValueEx Installscript ...
0
votes
0answers
22 views
Install shield is crashed in silent mode
I'm trying to read data from setup.iss file with SilentReadData()
My problem is that the installation is crashed if i'm trying to read a key that not exist in the Setup.iss file.
from what i read if ...
0
votes
1answer
63 views
InstallShield XML File Changes - Change node attribute on install
I am building a web service installation using InstallShield 2012, and I need to modify the Web.config file of my app based on user input. I have introduced the PromptServerAndDatabase dialog just ...
0
votes
1answer
23 views
InstallShield Extension Condition DLL in .NET
I'm writing a Suite Installer in InstallShield 2012 Spring Premiere and am including an Extension Condition DLL in the project. I have a .NET version of the library that is included with my ...
0
votes
1answer
33 views
InstallShield - How to Add a custom action from source control (TFS)
I'm looking for a way to reference the path of a custom action (currently .vbs file) that is stored in source control so that any developer who opens the project can Build/Run the installation ...
-3
votes
0answers
28 views
Using InstallShield 2010, How do I detect if Chrome is installed?
Using InstallShield 2010, How do I make an installer that detects if chrome is installed?
0
votes
1answer
37 views
How to make a msi installer for installing a IE ActiveX control using flexera installshield?
I have an Active X control which i would like to install in several windows machines .
I read some articles which said it would be possible by writing an msi installer .
I am familiar with Flexera ...
-1
votes
0answers
13 views
while install my package its getting error like Access to the path is denied [closed]
hi I create one executable file using installshield le . after that I install that package and installed successfully but when I run the file it will show error message like Access to the path
...
0
votes
0answers
43 views
Platform(x86/x64) dependent files in an InstallShield LE project
InstallShield LE does not officially support 64-bit installers so I am looking for a work around that will let me include a file in an InstallShield LE project based on the platform I select in Visual ...
0
votes
0answers
27 views
InstallShield Suite Installer and GAC
I'm using InstallShiled 2012 Spring Premiere edition.
I have a Suite installer that uses a .NET library to handle Activation Codes to determine which product(s) to install.
In our currently broken ...
0
votes
0answers
17 views
Askpath value to registry key or app configuration file (app xml)
In my app I use 2 network locations to read and write files (one for reading, the other for writing). This locations should be configured in install process. So I need to add 2 askpath dialogs in ...
0
votes
1answer
107 views
setup software with visual studio 2012 and install shield 2010
I have developed an application with Visual Studio 2012. I have also created a setup.exe with Install Shield 2010 Premium for my application. My development environment is Windows 8 64-bit, the ...
0
votes
0answers
33 views
How to change uninstaller directory of an InstallShield Install Script project.
I am creating an Installer using InstallShield Install Script project. I have changed TARGETDIR to user's directory. After changing TARGETDIR, my components are copied in user's directory which is ...
0
votes
1answer
37 views
Produce .exe and .msi with InstallShiled Basic MSI
I'm trying to produce a single release from an InstallShield 2011 simple MSI project that suits different types of users. I have an application which is dependant on .Net Framework 2. So I know that ...
0
votes
0answers
25 views
best way to deploy a composite visual studio solution
It is my first time tasked with deploying a project so no experience with setups.
I have a data driven solution written in visual studio 2010 C# and attached to a sql server database that includes:
...
1
vote
1answer
121 views
how to install sql server express 2008 R2 silently by installshield 2010
I want to Install sql server express 2008 R2 silently by installshield 2010 but it has problem.
I think the problem is i don't know where place setup file and configuration.ini
would you please say me ...
1
vote
1answer
37 views
Is it possible for InstallShield 2012 to include a custom language file that isn't in <ISProductDIR>
It's very straightforward to add languages to an installshield project. My goal is to
make a modified English (0x0409.ini) with some of the strings modified, such as
However I have a team of ...
0
votes
0answers
38 views
InstallShield 2012 internal error
I have visual studio 2012 and thus am using InstallShield limited edition to create a .MSI.
I have a web application in ASP.NET with webforms.
I created an InstallShield project in my solution and ...
0
votes
0answers
36 views
about xml file update in patch using installshield 2010 patch design view
when i design patch package ,i cannot change xml file(add node) using patch design view.
e.g.
config.xml file
<config>
<servername>127.0.0.1</servername>
...
0
votes
1answer
57 views
Use File and Directory key for VBS custom action InstallShield
I would like to confirm this method. When creating EXE custom action in InstallShield you can call directory of your project by using [DIRKey] and a file using [#FILEKey]. Now I'm trying to do same ...


