Alternative NSIS script method
Status: Beta
Brought to you by:
portablegvim
The PortableGVim script use the command line switches
to pass the localtion of the vimrc file.
This method prevents using personal plugins, syntax
files or other directly from teh setting directory
(just like eth .vim folder in unix or the vimfiles
folder in windows).
Using an alternatove method nased on the environment
variables $VIM and $VIMRUNTIME might allow more
flexibilities.
As example I attached the nsis code I've made before
knowing your project. It might be full of buggs!
Thanks for your nice job.
SOme alternative Nsis script using environment variables
Logged In: YES
user_id=1522748
Sorry for the (too) long response time :-/
I think your idea is interesting. I will try to include your
suggestions in the next release.
Thanks for the attached file, too.
kampi