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.
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
see Johns steps below.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
Just follow these easy steps:
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!
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
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.