InstallScript is the official language for scripting in InstallShield and related products
0
votes
1answer
28 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
0answers
13 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
0answers
20 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
0answers
6 views
Handle Cancel on Authentication Popup
I have created an Installscript Installation. I keep the setup.exe on the local machine and all other files, data1.cab, setup.ini, setup.inx etc on the web server which requires an authentication.
I ...
0
votes
0answers
20 views
Use C#.Net windows form as Installshield Dialog
I want to create custom dialogs in C#.net and call those dialogs from within installshield installscript project. How can this be done?
I dont want to create custom dialogs in installshield.
0
votes
2answers
27 views
Unable to get major version number of product?
I have code to retrieve the Major versions of a product. Declared a property as PRODVER_MAJOR = 2
Code is as follows:
function myfunction(hMSI)
string svmajorversion;
number nsize;
begin
...
0
votes
0answers
19 views
Need an example of /installfromweb command line switch for Installscript Project Setup.exe
Can anyone please provide me an example of /installfromweb switch in Installshield that is passed to setup.exe ?
I am trying to use this switch with "Installscript project" not "Installscript MSI" ...
0
votes
1answer
387 views
InstallShield 2012 Spring Express: How Can I Run Custom Action As Administrator On Uninstall?
I'm using InstallShield 2012 Spring Express. I finally figured out that, during the installation for my app, I could run a custom action with an elevated process EXE (application manifest set to ...
0
votes
1answer
86 views
How to change InstallShield controls properties dynamically?
I have a custom dialog in my IS installer and I want to change some properties such as Height, Top etc. according to the text written in the text areas (on run-time).
Are there any InstallScript ...
0
votes
1answer
116 views
Cannot launch another install program from my InstallShield script
I have to convert an old InstallShield script used to install a VB6 application from InstallShield 2008 to InstallShield 2011.
Unfortunately InstallShield 2011 no longer supports the deployment of ...
1
vote
1answer
132 views
Upgrade built by InstallShield 2012 reports installed version in bad format
I am seeing the following messages during an upgrade using an installer built with InstallShield 2012 Spring:
The InstallShield Wizard will update the installed version (9.01.005) of <our ...
0
votes
0answers
116 views
Custom Action not executing on uninstall
I am using installshield 2012 Pro.
My aim was to create a custom action that worked in two ways to back up files that had previously been installed. Then on un-installation of the update the custom ...
0
votes
0answers
68 views
Foreign characters in the installation path - Installshield Installscript project
I have a strange problem which surfaces intermittently. The installer installs fine but the installation path has foreing characters. This is a pure English US language installer.
This is what I do:
...
0
votes
1answer
141 views
Adding a custom action in a Merge Module in Installshield
I have an MSI project that I want to convert to a merge module. The writing of files was simple enough to replicate.
However, I am struggling to replicate the Custom Actions.
I need the Custom Action ...
0
votes
0answers
84 views
unInstallApplication of InstallShield is not working
I am uisng unInstallApplication function of InstallScript to uninstall the registry key I get from the property.So the code is :
if (UninstallApplication(key, "msiexec /x ", ...
0
votes
1answer
59 views
Option for user whether to uninstall previous version of the product
I am creating installer using InstallShield 12 and would like to give option to user, say a checkbox whether user want to uninstall or keep the previous version and could install the new version.
Do ...
1
vote
1answer
178 views
SYSINFO.NWinMajor is giving wrong value for Windows 7
I am creating installer using InstallShield 2012 and I am checking OS using SYSINFO major and minor values.SYSINFO.nWinMajor is giving correct value but SYSINFO.nWinMinor is giving 0 for windows 7.It ...
0
votes
0answers
33 views
Can we debug InstallScript for a particular Setup project in Visual Studio 2010
I want to fix a error in InstallScript.cs file, which will be running when the Installer is executing.
Can we some how debug the msi ?? Which process do we need to attach ?
0
votes
1answer
79 views
InstallScript XP
I have an installscriptmsi project, whose output is setup.exe. I am able to install it on Vista and higher without any issues. I am not prompted for UAC. But on XP, I am prompted with Run As dialog ...
0
votes
1answer
106 views
Installscript project how to hook into the install process
I have created an installscript project using InstallShield 2010. I gather info during the install process in the method "OnFirstUIBefore()". But when the actual install of the software is happening ...
2
votes
0answers
125 views
InstallShield upgrade from 32bit exe to 64 bit exe failed
I am trying to upgrade my project. My earlier project had the 32 bit exe and now it is using 64 bit exe.
While upgrading it ts giving following error:
WIN64DUALFOLDERS: Substitution in
'C:\Program ...
0
votes
0answers
90 views
Installshield use .net datatables/sqlconnection with installscript
I am using installscript to call a sql database. If I use objects like "ADODB.Connection" it all works fine. I can loop through a recordset and create a LIST object to return. However, I was wishing ...
0
votes
1answer
96 views
How do you compare versions in InstallScript?
It looks like there is a builtin function, VerCompare, but it requires strings that have all four components, e.g. 1.2.3.4. I haven't tried to do string manipulation in InstallScript and was hoping ...
0
votes
1answer
141 views
Installshield issue showing sql dialog with installscript
I am creating an installer using an installscript project in install shield.
The dialog I am trying to show is coded as follows:
MessageBox("Doing sql call", INFORMATION);
Dlg_SqlServerTest:
...
0
votes
1answer
190 views
Install shield installscript project and halting install
I have struggled with InstallShield, however with a lot of trial and error and googling I have managed to create a project using installscript. The first thing it does after the welcome is call a .net ...
0
votes
0answers
72 views
sdfinishreboot installshield
I need to give the reboot option to the user after the installation.
I write a sdfinishreboot function in onEnd function. When the control enters into sdfinishreboot, the installshield uninstall the ...
1
vote
3answers
48 views
Set MySQL config data on install PHP
I've made an install script for mysql tables. I want the user to set the database configurations. The configurations for mysql is hard coded in a PHP class as public variables.
What would be best ...
0
votes
1answer
62 views
Install Django using pip from bash
I am trying to write an install script for my project which requires Django. I am using pip to install a list of apps but when it gets to Django it says
You just installed Django's auth system, ...
0
votes
2answers
287 views
InstallScript: ChangeDirectory() call fails only in SILENTMODE
I have the following test InstallScript InstallShield code, which executes correctly in the normal interactive mode, but crashes setup.exe /s (silent) mode on calls to ChangeDirectory that involve any ...
3
votes
1answer
106 views
What does the % operator do for strings in InstallScript?
I'm looking at some InstallScript code.
With integers, I'm used to the % operator being modulo. I'm not familiar with it in strings.
if (szSomeString % szSomeOtherString) then
// do something
...
0
votes
0answers
163 views
Install Shield Script
I need to install an application without any user inputs. This can be done via silent installation. But we would want to go in other way. Now I need to hard code the list of required features without ...
0
votes
0answers
59 views
InstallShield Update Installation
I have installScript base setup.exe that has to update two files only. I don't want any registry entry from this setup. currently it installed and register itself as separate product and corrupt ...
0
votes
1answer
334 views
How to do major upgrade conditionally in installshield
Here's my scenario:
I need to have the ability to have different versions of the same product coexist on my machine. So, I need to have a different product key. Cool, no problem. The thing is, I also ...
0
votes
0answers
158 views
How to force uninstall sequence within install sequence in InstallShield
I want my installer to prompt the user to uninstall an existing installation before installing the new one if an installation already exists at the selected install directory.
Right now I'm trying ...
1
vote
0answers
98 views
Installshield Prompt for Multiple Destinations on One Dialog
Using InstallShield 2012 spring and wanting to add another file location dialog on the SdAskDestPath2 dialog but not sure how to do so.
I previously tried to just create a custom dialog (lots of ...
0
votes
1answer
185 views
copy file from executing folder and paste into installing folder in installshield( InstallScript project)
I am creating a InstallScript project in installshield 2011 and my problem is
I want to know the path of the setup from where it is executing
Suppose there is a folder name "project_setup" in ...
0
votes
0answers
190 views
Installshield 2011 script do on uninstall
I am trying to write into my InstallScript an action to perform when uninstall.
I have seen the post on REMOVE and REMOVEALLMODE.
However when I use the following it does not run. I have tried ...
1
vote
3answers
737 views
Magento. Install script will not run, much less create customer attributes
Been banging my head on this for 8 hours now...
I have a need (or rather, my company does, being a B2B) to request extra attributes at customer registration. Of course Magento doesn't do this ...
0
votes
0answers
148 views
Disabling Checkbox Based on Selected Feature
I am creating an installer which will install both a both a Application and a Windows Services. I have added a Custom action and a CheckBox which when checked will launch a configuration utility for ...
1
vote
1answer
299 views
Multiple Directory Installation
Overview
We are currently using installsheild 2012 to create a basic MSI package to deliver our software to clients.
I am a self taught with installsheild so I doubt I will be following best ...
1
vote
0answers
54 views
How to find if the Installatoion was per user or per machine installation
I have installed my software on the system in per machine (ALL USER) installation mode.
During the maintenance Install, I want to know whether the software was Installed per user or per machine? How ...
0
votes
1answer
210 views
How to store installation information in InstallShield?
So I have an InstallShield 2009 Premier project and a custom dialog with a text (editable) field. I need to have the value (string) entered in that field during maintenance mode (specifically REPAIR). ...
0
votes
1answer
459 views
Installscript CopyFile Function Error
I am trying to copy a file using Installscript copy file function:
bRet=CopyFile( szUnattendIni, szStatusFile );
where the file referred by szUnattendIni is passed as command line argument.
When I ...
0
votes
1answer
233 views
InstallScript and registry
I have two .reg files, the difference between them is only in Key which depends on the version of Windows.
My registry file for Windows x86:
Windows Registry Editor Version 5.00
...
0
votes
2answers
202 views
Open microsoft website if .net framework 3.5 not install during installation
I am creating Installshield setup to install my software,my software check first .net framework 3.5 installed or not?
#define EXAMPLE_DIR "D:\\"
...
9
votes
1answer
527 views
Generating code for another language in Haskell
I want to generate code for another language in Haskell, but I'm puzzled on how
to approach this problem. I'm looking for an abstract and elegant representation of the language in Haskell, which is ...
1
vote
2answers
327 views
InstallShield: How can single custom actions be tested?
(I'm using InstallShield2012 V.18)
In setup.rul I defined a function per prototype declaration, included the file with the function definition and compiled it successfully (InstallShield compile).
...
1
vote
1answer
327 views
Modifying the Installshield scripts programmatically using scripts
I'm new to Installshield. I need to customize an Installshield-8 project to my need.
Is there a possibility to set the IS Project information such as Product-Code, INSTALLDIR
and Product Version ...
0
votes
1answer
398 views
Installshield read .properties file
I'm new to installshield and i need to read a .properties file prior to install.
Because the wizard name, headers are declared in that.
The structure is like this: install.wizard.name="MyApp".
First ...
0
votes
1answer
4k views
How to make a custom dialog in InstallShield?
I'm trying to understand InstallShield (2009)/InstallScript on the fly, because I'm modifying someone else's installation script.
One of the dialogs during the installation procedure previously had ...

