Don't get me wrong, because this is already some great functionality, but would you consider at some point expanding this so that you could specify a subdirectory under the parent for each of the specified directories? Typically when I set up my projects I'll put things like images in their own directory under the root.
----- Original Message ----- From: "George Henne" <[email protected]> To: [email protected] Sent: Tuesday, March 2, 2010 2:08:46 PM GMT -05:00 US/Canada Eastern Subject: Re: [nsbasic-ce] Re: Package misc. files for deployment Yes, Dir to Include lets you include a whole directory of files with your installer. Version 8.2 lets you specify a list of directories, so now you can have more than one. This feature is especially useful if you have a number of images or sounds to be included in your project. Just put them in a directory in your development folder, and add the name of the directory to Dir to Include. The current installer puts everything into the home directory in \Program Files on the device. The only exception is that you can also specify "Windows" in the resource's Install To. >That helps a lot, not sure how I missed it before. > >Related questions: > >Reading TN30, "Dir to Include" appears to be an alternative to adding >several files individually as Resources and setting them to Resource >Type = Installer File. Did I interpret this correctly? > >When do things like data files get deployed to SpecialFolder(26), which >seems to be APPDATA ("Application Data")? The CommonDialog sample >project seems to be expecting this. > >--- In [email protected] , "George Henne" <g...@...> wrote: >> >> Dir to Include and Install Dir are documented here: >> < http://www.nsbasic.com/ce/info/technotes/TN30.htm > >> >> Let me know if you have questions! > > > > >------------------------------------ > >Yahoo! Groups Links > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
