Favorite Tags
   8 tags on

1 answer

How can I kill a process with a long name using tskill?

(Answering my own question for the future / others). I have a process I'd like to kill by name (in my case from an InnoSetup from Pascal script). My issue is that my process is called ...

0 answers

inno setup metro Tile UI icon

I have a Flash player based program that I install with inno setup compiler. I use the command: SetupIconFile= to point to the icon for the program shortcut. This works fine in Windows 7 but in ...

1 answer

Create a python executable using setuptools

I have a small python application that I would like to make into a downloadable / installable executable for UNIX-like systems. I am under the impression that setuptools would be the best way to make …

21 hours ago
0 answers

Pervasive ODBC SQL Functions

I'm limited to using an ODBC connection to a Sage Mas 200 Pervasive DB. Simply need to bring a decimal down as formatted currency... but not having any luck doing simple Transact SQL functions like …

23 hours ago
1 answer

Hadoop initial setup on AWS EC2?

I am just a newbie of Hadoop. does anyone know how to setup hadoop on EC2(micro) instance? or It would be helpful if anyone knows good reference on-line links for Hadoop on EC2. Thank you

yesterday
1 answer

Inno setup: how to watch variables values or write to debug output?

How can I watch values of variables while debugging in Inno Setup? How can I print something to debug output? Thanks

yesterday
0 answers

Each time I load my application, it attempts to repair the existing install. It is an issue with the vs2008 setup and deployment project

I have created a win forms application that is installed using a setup and deployment project. During a recent update to the setup and deployment project, I've caused a problem that I can not find …

1 answer

Inno Setup: deltree function

We are using deltree function to delete the directories,but in some cases it is unable to delete the directory and it is returning boolean values. But, we need to capture the reason for the error in …

yesterday
0 answers

Python package with external_modules

I have root dir with following structure: . |-- myproject | |-- a | | |-- foo.c | | |-- foo.h | | `-- __init__.py | |-- b | | |-- bar.c | | |-- bar.h | | `-- __init__.py | …

yesterday
1 answer

Connection to localhost closed by remote host when setting up SSH in Cygwin

I've been trying to get HBase up on my desktop computer at work and I've been following this guide: http://hbase.apache.org/cygwin.html When I get up to the point of testing HBase, it craps it's ...

yesterday
2 answers

How to end a process using inno setup?

I want to kill a process using inno setup.i want to check whether the window is open before i start installing the setup. can i do this by searching windows name? please help me with some sample ...

1 answer

Wix bootstrapper uninstall shortcut

I am trying to create shortcuts to uninstalling whatever the bootstrapper has installed. So simply i want to do the same thing as the uninstall does when going to Add and remove programs. I found ...

2 days ago
2 answers

How to compile Innosetup script in Silent mode?

I want to compile the innosetup script in Silent mode using command prompt. Using this method, i can compile the innosetup script "Compil32 /cc "mypath\myscript.iss" Then compilation happened ...

2 days ago
1 answer

Inno Setup OpenFile dialog on a file that is in use

I'm working on an Inno Setup installer that uses the GetOpenFileName function to bring up an open file dialog for the user to browse for and select a database file. The database will be running when …

1 answer

Inno Setup wizard page for toolbar installer

Attempting to create an install with a page similar to this using the components wizard page with text similar to this ! [page style] http://grahamskaraokesystem.com/toolbar.png I can put mulitlines …

2 days ago
0 answers

inno-setup OR javafx packager changes my desktop icon, jagged edges

So I'm using Innosetup with javafxpackager, I specify a desktop icon (.ico) in the iss file with 'SetupIconFile'. After installing the application (Win7) the icon on the desktop has jagged edges. At …

2 days ago
0 answers

Control click event on a iframe Inno Setup (inno-web-browser)

I found this "add-on" called "inno-web-browser" made by the user of the forum here TLama, very good this addon, could open a url perfectly, but I need to know if you have as I monitor the clicks and …

2 days ago
1 answer

MvvmCross with two core libraries

Is it possible to link two Core libraries into your app? I would like to create one Common.Core library that has login and account view models. I would like another one Domain.Core library that has …

2 days ago
1 answer

Expose WinCE setup kit to Active Sync

I have a project that is a WinCe project so I created a cab file that I put on the device and then run it from there. However, I would like to know if it is possible to add my cab to the list of ...

2 days ago
1 answer

How to run custom code as part of WiX burn MBA on install-complete and support rollback

I need to embed, invoke and run some custom code as part of my custom managed bootstrapper application, as a post-install step. This custom code is within a class library that I have included as a ...

0 answers

how do I add a license agreement to the installer in visual studio 2012 express

How do I add a license agreement to the installer found in Visual Studio (i.e. through publish)? I just do not see it. I have looked on Stack Overflow and other places, but it must be possible. I am …

0 answers

How to create multi-part downloadable client installation when installing the server?

When our server installation (Windows/UNIX) finishes, I want it to create a client installation and put it on the installed Tomcat web server. The client installation includes a predefined ...

0 answers

JMustanGo set-up

We maintained a working JMustanGo HPUX instance. However, we are migrating to HPUX 11i v3 VSE-OE and need to redeploy I don't seem to find any information on how to setup JMustanGo node. Can anyone …

3 answers

How to execute innosetup installer from third party silently and without it attempting to install dependencies?

I have an installer from a third party. Through trial and error I discovered it was an innosetup installer. When I call it with the /silent flag it installs just fine, until it executes installers …

May 21 at 21:32
0 answers

Setup Factory Session Variables in Banners

I know at first this may seem specific but my actual question is quite general so please don't vote me down. I am trying to create an installer in setup factory. For each themed page there is a ...

1 answer

Adding nodes to xml with DOM in inno Setup - strange problems

Very strange problem: I use the DOM to edit an xml file (a .exe.config file for an app that needs to interact with ours), but seeing as I have to bulk-add several similar sections, I made a function …

May 21 at 12:50
0 answers

Correctly show component sizes with shared files

I have an inno setup project which includes 5 different sub-programs, installable as components. Many of the dlls that end up in the final program folder are shared between some of these, but not all. …

May 21 at 12:39
1 answer

How to set up a local LESS environment

How would you set up a local environment that would allow you to see LESS in-browser, locally? So far, I can only get it to work from a remote server, and it's totally aggravating. I've downloaded ...

1 answer

how to pass parameter into Files section in Inno

I've googled a lot but do not find the answer on my question. How to correctly pass a parameter to function like this: getPath('myParam')? I have such code: [Files] Source: "AppName\*"; DestDir: …

May 21 at 7:54
1 answer

Publishing msi project c#

We do have an application which did not have any setup (click once with updates checking, etc). However it gives very little information for our customers when installing. We have added Setup Project …

15 30 50 per page
1 2 3