Favorite Tags
   8 tags on

2 answers

Symfony2 : --reinstall issue

I have been trying to install Buzz for Symfony2. I added it to the deps file, and tried to update my vendors : php bin/vendors update The command simply tells me that I've installed the standard …

1 answer

Error in PDFCreator setuplog.txt Port and Print Monitor

I am trying to create a setup for SourceForge PDFCreator using Inno Setup and getting following error in Setuplog.txt: Printerdriver-Directory (Environment: Windows 4.0): Result: Success = ...

2 answers

Adding output file to Python extension

I've defined a custom build_ext to build a funky extension that I'm trying to make pip-friendly. The following is a trimmed version of what I'm doing. foo_ext = Extension( name='foo/_foo', ...

0 answers

programatically get a list of files that would be included by “setup.py sdist”

Need to know how to do this, in particular if it can be done without running setup.py sdist?

12 hours ago
8 answers

setup an IVR with Asterisk

I need to setup a simple IVR system for a friend's company that will let the caller navigate through the menue by pressing phone keys (kind of like a bus schedule....."for today's schedule press '1', …

17 hours ago
1 answer

Inno Setup - Convert Integer 652 to floating point gives 6.52?

This is probably more a Pascal question than an Inno Setup question. How come when I do this: floatnum := 652; The actual value stored in the float is 6.5200000 and not 652.000000? Update: It's …

18 hours ago
1 answer

excel 2010 add-in setup project with setup factory

i am developing a excel add-in. i have serial numbers(ex. 100 psc) and i want to check when excel add-in installing on pc. But i cant do it with vs 2010 setup project because it is not support serial …

7 answers

Gitosis requires password even though the public key is given

I'm confronted with some problems when trying to configure gitosis on my Archlinux http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis I referred to this wiki article and ...

22 hours ago
1 answer

Setup twiki admin user for edit page view and apache users for editable pages view

I need some setup for twiki. twiki is insatlled on linux and httpd basic authentication is enabled for the site. By default the user logged in with apache authentication, is able to view edit option …

0 answers

NHibernate generates LIKE queries differently, why?

I try to use LIKE criteria for fetching stakeholders with NHibernate from a Pervasive DB. If I use NHibernate.Linq the query fails but with HQL it succeeds. I use a MsSql2000Dialect. Here is my linq …

1 answer

Exiting from a loop exits the function instead

I've been coding in Inno Setup this afternoon and I read some Pascal documentation which says that exit is used to exit a loop. I tried using that in my code and instead it exited the function. For …

yesterday
1 answer

How do I change the name and description of a wizard page from within InitializeWizard?

I am moving code from CurPageChanged to InitializeWizard. In CurPageChanged I could do this if Inno has changed to the page I wanted modify the name and descripton for: ...

yesterday
1 answer

Is it appropriate to create controls in the CurPageChanged procedure?

I have code in CurPageChanged that adds a button to the license window. My CurPageChanged starts like this: procedure CurPageChanged(CurPageID: Integer); var Button123 TButton; begin if CurPageID = …

yesterday
2 answers

automated process to edit setup.exe resource strings for clickonce wpf app

We have a reasonable size application that is rolled out for N customers across Z zones for Y versions. For each of these situations each clickonce URL corresponding WCF Service URL(s) are all ...

yesterday
1 answer

How can I get the length of a static array?

If I have a static array of labels: Labels: array [0..6] of TLabel; How can I get the number of labels in a procedure? Also if anyone could tell me more about the kind of Pascal Inno Setup is ...

yesterday
2 answers

wpLicese Page check if ScrollBars position is max (Inno Setup)

Is it possible to check the position of ScrollBar in wpLicense Page in Inno Setup without having to write custom memo page? e.g. procedure CurPageChanged(CurPageID: Integer); begin if ...

1 answer

Creating connectors using Pervasive Connectors

Can any one please help me to over come my issue, i am searching how to create a connectors in pervasive from 1week, i am unable to find the solution, atleast step to move on, i followed the ...

yesterday
1 answer

Xml Files In PErvasive Connectors

CAn any one p[lase explian me which technology this connection is using, i am unable to find what tags these are <Connection spoketypename="Oracle CRM On Demand" creator="Factory" ...

5 answers

What tools are there to cross-create an OSX installer for a python package?

Distutils offers existing solutions to build a Windows self-extracting EXE. Notably, I can create the package even if I'm on Ubuntu (which is essential given our automated build process). How do I …

1 answer

Wix-Installer-How can I get setup.exe's current directory?

I'm using setup.exe and setupbld.exe (from %WixProramFolder%\bin)to make a bootstrapper for my installer. Everything is ok except: I want to get current directory of setup.exe but: When I use ...

3 answers

Shellexec vs Exec vs Shellexec my batch file

I don't find in the help an exhaustive explanation of the difference between Shellexec and Exec. Is the Shellexec('','program.exe',params,'',SW_HIDE,ewWaitUntilTerminated,ResultCode) equivalent to …

1 answer

Setup application

Is there any alternative way to create setup for my WPF application? The build in setup creator of MS has same issues with Install/UnInstall.

May 13 at 15:13
0 answers

Plone 4 smarter generic setup updates needed

The core of the problem, is that GenericSetup profiles are additive, and sometimes products cant be upgraded by simply applying profiles, but the whole chain of profiles needs to be applied in ...

May 13 at 8:44
0 answers

How can I get the author name, project description etc from a Distribution object in pkg_resources?

pkg_resources api let's you get Distribution objects that represent egg distributions inside a directory. I can trivially get the project name and version of the distribution with dist.project_name …

May 12 at 20:29
1 answer

i want to install package rave report 5.0 on delphi 7

I installed Delphi 7 but Rave report not auto register on pallet component , so i click component -> install packages..-> Click ADD -> choose RVreport50.bpl but show error "package ...

1 answer

How do I force `setup.py test` to install dependencies into my `virtualenv`?

In a crusade to make my application pip-installable, I'm fighting big fights with setuptools and distribute. I assume my dependencies are correct, i.e. installing with pip install myapp should ...

0 answers

Disable VS2010 dependency check in installer projects

This is yet another example of Microsofts care bear policy that developers cannot think fo rthem selves: I am making a visual studio setup project. I've added some files that i want in the setup. …

2 answers

Switch to the finish page in Inno Setup installation

I added a few custom pages to my setup. In one of this custom pages I do some checks. If this checks failed, I want switch to finish page. How can I do this? I can not do this with ShouldSkipPage ...

1 answer

Create setup without writing to registry

I need to make a setup for my .Net4 application. What I expect about installer is that it will just check if .Net4 Client profile is installed on target machine and if not it will deploy the .Net ...

0 answers

Why does Uninstall force IIS, Visual Studio?

My .NET solution in Visual Studio 2008 has ASP.NET website project web deployment project for website Custom actions library web setup project I can build setup and install it. However, during …

May 11 at 5:30
15 30 50 per page
1 2 3