Installation for windows
Hi, firstly thanks for this plugin.
I just wanted to note that the readme for the win version should/could also include the new user profile path for Vista/7. That is
"C:\Documents and settings\%username%\.gimp-2.6\plug-ins" for XP
"C:\users\%username%\.gimp-2.6\plug-ins" for Vista/7
Also, to make things simpler, a shell script can be used
-------------
@echo off
if exist "%userprofile%\.gimp-2.6" (
copy /Y webexport.exe "%userprofile%\.gimp-2.6\plug-ins" >nul
echo Install OK!
) else Gimp folder not found!
pause
-------------
for installation and
-------------
@echo off
if exist "%userprofile%\.gimp-2.6\webexport.exe" (
del /f "%userprofile%\.gimp-2.6\plug-ins\webexport.exe" >nul
echo Uninstall OK!
) else echo Plugin file not found!
pause
-------------
for uninstallation. I understand some people don't like shell scripts (for some wacky reason) but this way it's definitively more convenient.
Regards
mikesuffer
Guest
Willkommen auf PSD-Tutorials.de
In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.
Nächster neuer Gratisinhalt
Statistik des Forums