PDA

View Full Version : OK I'll Ask Again <G>



NewsArchive
02-09-2007, 05:17 AM
What is a good, better, best way to retrieve the actual path of my common
data files after an SB6 install?
--
Lynn Howard
www.linkedsoftware.com

NewsArchive
02-09-2007, 11:24 AM
Lynn,

Sorry, Vista, the code signing certificates, etc. slowed down things here.

Microsoft recommends to use SHGetSpecialFolderLocation (use the
CSIDL_COMMON_APPDATA csidl).

The installer also makes use of this API ;-)

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing Certificate Partner

NewsArchive
02-09-2007, 11:24 AM
Thank you Friedrich!

Yes it helps and so does the code signing!

Lynn

NewsArchive
02-09-2007, 11:24 AM
You are very welcome ;-)

Friedrich

NewsArchive
02-10-2007, 07:48 AM
Lynn, I have some code that does this if you need it in your app. Email me.
--

Mark

NewsArchive
02-10-2007, 07:49 AM
Thanks Mark. Done.

NewsArchive
02-13-2007, 12:31 AM
Mark:
I could this code also, it would be very helpfull

thanks
Les

NewsArchive
02-13-2007, 12:32 AM
> I could this code also, it would be very helpfull

The code, and a project where it is used in context, is here:

http://www.clarionmag.com/cmag/v6/v6n04burncd.html

--

Mark