-
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 ????
-
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