|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi all,
I'm trying to create and .ini file in the AllUsers area of Windows 7 with our application installation. We currently use a Wise product and the .ini is set to be created in the followig location... Windows Profiles All Users Application Data OurCompany Our Product AppUpdate.ini After install I checked both Users\Public and Default and found nothing. What am I doing wrong? I wonder if it is a shortcoming with the Wise product we're using. Any help is greatly appreciated! Even if we do get something written, I'm wondering if the .exe that references this location to grab .ini settings will find it on Windows 7 using CSIDL_COMMON_APPDATA. Thanks! |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
On Mar 4, 3:09*pm, Superfreak3 <mawa...@rcn.com> wrote:
> Hi all, > > I'm trying to create and .ini file in the AllUsers area of Windows 7 > with our application installation. *We currently use a Wise product > and the .ini is set to be created in the followig location... > > Windows > * Profiles > * * All Users > * * * Application Data > * * * * OurCompany > * * * * * Our Product > * * * * * * AppUpdate.ini > > After install I checked both Users\Public and Default and found > nothing. > > What am I doing wrong? *I wonder if it is a shortcoming with the Wise > product we're using. > > Any help is greatly appreciated! > > Even if we do get something written, I'm wondering if the .exe that > references this location to grab .ini settings will find it on Windows > 7 using CSIDL_COMMON_APPDATA. > > Thanks! It created it in ProgramData!! |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
ini is not is::
"Superfreak3" <mawa316@rcn.com> wrote in message news:02640bd9-8323-462c-ba49-37fac3eed574@m37g2000yqf.googlegroups.com... > Hi all, > > I'm trying to create and .ini file in the AllUsers area of Windows 7 > with our application installation. We currently use a Wise product > and the .ini is set to be created in the followig location... > > Windows > Profiles > All Users > Application Data > OurCompany > Our Product > AppUpdate.ini > > After install I checked both Users\Public and Default and found > nothing. > > What am I doing wrong? I wonder if it is a shortcoming with the Wise > product we're using. > > Any help is greatly appreciated! > > Even if we do get something written, I'm wondering if the .exe that > references this location to grab .ini settings will find it on Windows > 7 using CSIDL_COMMON_APPDATA. > > Thanks! |
|