Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
527 views

How to retain service settings through InstallShield upgrade install

I have an InstallScript project in IS2010. It has a handful of services that get installed. Some are C++ exes and use the "InstallShield Object for NT Services". Others are Java apps installed as ...
2
votes
2answers
477 views

how to open a web page on click of button in InstallShield?

HI, I want to open a web page on click of a button in any dialog that is created in InstallShield. I think it can be created by using custom actions but as I am new in this tool do not find the exact ...
2
votes
1answer
494 views

Is it OK to add a Condition to a core InstallShield Custom Action? (like OnInstallFilesActionBefore)

I added a condition to the OnInstallFilesActionBefore Custom Action via the Sequences editor. I made it so it only executes the first time you install the setup, which means my condition is: Not ...
1
vote
1answer
144 views

Call regasm from installshield in both bitmodes

For my project I need to register a COM visible dll in both 32 and 64 bit. When using installshield's default register com action, it registers it in the modus the installshield is running in. What ...
1
vote
1answer
488 views

Run executable as admin in InstallScript

I am using the following script to run an executable as an admin: #include "ifx.h" export prototype MyFunction(HWND); ...
1
vote
1answer
310 views

MSI or Install Shield

We need to create an installer for our application. Currently we are using Install Shield LE that is free with Visual Studio 2010. We require some of the non-free features of Install Shield and were ...
1
vote
2answers
236 views

Convert installscript to Basic MSI

Is there a way to convert InstallScript to Basic MSI in installshield 2010?
1
vote
2answers
257 views

Create a private queues in MSMQ using installshield 2010

does anyone knows how to create a private queue in MSMQ using installshield? My application uses one and I can't seem to get it done... Anyone has done this before? and if so, please help me Thanks! ...
1
vote
1answer
1k views

How to update attributes in an XML file with InstallScript

Question: I am struggling trying to figure out how to update some attributes in an XML file using InstallScript. I would like to use proper XML parsing functions, but I can't find anything that ...
1
vote
1answer
186 views

Deselect an item from Feature View?

If you have worked on installscript of InstallShield. You might also came across to this condition when you have a 'Feature View' and all in the list are selected by default. How can we deselect them? ...
1
vote
1answer
1k views

Batch file can't immediately see environment variables created by InstallShield script

We use InstallShield 2008 for our product installation. Product consists of several components. When a component is installed, a batch-file with some post-install routines specific to this component ...
1
vote
1answer
354 views

Why isn't SQL Text Substitution working in InstallShield

I'm trying to run some dynamic SQL in an installscript project. In the UI portion of the script I have the following code: TextSubSetValue("<INSERTSITES>", message, TRUE); message = ""; ...
1
vote
4answers
780 views

How do you add a DLL to the GAC from an InstallScript Project in InstallShield?

How do you add a DLL to the GAC from an InstallScript Project in InstallShield? I tried added [GLOBALASSEMBLYCACHE] as a destination to the component, with no luck. It tells me that is not valid data ...
1
vote
3answers
7k views

How to find relative path to C:\Inetpub\AdminScripts\ADSUTIL.VBS?

IIS 6 and older ships with a utility script called ADSUTIL.VBS: Adsutil.vbs is an IIS administration utility that uses Microsoft Visual Basic Scripting Edition (VBScript) with Active ...
1
vote
2answers
3k views

Forcing Installshield to uninstall before an install

I have an InstallShield 12 installscript. I want to uninstall the old version before installing the new version. I will keep the name of the package unchanged. How can I do this?
1
vote
1answer
974 views

FireBird install using InstallShield

I can't seem to find a good script or anything to use for installing Firebird (the InterBase-decendent RDBMS) using InstallShield. There is a way to silently install it using the firebird install ...
0
votes
0answers
16 views

Installscript project for 64bit exe the dll is not removed when uninstall the setup

I am creating a setup for my project for x64 bit machine and using installscript project and using szSDKDirectory=PROGRAMFILES64 and in setup Design the destination of the feature DLL is WINSYSDIR64 ...
0
votes
1answer
22 views

During uninstallation the dll does not remove from system32 folder

I have a 64-bit InstallScript set up. The only problem is figuring out what I uninstall set up the dll does not delete from system32 folder. I can't find anything in the documentation that explains ...
0
votes
1answer
55 views

Targeting a 64-bit OS in an InstallScript InstallShield project

I am at my wit's end with this and our CM just, ahem... left the company. I have a 32-bit InstallScript based InstallShield installer that I have copied and modified to install the 64-version of our ...
0
votes
1answer
33 views

Setting values for script defined folder using FeatureSetTarget in multiple media

I am working on a Installscript project using installshield 2011. Here I need to create multiple media. So I initialize MEDIA with another media library(second1.cab). When I use FeatureMoveData to ...
0
votes
1answer
19 views

InstallScript String replace fails in windows server 2008

I am now facing a problem with the installer that i have created with InstallSheild 2009. There are some configuration files which need the installation path of the application. and this is done by ...
0
votes
0answers
21 views

RegDBQueryKey can not list keys for for 32 and 64 bit keys same time

I have been facing a problem in installscript to get the list of registry keys for 32 and 64 bit installation. My machine in windows server 2008 64. I can install SQL server 2008 32 verison or 64 bit ...
0
votes
1answer
61 views

Executing a program only on uninstall using install script

I'm using installshield to develop the installer for my program, how can I execute a program only on uninstall and before the installed files are deleted using installscript? I've tried using the ...
0
votes
1answer
55 views

Creating a new dialog using installshield

I followed the guide here: http://community.flexerasoftware.com/showthread.php?t=144126 but how do I associate the installscript I wrote with the dialog box I created; everytime when I run test user ...
0
votes
1answer
29 views

value of BATCH_INSTALL variable

I want to know how the values of BATCH_INSTALL system variable changes during the installation process? In my installer when I was using it on Windows 7, during debugging I found that the value of ...
0
votes
1answer
52 views

how to change checkbox property in installscript?

ive made dialog that shows two checkboxes. i made the dialog with AskOptions function, like this : "nResult = AskOptions(NONEXCLUSIVE,szProduct , "Install Client", Client, ...
0
votes
2answers
99 views

refreshing the value of Environment variables

In my Installscript project I need a reboot to register the values of Environment variables. But I want that application should setup without a reboot. So is their any way to refresh the values of ...
0
votes
1answer
76 views

character ASCII code in InstallScript InstallShield

I want to keep user from entering character > ASCII 127 in one of the password field in installer. I googled but didn't find any direct way for this, currently i'm using: CHAR ch; STRING ASCII; ...
0
votes
0answers
52 views

Keeping configuration during uninstall

Using InstallScript, I want that during uninstall the user will be asked whether to delete the configuration files and, if he chooses to keep them, they will not be uninstalled. One possibility to do ...
0
votes
1answer
23 views

Managing InstallScript releases

How to manage InstallScript differential upgrades and releases. For every version I ship, do I need to keep two releases? One for existing customers - for upgrade and one for new customers for fresh ...
0
votes
2answers
32 views

Signing upgrades w/o Certification Authority

Can I have my InstallScript upgrades signed so that when an upgrade is taking place some validation will take place that the installed application and the upgrade both have the same signature. I know ...
0
votes
1answer
210 views

Updating .config XML in InstallScript

I am attempting to write a short install script to update a value in an XML file (myplatforinfo.config). I shamefully stole the code from [this post on a similar ...
0
votes
2answers
127 views

Disabling “Next” button In InstallScript

Using InstallShield - InstallScript project: I made a custom dialog for browsing for a file. On the dialog initialization I want to disable the "Next" button. I am successful in disabling other ...
0
votes
1answer
57 views

InstallScript Custom action

I have created a dll c++ custom action that is creating a new dialog. I am trying to start this custom action through installScript function and I am unable to. I am sure this is easy. but I am new ...
0
votes
2answers
53 views

Language for cross-platform install script

In writing an install script, I quickly found that I'd have cross-platform issues, and bash scripts are hard to maintain. I decided to look for a cleaner solution that's more cross-platform. The ...
0
votes
0answers
23 views

Space available not show in installscript project

I am using installscript 11.and making a setup for a project.the problem is that when i am using SdFeatureDialog2 dialog box the space available in not showing.I am using this like nResult = ...
0
votes
1answer
380 views

Updating the INSTALLDIR from Installscript in Basic MSI

I want to change the INSTALLDIR value for my Installer during Installation using Installscript. How should I do it? I have already tried the following: Created a custom action as: function ...
0
votes
1answer
202 views

How can I get the startup type of a service from InstallShield?

I have an InstallScript installer that needs to modify an existing service's startup type (i.e. Automatic, Manual or Disabled) based on its current value. For example, if the current startup type is ...
0
votes
0answers
168 views

How to verify domain credentials installscript for application pool creation (IIS)

When creating an application pool in installshield, I set the Identity property to "SpecificUser" and the Username and Password properties are inputted by the user and set at runtime. The problem I ...
0
votes
2answers
278 views

Feasibility of converting from InstallScript project to Basic MSI

I have a pure InstallScript project, which turns out to be problematic due to this issue. It was temporarily resolved by adding some InstallScript that wipes a particular directory before the new ...
0
votes
1answer
202 views

How to know installation action in installshield merge module type project?

I am using installshield to build a setup project. I have one InstallScript type project in which I have multiple merge module project included. In each merge module I have some custom install script ...
0
votes
1answer
250 views

Detect whether certain IIS features are present from InstallScript

I have an InstallScript project written in InstallShield 2010, which, amongst other things, shells out to several .NET MSI installers that install web apps. If any of these web apps are selected for ...
0
votes
1answer
143 views

Converting a Hexadecimal string to a Binary Value in installshield 2009

Setting binary registry values in installshield needs binary string values, However usually binary values in installscript is presented in hexadecimal forms. So following code is not correct if you ...
0
votes
1answer
303 views

How to create 32bit or 64bit only installer with Installshield 2010?

I mean doing this in a InstallScript project so the installer would exit in the first place if it's not running with correct processor type. I found it'll be easy if it's a InstallScript MSI project, ...
0
votes
1answer
282 views

Problem when uninstall my application in vista and win7, but not in XP

I have a problem when uninstall my application in vista and win7, but not in XP. The error message is " The following error occured on the file 'C:\Windows\system32\mfc40.dll" Access is denied. (0x5) ...
0
votes
1answer
314 views

InstallScript project giving Error 1706 when upgrading

I have an InstallScript project written from scratch in InstallShield 2010. It contains, amongst other things, three native InstallShield objects and four InstallShield Merge Module Holder Objects ...
0
votes
1answer
70 views

Reinstalling assemblies for new user after reboot, why?

I have Installshield InstallScript MSI aka "Full" setup and Installshield Basic MSI aka "Patch" setup. Full setup copies some files to GAC, some to folder, etc. Patch setup replaces some files in ...
0
votes
2answers
1k views

Installshield - Update the registry according to a file given at runtime

I'm writing a basic MSI installer using installshield 2010. A different company would supply a .reg file that the installer would read in runtime and would update the registry accordingly. I can't ...
0
votes
1answer
363 views

How to encrypt a string using InstallScript

I'm building an installer using InstallScript MSI project. During installation I save some information to a local file. This file is created based on the user's preferences and it may contain ...
0
votes
1answer
213 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} (which is a ...

1 2