Favorite Tags
   8 tags on

0 answers

Install .Net 3.5 on Windows 8 with Inno Setup

I've been using Inno Setup to check for and install the .NET 2.0 framework for one of my applications. It's worked pretty faultessly by checking for a Registry Key and simply downloading the .NET ...

3 answers

InnoSetup: “The volume for a file has been externally altered”

InnoSetup appears to be corrupting my executable when compiling the setup project. Executing the source file works fine, but executing the file after installation produces Win32 error 1006 "The ...

3 hours ago
0 answers

Should i use Tegra for setting up environment to develop android app?

i am going to use the environment to develop apps using opencv library. But first i may also use it to develop some basic core Android Applications. Should i use the automatic TADP installer to set up …

0 answers

Register sharpshell assembly with setup.

I was looking for a way to add a menu item on right click for special files until I found this article SharpShell I was able to write my modified shell and to register it using ServerManager.exe. …

1 answer

How to bundle JSP tomcat web application in a single installer

I have seen large application like joget workflow and alfresco which is actually a Webapps(Mysql, Tomcat, etc) which bundled and installed like desktop application. I want to know how to create like …

18 hours ago
1 answer

php “hello word” error message when run on GAE

I followed the instructions on this page for installing the SDK and running "Hello, World!". The following error is shown on my localhost:8080 Notice: Use of undefined constant ...

21 hours ago
1 answer

How to force virtualenv to install latest setuptools and pip from pypi?

Is it possible to force virtualenv to use the latest setuptools and pip available from pypi? Essentially, I'm looking for the opposite of the --never-download flag. Currently, when I make a new ...

3 answers

Why is pip installing an old version of my package?

I've just uploaded a new version of my package to PyPi (1.2.1.0-r4): I can download the egg file and install it with easy_install, and the version checks out correctly. But when I try to install using …

yesterday
0 answers

Add text to 'wpSelectTasksPage' in Inno Setup

Friends like I do this script text appears only on page "wpselectTasks" Replacing wpSelectDir to wpSelectTasks Inno setup compile but nothing appears on the page "wpselectTasks" Using wpSelectDir will …

yesterday
2 answers

jboss as 7 - running multiple instances in the same linux server - standalone vs domain

I downloaded the jboss tar file. Copied into my test server. Did untar and installed it at $HOME/jboss/ Now, I need to have three instances running at the same time - Dev, QA, UAT - on a SINGLE …

0 answers

Pass variable to InstallShield Installation

I'm trying to create referral system, and i need to do something like that: User downloads setup file setup_1234.exe, where 1234 is ID of a referral. How can InstallShield setup read this ID from ...

2 answers

Creating a text file with Inno-Setup

I've got a dialog box which is taking in a software activation code that needs to be stored in the {app} directory. I've been trying to do this with Pascal, but Inno-Setup doesn't have the type ...

yesterday
1 answer

Running Facebook login sample in eclipse fails

Just want to test login with Facebook. I import the facebookSDK as a new existing eclipse project and also the SessionLoginSample project, verifying that "copy project into workspace" isn't checked …

0 answers

show the real times of countries along with IST time with inno setup installer?

I have read the documentation of inno-setup, which is given with inno-setup as inno-setup help. after this I have created some inno-setup installers. now I want to create this installer.but I am not …

4 answers

How do I configure and setup my WAMP server so I can practice PHP-MySQL?

I am learning PHP+MySQL. I did not buy a web hosting plan, so for now I plan to test everything locally. From my research, I found WAMPserver.com. I downloaded the install for WAMP and did a basic ...

1 answer

Install an application and database for all users

I'm trying to use the latest inno setup to deploy my program. It seems I can't (and not recommended) to install my program to Program Files folder due to the restrictions it's going to give (for ...

Jun 15 at 22:13
0 answers

Can't change UI language after make setup file

I have a problem. Hope anyone can help me! Thank you very much! In my program, I can change the UI language with this code: private: System::Void ChangeLanguage(String^ lang) { for each ...

1 answer

Default Location to System Drive in Setup and Deployment Project

I have a setup and deployment project in Visual Studio 2010 The default location of Application Folder is set to C:\[Appname] The problem is that if there is no drive C: in the machine the app is …

0 answers

Ruby Unit test [Trollop::option / command line option / command line argument]

OK how to put it .. : Assuming that I am giving the following arguments to my ruby ruby x.ruby -e .. -l .. -d .. how can I check them and define them in unit test [setup] ,this is what i have for …

Jun 14 at 13:45
1 answer

Get the filename in the code section as input while running the setup ?

const GetFileExInfoStandard = $0; type FILETIME = record LowDateTime: DWORD; HighDateTime: DWORD; end; WIN32_FILE_ATTRIBUTE_DATA = record FileAttributes: ...

Jun 14 at 7:10
1 answer

How to set up Automatic NDK Builds in Eclipse windows?

I am setting up ndk environment for android while am doing it . It gives error like following please help me. thanks. Errors occurred during the build. Errors running builder 'Integrated External ...

0 answers

Visual Studio Setup project. Disable dependency detection for an individual file

I have a setup project doing multiple things. One of those things is copying a few .NET Compact Framework DLL's and EXE's to a Win32 machine. The setup project is automatically trying to detect the …

Jun 13 at 14:28
3 answers

Why we need 64 bit installer to build 64 bit setup?

I have a 32 bit application which works fine on both 32 bit and 64 bit environment. It is built on VS2010 in "Mixed Platform" mode. Now, I have been asked to built a setup specially for X64. I dont …

0 answers

Showing Program Compatibility Assistant (PCA) warning consistently

During the installation/uninstall of our SW package (app/driver) on a Windows 8 system, I get the Program Compatibility Assistant (PCA) warning "Did this program work correctly?" There are 2 choices: …

Jun 12 at 19:31
0 answers

You can run a remote video within the Inno Setup?

Was looking for a way to make a video that is hosted on my server, run within the Inno Setup in a CustomPage, I found the design TLama, Inno Media Player, but from what I understand, it runs locally …

Jun 12 at 18:43
1 answer

Packaging python libraries with version-specific (2/3) code

I have a Python library written to work under both Python 2 and Python 3, with all the version-specific code localized in one module that exists in two variants, one source code file for Python 2 and …

Jun 12 at 16:46
1 answer

Copy files to site-packages

I want to copy some files to the site-packages folder. How to define in setup.py to copy files to the site-packes folder instead of a subfolder?

Jun 12 at 16:42
1 answer

Error:Could not Load File or Assembly Entity Framework 4.4.0.0 on opening application?

I have created a setup project and installed on local machine. The application opens but connection to Database doesnt occurs it throws error as following screen shot. I am using Entity Framework 4.0 …

2 answers

Inno setup search for existing file

How can I search for an existing exe file and then use that directory for my installer ? If the exe file is not found I would like the user to browse for the path. In case the exe file is installed …

Jun 11 at 19:32
0 answers

setuptools and passing options to dependencies

I'm trying to package a module for pypi and I have mercurial as one of the dependencies. The target machines may or may not have build tools so I'd like to install mercurial with the --pure option in …

Jun 11 at 13:49
15 30 50 per page
1 2 3