Questions tagged [istool]

ISTool is a visual script editor for the Inno Setup compiler.

ISTool is not updated anymore. It uses an obsolete and vulnerable version of Inno Setup.

Webpage: https://sourceforge.net/projects/istool/

See

12 questions
22
votes
2 answers

Inno Setup default install folder change

Every time I compile my installer the default installation directory is C:\Program Files\Company\Product and I don't seem to be able to change it. Here's what I got under…
Mossi
  • 997
  • 5
  • 15
  • 28
4
votes
2 answers

Running Setup.exe created by Inno Setup and get "... '"isxdl.dll' was not found." error

Compiled a Inno Setup script (IS v5.4.2), but when ran resulting Setup.exe, an error dialog appeared with content: Internal error: ExtractTemporaryFile: The file "isxdl.dll" was not found. I could not find this .DLL anywhere on my system. While…
Dan Aquinas
  • 321
  • 2
  • 4
  • 10
2
votes
1 answer

Cross Project Compare option in Data Stage 9.1

There is a utility called Cross Project compare in the Data Stage designer. using the cross project compare utility I can compare two jobs (for eg. two parallel jobs) from different environments (for eg dev vs prod). I wondered if there is any…
dna
  • 483
  • 3
  • 10
  • 32
2
votes
1 answer

Data stage parallel job export options

I am aware that in Datastage the parallel jobs (.pjb) or any other jobs can be exported to .dsx and .isx files. I wondered if I can simply export a .pjb file as is ?
dna
  • 483
  • 3
  • 10
  • 32
2
votes
1 answer

How to make Innosetup uninstaller not run if installer is on?

How to make created via Innosetup uninstaller not run if installer is on build via Innosetup and currently installing (installer and uninstaller are made from same source file)?
myWallJSON
  • 9,110
  • 22
  • 78
  • 149
1
vote
1 answer

Inno Setup: How to dynamically add files to the installation?

Is there a way to dynamically fill the [Dirs] and [Files] sections of an Inno Setup script? Here is what I am trying to do: during the install process, the user will select foo (foo matches a repository to get from our SCM) Setup will run a batch…
bguivarch
  • 35
  • 8
1
vote
0 answers

How to display a message box before starting Inno Setup installer

I want to add a MsgBox before installation, right after the setup.exe runs. Like this: and after [OK] continues to installation procedure. I'm using ISTool.
DDoS
  • 361
  • 3
  • 13
1
vote
0 answers

Getting error for Data stage compare command line tool

I am using a utility provided in Data Stage 9.1 diffapicmdline.exe to compare two jobs from different environment. I am using following batch script code to read the job names from text file in loop: @echo off SET var= for /f "delims=" %%i in…
dna
  • 483
  • 3
  • 10
  • 32
1
vote
1 answer

Random error during installation game created by Inno setup

Hi when I use instalation that will install game it is OK. But sometime I will get this error: C\game\ Scared2\pad\graphics02,zip An error occurred while trying to copy a file: the suource file is corrupted. It can be different file. But…
1
vote
1 answer

ISTool problems

how can i set via ISTool these things: How can i set instalation path based on 64/32 system? I would like to see, that setup will use right instalation path if user have 32/64 system. I want, that setup will create specific registry key where will…
0
votes
1 answer

Error With ISTool after compiling

When I test my setup.exe file I get the following error message: This program cannot be installed on Windows NT Version 5.1.2600 Service Pack 1 or later. Why is this happening, I am running Windows 8 Dev Preview too. Could that have anything to do…
Sam Spencer
  • 8,492
  • 12
  • 76
  • 133
0
votes
1 answer

Inno Setup / ISTool: Detect local computer's IP address(es)

In the [code] section of my ISS script I want to detect the local machine's IP addresses. What is the most elegant way to accomplish this? Is there a Win32 DLL I can import via "external"?
Epaga
  • 38,231
  • 58
  • 157
  • 245