Omar,
When I try to open your spreadsheet, I get an error message that says the file is in a diffrent format than specified by the extension. I tried in Excel 2007 and 2010. Can you try uploading the file again?
For your fonts question, I do the following to install fonts on the fly;
*!* Find the Font folder location...
objShell = CREATEOBJECT("WScript.Shell")
lcFontsFolder = objShell.SpecialFolders.Item("Fonts")
*!* Create a Windows Shell object to install Fonts...
According to Microsoft, Win32_Product class
http://msdn.microsoft.com/en-us/library/aa394378(VS.85).aspx
I do not think Inno uses Windows Installer, but it populates the registry below. I was able to get a list by looping through all these keys and getting the Display Name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.