Portable applications are applications that can be used on a portable device.

learn more… | top users | synonyms

0
votes
1answer
17 views

I wan to know, can portable WPF application with Ribbon feature work on windows XP?

I wan to know, can portable WPF application with Ribbon feature work on windows XP? If yes then what extra upgrades I have to do ?
0
votes
2answers
63 views

Chrome Portable on read only device: Suppress read only warning

I'm making a windows app for a client using Chrome in kiosk mode. They'd like to burn the project to CD. While this works fine with chrome portable on a read access device it doesn't with a read only ...
0
votes
0answers
98 views

PrintPreview dialog is not showing up when application is portable

I have a weird problem. I have a C# (.NET 2.0) Windows application that needs to be portable (IE: To be self-contained, that has all its required DLLs in its own folder to work). In this application, ...
5
votes
1answer
126 views

making proprietary ELF binaries portable on Linux

I am searching for a way to make existing proprietary ELF-binaries, which are linked against specific versions of system libraries, portable. With portable I mean making the executable work on every ...
0
votes
1answer
133 views

is there any Netbeans or Eclipse C++ portable with mingw include?

Im looking for Netbeans or Eclipse Portable version with C++ plugin and MinGW already integrate, i want to have this on a pendrive, and not to have to setup anything but i dont have any problem if the ...
0
votes
3answers
161 views

Are there any portable versions of Git for Mac OSX?

I'd like to be able to do some development work on public/borrowed computers (where I have no root privileges) and I've managed to get most of my tools working off of a USB stick but I still haven't ...
0
votes
1answer
178 views

deploying VB.net website with MySQL server database into portable device (pendrive)

I have developed a web application using VB.net with MySQL database, now I need to deploy this application to a portable device such as pendrive/harddisk so user can use this application through the ...
0
votes
2answers
131 views

How to install Github on USB Drive?

Is it possible to Github and Powershell on a USB drive. And I need it to work just like it would on my computer. Like open the shell through the Github and open the shell from selecting a repository. ...
0
votes
1answer
43 views

Which language shall I choose to create portable windows gui client that can do web service(REST) talk with my php web server? [closed]

We have an web server running cakephp that provides REST web service. Now we need to create a portable window client in simple .exe (with window form gui) that can talk with the web service in https ...
0
votes
1answer
155 views

Powershell application portable

Where i can download powershell portable? I know that carl posser create it, but site portablepowershell.com does not work and google don't help me =(. Any body have portable powershell v2 ?
0
votes
2answers
253 views

Use NSIS to create both normal install and portable install

We currently package Bitfighter for Windows using NSIS, and (sometimes) manually create a separate archive for running the game portably. I'm hoping to streamline the process to make building a ...
0
votes
1answer
61 views

Portable application on usb updating registry

I want to write a portable application which resides on a USB. When usb attached to pc, the application automatically starts and it may set entry to registry. I want to remove these entries when USB ...
0
votes
1answer
68 views

portable module in Python or Perl to edit xls and save xls as csv?

I am on a network and computer where nothing can be installed. On this computer i run portable apps through a USB, however I need also to to edit xls, and save as csv. Since i cannot install anything ...
5
votes
2answers
190 views

Deploy R script in a portable usb form

I have an R script which I want to deploy so that it's idiot-proof, one click runs it etc. Unfortunately I don't have the means to pay for a server, and the environment in which it needs to run does ...
0
votes
3answers
57 views

How can you see what import fails in an imported module?

I need to make a portable app to put on a device and I want to put only the modules needed so there will not be all the standard modules so I need to see what my app needs, but if that module misses ...
0
votes
1answer
207 views

Flowplayer (3.1.4) not working on Portable Firefox (1.7.3.0)

My problem is very similar to this and this The difference is I am trying to make it work on portable-Firefox Here's the relevant js/html code: <table id="videoBox" border="0" width="541px" ...
-1
votes
1answer
163 views

100% portable IDE (that is, works *fully* on a pen drive) & C++ compiler (Windows) [duplicate]

Possible Duplicate: Portable Programming IDE (cross-post from /r/programming @ reddit) It doesn't need to be a full-blown IDE, a compiler would do (though syntax highlighting would be ...
1
vote
4answers
376 views

How to run Emacs and Cygwin from a portable drive

I am successfully running Emacs from a portable drive (USB stick) but when I try to use diff functions I run into trouble. I've installed cygwin and it works with Emacs when I add the path to diff.exe ...
4
votes
1answer
968 views

Truly Portable Git

I'm trying to create a fully portable version of git on a USB drive with it's own SSH keys and I want it to work regardless of the drive letter windows gives it. I've installed portable git and most ...
0
votes
1answer
930 views

Where can I get Portable Internet Explorer 8 with Flash Player support and Chrome Frame?

I searched everywhere and have not found any site where it says that the Portable IE8 has Flash Player and Chrome Frame support. So, where can I get Portable Internet Explorer 8 with Flash Player ...
1
vote
1answer
84 views

Make a cd run a php website NOT on windows

I Have the needs to run a php+sqlite (or mysql...) website from a cd. For windows I found a nice solution (xampp) but I need to make the cd compatible with osx and linux too! So I basically want to ...
0
votes
0answers
123 views

how to get php binary dir in 5.4 php.ini (to make it more portable)?

Since 5.4 there is magic constant PHP_BINARY and it works even when in php.ini file, but now since I do not have access to the full php engine I do not know how to truncate this correctly resolved ...
4
votes
2answers
728 views

How to keep an Eclipse installation in sync between multiple platforms with Dropbox?

Setting up Eclipse on each machine I work it a real headache and I want to keep the Eclipse files and configuration in-sync between several machines. I want to keep Eclipse in sync on OS X, Linux and ...
0
votes
2answers
283 views

Portable PHP Debug

I'm using XAMPP Lite for USB Drive. I also found fully functional Netbeans portable version. The problem is I can't install XDebug because of path problem. For ex. on my local PC server PHP.ini ...
1
vote
1answer
1k views

Creating portable Matlab

I would Like to create a Portable MATLAB Application from the existing installation. Anyone please provide info regarding this, i.e., How to create Portable MATLAB?
0
votes
1answer
467 views

Launch Portable Google Chrome with supplied parameters from flash drive on Mac OSX

As the title suggests, I want to write a shell command to open google chrome portable (with supplied parameter) which is installed on the flash drive also. I am trying to do it as follows: open ...
0
votes
1answer
1k views

Make .NET Framework 4 wpf application portable or more reliable to install

I am required to create a simple application. Since I am good at WPF and I don't know win forms that good I implemented my application by creating a .Net Framework 4.0 WPF project in Visual Studio. ...
0
votes
1answer
190 views

Portable(in USB drive) C# CRUD apps

I need to write app from C# that do CRUD with database.and also it shuld look up for .net framework and install it if particular pc doesn't have it.user must be able to do crud things from the place ...
1
vote
1answer
668 views

How to integrate Eclipse Portable with Java Portable?

I recently downloaded Eclipse Portable to do some Java Programming anywhere. I also downloaded Java Portable. How can I integrate Java Portable with Eclipse Portable? I know that on the "installed" ...
0
votes
2answers
342 views

Portable Windows Form Application [duplicate]

Possible Duplicate: Is there some way to compile a .NET application to native code? Running .net based application without .NET Framework I wanna make C# windows form application that ...
0
votes
1answer
71 views

Portable server with support for SSI

I need a portable small server that supports SSI (server Side Includes). Does anybody know of any portable (i.e. doesn't need installing to work, this way I can put in on my flash drive) servers that ...
2
votes
6answers
817 views

c++ IDE on usb?

is there any c++ compiler i can put on a usb or external harddrive and use it on any other computer? the school computjers in my library dont have an ide... or a compiler installed... P.S the school ...
2
votes
2answers
396 views

tcltk in portable R

I am using portable R and I want to try the sqldf package a bit, I can load the sqldf package, but running a sql statement and gives me this message: > sqldf("select * from BOD where Time > 4") ...
3
votes
1answer
193 views

.NET Portability Warning: CA1901 PInvoke Declarations Should Be Portable

When I add the following lines into my code [DllImport("user32.dll")] static extern void keybd_event(byte key, byte scan, int flags, int extraInfo); and run a code analysis against Microsoft Basic ...
0
votes
1answer
593 views

Change Default Print Page Setup in Portable Firefox

In portable Firefox 5 when you print there is the "Page Setup" that allows you to enable print background colors and a tab to change "Margins & Header/Footer". The questions is: This only seems ...
0
votes
4answers
411 views

Easy Deploying of Python and application in one Bundle , For Linux

I Develop Fairly large python application on server side , with all database connect , files extraction , parsing , command line calls. It becomes a nightmare for deploying as i used many third party ...
1
vote
2answers
281 views

What is the portable way in CMake to determine the size of a file?

I need to determine the number of bytes in an arbitrary file via a CMake script, but in a portable manner. This file may be large, so reading it in with the file(READ...) command and counting the ...
1
vote
1answer
122 views

preloading images not working on dsi

I have made a script that preloads a sprite sheet for using in this with CSS sprites, but doesn't show up on the dsi. Here is my current revision. Please tell me where I have gone wrong. Or suggest ...
1
vote
0answers
186 views

Is there any free SDK to create a portable virtual printer?

my needs is to run with (if possible) the same code on * *BSD * MacOsX * Linux * Windows and the preferred language is Java, but possibly C, C++, Perl, Ruby, Python. It can be a PDF printer, but ...
1
vote
2answers
426 views

Portable .net applications

By portable I mean in installer-less application kind of way. Can I somehow bundle the .net framework (or just the assemblies it depends on) with my application so it could run on any Windows system ...
6
votes
2answers
1k views

Can I use git without installing?

I have heard good things about git and I would like to try it out before installing it. This would also be great to put it on a flash drive if I wanted to use git at school. Is it possible to use the ...
2
votes
1answer
566 views

RAMdisk without previous instalation with user privileges (portable mode) on windows

Is there a way to use some kind of RAMdisk without previous instalation of RAMdisk software of any kind with user privileges on system windows (XP, Vista or 7 at least)?
1
vote
3answers
2k views

portable IIS or other server for asp.net app

I'm looking for a portable version of server for simple app (no db) writen in asp.net 4. I need to present it from pendrive in few places and I don't know what systems there are. Is something like ...
5
votes
3answers
1k views

Portable Standalone C# compiler

I'm building an application that I need to work on on the move, I have access to many PC which I don't have admin right to install softwares on. I use C# so I want to have a portable edition of C# or ...
0
votes
1answer
279 views

Getting Firefox 4 and Firefox 3.6.16 portable to work at the same time

I have installed Firefox 4.0 on Windows XP, but for some legacy applications I need sometimes to use Firefox 3.6.16, so I installed: Firefox 4 in C:\program files\Mozilla Firefox Firefox 3.6.16 ...
0
votes
4answers
838 views

Can't start the portable version of NetBeans 6.9.1 IDE

I downloaded the portable version of netbeans netbeans-6.9.1-201007282301-ml.zip from the netbeans site and changed the config file in etc/netbeans.conf as indicated on the netbeans site. The file ...
6
votes
3answers
688 views

Recommendation for multi-platform, portable, learning mode Git GUI?

Any recommendations for a good Git GUI. Should ideally have the following characteristics: Not be very limiting i.e. can support relatively complex functions e.g. rebase, no-ff Shows Git commands ...
4
votes
2answers
764 views

Convert portable msysGit to full installed equivalent (but still be portable)

Being a fan of portable apps (even when running on my primary workstation), I use the portable version of msysGit, however, it does not install the shell hooks, environment variables, GUI setup, icons ...
8
votes
3answers
2k views

Is there an easy way to put my entire installation of Intellij on a USB stick?

I'm considering switching from Eclipse to Intellij. One thing I like about Eclipse is that the whole installation is just a folder, and I can put that on a USB stick and copy it to another computer ...
2
votes
2answers
193 views

How are portable apps called by the system when needed (eg file association)?

There are a few implementations of portable apps in Linux, but it seems that all Mac OS X apps are portable. Since Mac OS X completely embraces this model, I'm assuming they already have a solution to ...

1 2