Prev: only one restore point
Next: Removing d-xdiag10bc virus
From: Rex2010 on 15 Jul 2010 03:30 I am wondering how to make an app portable on PC? I know about PortableApps.com. I am actually asking how to make on by myself?
From: Nick L. Odeon on 15 Jul 2010 11:23 For $10,000 I will teach you. "Rex2010" <Rex2010.4e58il(a)no.email.invalid> wrote in message news:Rex2010.4e58il(a)no.email.invalid... : : I am wondering how to make an app portable on PC? : : I know about PortableApps.com. I am actually asking how to make on by : myself? : :
From: Randem on 15 Jul 2010 16:08 Define what you mean??? You want your app to be able to be installed on every OS? You want your app to be installed on Apple computers? You want your app to be installed on other Win XP systems... To get a good answer you first need a good question... -- The Top Script Generator for Jordan Russell's Inno Setup - http://www.randem.com/innoscript.html Free Utilities and Code - http://www.randem.com/freesoftutil.html "Rex2010" <Rex2010.4e58il(a)no.email.invalid> wrote in message news:Rex2010.4e58il(a)no.email.invalid... > > I am wondering how to make an app portable on PC? > > I know about PortableApps.com. I am actually asking how to make on by > myself? > >
From: pjp on 15 Jul 2010 21:32 Basically it's just a matter of insuring EVERYTHING the software needs to run is available to it ... For some it's almost trivial. Just copy what's in the install folder and go. Most others ... Any dll's or other auxilary files are included in the distribution. Better yet, don't depend on any of these and write ALL the code yourself (so it's just a single exe file) as it's unlikely you can change someone else's. Stay away from ANYTHING and EVERYTHING that is an "extra" in the OS. You can't depend on any of these subsystems to be installed. That's for starters. Basically you better be somewhat familiar with programming if for no other reason than to know how programs actually work. "Rex2010" <Rex2010.4e58il(a)no.email.invalid> wrote in message news:Rex2010.4e58il(a)no.email.invalid... > > I am wondering how to make an app portable on PC? > > I know about PortableApps.com. I am actually asking how to make on by > myself? > >
From: Unknown on 16 Jul 2010 14:41
What is YOUR definition of portable? "Rex2010" <Rex2010.4e58il(a)no.email.invalid> wrote in message news:Rex2010.4e58il(a)no.email.invalid... > > I am wondering how to make an app portable on PC? > > I know about PortableApps.com. I am actually asking how to make on by > myself? > > |