  PetePuma How many lumps do you want Premium,MVM join:2002-06-13 Arlington, VA | reply to Candle4 Re: Anyone using NSIS installer?
I don't have a good example to post-- we make heavy use of macros within our NSIS stuff.
But that's the basic idea-- call SetOutPath, and then call File for each file to install to that particular path. |
|
  Candle4 Lost Soul Premium join:2005-04-26 Henning, MN
1 edit | reply to PetePuma I guess if I could see the line how you do it that would work a little better for me as I'm real new to using this installer. SetOutPath $INSTDIR\subdir1 File somefile.aaa File somefile.bbb SetOutPath $INSTDIR\subdir2 File somefile.ccc File somefile.ddd -- »www.candles-weblog.us/news/ My Blog
I'm so lost with out my puppy. |
|
  PetePuma How many lumps do you want Premium,MVM join:2002-06-13 Arlington, VA | reply to Candle4 You just SetOutPath to a directory, and it will create it if it doesn't already exist. |
|
  Candle4 Lost Soul Premium join:2005-04-26 Henning, MN
| I was trying to find how you do folders in the script and can't seem to find it. I know how to do the files in the script but how to have it load the subfolders you have with your program. -- »www.candles-weblog.us/news/ My Blog They say I'm crazy , I think their right. |
|