|
From: Jack on 6 May 2008 07:15 Hi, My program expects some parameter files stored relative to SHGetSpecialFolderPath. Now this is Application Data and in my VS2005 generated cab file I can hard code the directory as such. But what if the device points to a different folder with SHGetSpecialFolderPath() ? How can I code the cab file to dynamically deploy the files relative to SHGetSpecialFolderPath() ? TIA
From: Michael Salamone on 6 May 2008 07:50 Check here: http://msdn.microsoft.com/en-us/library/ms934880.aspx. If you can't find your favorite folder, maybe you can use a setup DLL to place the file wherever you want. Here's info about setup DLLs: http://msdn.microsoft.com/en-us/library/ms934867.aspx. -- Michael Salamone, eMVP Entrek Software, Inc. www.entrek.com "Jack" <notaround(a)dontmail.com> wrote in message news:lb2dnRhjJs5MoL3VnZ2dnUVZ8tChnZ2d(a)pipex.net... > Hi, > > My program expects some parameter files stored relative to > SHGetSpecialFolderPath. > > Now this is Application Data and in my VS2005 generated cab file I can > hard > code the directory as such. > > But what if the device points to a different folder with > SHGetSpecialFolderPath() ? > > How can I code the cab file to dynamically deploy the files relative to > SHGetSpecialFolderPath() ? > > TIA > > >
|
Pages: 1 Prev: MAPI - How to detect Send/Receive complete? Next: OnGetDispInfo memory managment |