0
votes
0answers
24 views
Format usb flash drive 8gb to be bootable [closed]
I was trying to write windows xp image on my transcend jetflash 8gb, but got an error in the middle of the format process.
PeToUSB Error!
FormatEx Error[11]: An Error Occurred Fo …
0
votes
4answers
30 views
ubuntu9.10 : how to use python’s lib-dynload and site-packages directories?
In ubuntu 9.10, in usr/lib/ there are the directories python2.4, python2.5, python2.6 and python3.0
Only python 2.6 is actually working.
python2.4 has only a lib-dynload director …
0
votes
1answer
17 views
2 instances of a program after upgrading using WiX.
I am creating an upgradable installer using WiX that needs to remove the existing program entirely before installing the new version. I have the files upgrading and adding that the …
0
votes
0answers
12 views
“os x” + octave + Miscellaneous Package: install errors
Trying to install the Miscellaneous Package into Octave, I get this string of errors:
octave-3.2.3:17> pkg install miscellaneous-1.0.9.tar.gz
configure: error: in /var/folders/0o/ …
4
votes
4answers
86 views
How can I install several CPAN distributions at once?
I have recently started some Perl development and use CPAN to install all my packages. I was wondering if there are some "best practices" to manage required packages for a script o …
0
votes
3answers
36 views
How to interactive a silently installing msi? (Progress data and cancel it)
For some reason, we are delivering a product with our own install GUI, that means, we will run the msi installation silently background.
By using the MSI API "MsiInstallProduct", …
0
votes
0answers
13 views
Why can not add subversion package to my OpenBSD 4.5 machine?
Hi all,
I have an OpenBSD 4.5 on a virtual machine. I configured the net and my machine can connect to the OpenBSD FTP repository in Canada (ftp.openbsd.org) correctly. But when I …
1
vote
6answers
130 views
Install Visual Studo 2010 Beta 2 beside VS2008
I am too paranoid to install VS2010 Beta 2 on my production machine beside VS2008 without hearing from people who have already took the plunge. I know MS says it's OK, but that doe …
0
votes
1answer
28 views
Problem Installing Java EE SDK From Wizard?
Upon fixing my earlier problem where, I uninstalled both, JRE AND Java EE, and then successfully reinstalled JRE, the problem started with installing Java EE, when, upon clicking t …
0
votes
2answers
27 views
Install MVC on 2.0.NET Server with IIS6 without Admin Rights
On my local machine using IIS 5 (winxp) and visual Web Developer, I've built a beautiful and well composed website using MVC.
Now to deploy to the testing server. I find out that i …
1
vote
2answers
53 views
Deploy a feature to a single sharepoint site / How to select a single sharepoint site
I'm trying to deploy a selection of features and to do this I need to select the target site and then use:
objWeb.Features.Add(new Guid({guid of feature}));
my question is how wo …
1
vote
2answers
76 views
C# Install Font into Windows Font Folder
I need to install a font on a client machine when my program is started and I know I need to use PInvoke to accomplish this but I am having trouble understanding what exactly PInvo …
1
vote
2answers
57 views
Create Linux install for Qt application.
Hi, I just made a great program with Qt Creator. I'm very pleased with myself. How do I move it from my desktop to my laptop?
So, the best way would be an installer right? And …
3
votes
5answers
106 views
Forcing Winforms install to make application to start when windows starts
How do I force a windows application, with a setup project being added to it, to install so that it will start everytime someone logs into windows?
Edit: I'm aware of the registr …
2
votes
1answer
52 views
Out of Memory Error in Eclipse
Hi. I am trying to install Spring framework in my eclipse ganymede through an update site http://springide.org/updatesite. But when it updates an error will occur in my ide which s …
