5

I know there are things like XAMPP thats portable, but it does not use latest version of the software, can I build my own?

I prefer portable stuff as they don't require installs, won't be affected if I format my Windows

Jiew Meng
  • 1,355
  • 2
  • 22
  • 33

3 Answers3

1

XAMPP already is portable if you run it from the root of a drive (that is, X:\ and not X:\Path\) and you don't run the setup script.

There are alternatives but none of them can hold a candle to XAMPP.

digitxp
  • 14,884
0

There are a few guides that you can find on Google that show how to update the versions of software that they have

Eg: http://thephpcode.blogspot.com/2008/06/upgrading-mysql-with-xampp-installed.html

TheLQ
  • 2,917
0

You can install Apache, PHP, and MySQL manually. Here is a detailed instruction on another superuser thread.

Place your files in drive D instead of placing it in drive C. Should you reformat your drive C, you only need to reinstall the Visual C++ runtimes (needed by PHP and Apache binaries) and the Apache and MySQL windows services. Your files and configuration (httpd.conf, php.ini) are unaffected.

kosinix
  • 267