installation

ISTool command line problems

Hello guys! I am trying create installation file for my projects. I am using command line so I created bat file "create_setup.bat". From this file I am trying to compile Inno Setup script "my_project_setup.iss": "ISTool.exe" -compile "Subfolder1\Subfolder2\my_project_setup.iss". Important: "create_setup.bat" - located at the folder "Wor...

Python Pythonpath Modules install

I am kind of annoyed by the installation of modules in python and had a lot of trouble with it, so it would be fantastic to find a good solution for it. Heres my issues: PYTHONPATH: How can I tell easy_install/Python where to install my packages? Eventhough I put: /Library/Python/2.6/site-packages in my .bash_profile With: PYTHO...

Is it possible to send a html page with application installation package in adobe flex?

I want to send a html webpage with my application in installation package,is it possible? ...

Install file conditionally through msi (Internal Error 2732)

I want to install a plugins dll to a pre-installed application. Pre-installed application has its installed location in registry from where I can get its location. If I cannot found the registry. I simply don't want to install the plugin file. I am using Wise Installation express 7.4.0.214. What I have done is put a System search on the...

Good way to Django-based website, installing prerequisites if needed

Consider a website build using python and django. In many cases it uses 3rd party modules beside standard python library - such as pytz, South, timezones or debug toolbar. What is standard or just convenient way to deploy such application to production hosting with all the prerequisites (timezones, etc) installed automatically? I'm new...

How to install an AIR app from an intranet?

Hi The Adobe AIR documents tell me (I can't find the exact page again!) that I can download the air.swf that you normally call from http://airdownload.adobe.com/air/browserapi/air.swf. I have done this and load it in my own 'badger' script. Base reference: http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html...

Find references of Path Variables used in ISM file

Hi I have one ISM file created using Installshield. In Path Variables Explorer, I can see some variables defined. How can find if they are used anywhere in the ISM ? I want to remove variables if they are unused. I am using Installshield 11.5 Adminstudio. Thanks in Advance. ---Sambhaji ...

Class table generated InprocServer32 value problem.

I'm installing an Active X control that contains some COM servers. I'm using InstallShield's COM Extract at Build option to generate the registry information. This results in a lot of entries in the Registry and Class tables. (The extracted information is pretty much the same using Wix). It appears that my COM Sever is correctly bein...

Python packaging-installation-virtualenv question

With Python 2.4 on Centos, when I create an RPM with setuptools (bdist_rpm), add it to my yum repository and install it with yum, the top-level Python packages are extracted and put directly in site-packages, along with a .egg-info directory for the full package. So, e.g., if spam-1.2.3 has a top-level package called "spam", then packag...

MDB2 pear windows instalation

I am looking for a guide for installing and using MDB2 pear on my system. i use iss7 and windows vista.... I read the manual but I didn't understand too much... ...

Install WinForms application without admin rights

I develop a Windows Forms application using VS 2008. Application will be deployed in Corporate Environment: a network (VPN, LAN) is in several cities, many PC clients Windows XP; and there is a only Server Win2003, with several WCF Services, Windows Service, shared folders, and Database that use the WinForms app. Network is WORKGROUP, no...

System.EnterpriseServices and Powershell Locking dll

I am trying to use System.EnterpriseServices to uninstall a c# com+ component, replace the dll and reinstall the new version. The problem is that when I get to the line copy-item the script always fails because System.EnterpriseSerivces is locking the destination file. If I break the script up into two sections one that calls Unistal...

Will upgrading of windows server 2003 to windows server 2008 results in loss of data

I have installed operating system windows server 2003 on my PC. I have installed some additional softwares like visual studio 2010, sql server 2008 & MOSS 2007 on windows server 2003. Now I want to upgrade my windows server 2003 with the new operating system windows server 2008. I am not aware about the whether upgrade will loose data st...

Help installing Symfony plugin

Hello can somebody write or point to a good symfony plugin installation tutorial. Here is the problem, I have a symfony 1.2 application and I'm trying to install the LightWindow plugin, which run on Prototype. The thing is: I dont have PEAR installed, and due to proxy limitations I don't think I can, but there is a way to install symfon...

How to install Hudson on windows server 2008?

I'm calm... Everyone loves windows... 1,2,3,4,5...10 Ok How to install Hudson on windows 2008? More specifically - what exactly is 'Windows filtering platform' thingy and how to kick it so it would allow Hudson pass through? This is what i get in event log when i hit java -jar hudson.war and try to open web page: The Windows F...

URL Rewrite module test (mod_rewrite)

Installation problem with freereviewscript.com I wasn't able to install the script because of the following error at STEP 1 of the installation wizard:- URL Rewrite module test (mod_rewrite) Could not complete this test. Please check your server configuration or contact your System Administrator regarding this problem. ...

Ruby gem mysql2 install error

I have the Ruby version ruby 1.9.2p0 (2010-08-18) [i386-mingw32] installed in Windows7. and the gem vesion 1.3.7 When i tried to install mysql gem, it is showing Failed to build gem native extension error, why is this? my mysql version is 5.1.36(WampServer) E:\RubyApps\test_app2>gem install mysql2 Building native extensions. This cou...

Run SharePoint Timer jobs from PowerShell

We are currently moving from using stsadm to using PowerShell for our SharePoint install scripts. We have not been able to find an equivilent to this: stsadm -o -execadmsvcjobs We have tried putting in a pause, but it varies how long the pause needs to be. Is there an equivilent command in PowerShell, or could we run this command fr...

Microsoft Recommended Program Directories

Where can I find a listing of what Microsoft recommends for program install directories, application data, etc? (e.g. Best Practices) ...

windows application that launch out of browser silverlight application and do other work

i wanna create an exe that check the running processes on the windows and launch my xap file i wanna close it if another software was running I read the silent install scripts but yet still confused how can i use them examples will be appreciated Thanx ...