I want to do a custom install on windows but the installer does not allow any options for this. Is there a way that I can extract all the files from the install and set up manually?
I tried looking for the temp directory that is created when the installer runs to extract all the setup files to but was unable to locate it.
Specifically, I want to do an install without either apache or MySQL being installed. I plan to use IIS and already have MySQL installed.
I have searched for install instructions far and wide but have not found any that were particularly helpful. If anyone has any suggestions or resources they can point me too, it would be much appreciated.
Thanks in advance for any help or suggestions.
Windows Install - Extract Files from Installer
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Windows Install - Extract Files from Installer
Just grab the OTRS .zip source code (it's perl, so you don't need a "binary")
You'l need a perl interpreter, such as ActiveState Perl. Be ready to install relevant modules. Read the documentation.
You'l need a perl interpreter, such as ActiveState Perl. Be ready to install relevant modules. Read the documentation.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Windows Install - Extract Files from Installer
Thanks! I think I'll try it out on a non production server first just to work the kinks out.