You are here

change firefox.exe filename

6 posts / 0 new
Last post
onesixtyfourth
Offline
Last seen: 12 years 10 months ago
Joined: 2008-09-11 05:00
change firefox.exe filename

Hi,

our IT department has added firefox to our virus list and the file firefox.exe gets deleted when you attempt to run it. To get around this I need to change the executables name but I can't find where I do this. I have looked through some of the files inside FirefoxPortable and found settings that appear to be pointing to the executable but changing these does not work. Is there a way I can do this.

m2
Offline
Last seen: 13 years 2 months ago
Joined: 2006-12-12 12:00
You have to recompile the

You have to recompile the sources. Install NSIS.
Open FirefoxPortable.nsi (or how is it named..) and replace all occurrences of Firefox.exe with MyFavouriteBrowser.exe.
Run makensisw (NSIS compiler). Drag and drop FirefoxPortable.nsi on makensisw window.
Rename Firefox.exe to MyFavouriteBrowser.exe.
While from the launcher perspective it's OK, I'm not sure whether Firefox will run with different name. Try and you'll know.

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
nope

see Johns steps below.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

John T. Haller
John T. Haller's picture
Online
Last seen: 26 min 24 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Simple

Just follow these easy steps:

  1. Copy the file FirefoxPortable.ini from the FirefoxPortable\Other\Source directory to the FirefoxPortable directory
  2. Open it up and change the line FirefoxExecutable=firefox.exe to something like betterbrowser.exe and save it
  3. In the FirefoxPortable\App\Firefox directory, rename firefox.exe to betterbrowser.exe

Then launch FirefoxPortable.exe as normal and enjoy. If they decide to block FirefoxPortable.exe as well, just rename it to BetterBrowserPortable.exe.

Important Note: If your IT department has said not to use certain software at work, it's usually a good idea to listen. It's not something worth risking your job over.

Sometimes, the impossible can become possible, if you're awesome!

onesixtyfourth
Offline
Last seen: 12 years 10 months ago
Joined: 2008-09-11 05:00
Thankyou

Worked a treat. As for the important note you are absolutely correct but I am a college lecturer teaching computing subjects and constantly battling our itu for better service. We teach web development for instance and are restricted to IE. This won't get me sacked but will provoke the arguments we need to have.

Thanks again.

Noli illegitimi carborundum

thevictor
Offline
Last seen: 15 years 7 months ago
Joined: 2008-03-24 12:54
Ouch

With web development, it's especially important to make sure your page works on multiple browsers... I even had trouble between IE and Firefox with a very very simple manually coded HTML page (function of "center" tag on images is different in IE 6 and Firefox 2). Good luck with an IT department that lists popular open-source programs as viruses though.

Log in or register to post comments