Results 1 to 2 of 2

Thread: inno setup question

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,364

    inno setup question

    what do i change the following line to..

    Code:
    Source: C:\Documents and Settings\R\FilesToInstall\logs.txt; DestDir: {app}; Flags: ignoreversion
    to make it store the logs.txt in a folder called 'Logs' in the application directory

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: inno setup question

    VB Code:
    1. Source: C:\Documents and Settings\R\FilesToInstall\logs.txt; DestDir: {app}\logs; Flags: ignoreversion

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width