it detects the sketchup installation directory and downloads sketchup if its not installed
sources:
should be easy to modify for your needs
nullsoft Installer for Plugins
10 posts
• Page 1 of 1
nullsoft Installer for Pluginsi created a nullsoft installer for sketchup plugins:
it detects the sketchup installation directory and downloads sketchup if its not installed sources: should be easy to modify for your needs Please, register (free) to access all the attachments on the forums.
Re: nullsoft Installer for PluginsThanks tdev, this is cool.
For those who don't know - the attachment is not a plugin; it is a configuration file for the nullsoft installer which is a tool used to make executable installers. (I've split this topic from the "Installer" thread.)
Re: nullsoft Installer for PluginsJim, tell me how this works and how it will help, I have no idea I dont think
Mike Don't worry about things you have no control over. Worry is a lack of Faith!
Re: nullsoft Installer for PluginsI think it will be of use to (ruby) developers as the end user won't have to copy files (scripts and such) to the SketchUp folders manually anymore, it will be automated.
Re: nullsoft Installer for PluginsMaybe collections can now be packaged together according to how appropriate they are to certain industries. Like having an installer package for architecture, etc.
Re: nullsoft Installer for Pluginsnice to see you like the idea
and yes it is intended to be used by ruby developers to ease the script installation for end users.(But it can be used to install anything in fact) I just modified the winamp plugin example that ships with nsis into what you see how to use: 1. download nsis: http://nsis.sourceforge.net/Download 2. put all your files you want to release into one directory 3. download that installer script into that direectory and rename to installer.nsi 4. modify the file installer.nsi with a text editor. Things you should change: Line 7: The name of the software you want to install. (Add version information):
Line 53: What files to install: change the File command (see here for more info)
if you want to change the output path you can use this function.
Line 73: The Instruction Website that is opened after the installation:
Line 10: Determines how the result executable will be named (not such important):
5. after modifying the file, right click on it and select "Compile NSIS Script" i hope that helps nsis has a lot capabilities, so lots of possible ideas for extensions... EDIT: Juju: the Nsis system can create categories for installable content, like you know "install full" or "install minimal" or select single categories, so everything possible also if you want to adopt this for all ruby plugins, we should use a common logo and icon, so the user recognizes it
Re: nullsoft Installer for PluginsVery good!Thanks!
![]()
Re: nullsoft Installer for Plugins
another competition!!!
Re: nullsoft Installer for Pluginswell, good luck with this, im out
Re: nullsoft Installer for PluginsI must have missed the Mac version.
SketchUcation One-Liner AdvertsAre you a Premium Member? Get your freebies here. Are you not> a Premium Member yet? Upgrade your account to grab these freebies instantly.
10 posts
• Page 1 of 1
|