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,335
  • 1
  • 22
  • 32

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,432
  • 9
  • 56
  • 76
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,849
  • 5
  • 31
  • 38
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
  • 277
  • 1
  • 3
  • 7