Results 1 to 2 of 2

Thread: InnoSetup Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    118

    InnoSetup Question

    My program uses some Fonts that are not available in every system... and uses some OCX that needed to be installed in system32 folder.

    How can i load My Fonts to fonts folder in windows, and also how to load OCX files to system32 folder, in the Installing Process ????
    Sometimes you feel that you can not live without people

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: InnoSetup Question

    OCX, See this..
    http://www.jrsoftware.org/isfaq.php#ocx

    FONTS: (Example)
    Code:
    Source: "Redist\brushsci.ttf"; DestDir: "{fonts}"; FontInstall: "Brush Script MT Italic"; Flags: onlyifdoesntexist uninsneveruninstall

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