Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 13th September 2005, 08:31   #1
Seo
Guest
 
Posts: n/a
Ignoring hidden files

I know that "File /r *.*" command includes all files, even hidden ones. I want to make installer exe from our project folder, which contains several hidden files that should not be distributed. (We use Subversion to control data.)

I've searched this forum, and the only solution seems to create script file with manually typing all "un"-hidden files' name with "File" command.

Is there any fancy methods? Or does "File" command have special option that excludes hidden files?
  Reply With Quote
Old 13th September 2005, 13:13   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
Use the /x switch to exclude files.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 14th September 2005, 02:13   #3
Seo
Guest
 
Posts: n/a
Thanks!

Using multiple /x options give me a desired result.
Thank you for your reply~
  Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump