I when I install my application with Innosetup creates a folder "Data" in Programmi86 and works well only that the application should create a folder "Data" and this other subfolders with files DBF.
in programmi88 \ family this folder there is (and is not even hidden) but the program works well in linking all archives
so I assume windows insert the DATA folder in another url of disk but I not Know where
the user needs to backup archives How I can do make to say from my app to create on folder .\family\data and not on other place ?
installing on win 7 and 8 and 10
- Silvio.Falconi
- Posts: 7136
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
installing on win 7 and 8 and 10
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: installing on win 7 and 8 and 10
Silvio,
the main installpath :
c_path := cFilePath(GetModuleFileName( GetInstance() ) )
from there You can define Your subdirectorys like
c_path1 := c_path + "SYSTEM\"
c_path2 := c_path + "IMAGES\"
A button with image would look like :
@ 25, 396 BTNBMP oBtnP[1] FILENAME c_Path2 + "User.bmp"
it is the way of my sub-directory-defines with NO problems at all
best regards
Uwe![Very Happy :D](./images/smilies/icon_biggrin.gif)
the main installpath :
c_path := cFilePath(GetModuleFileName( GetInstance() ) )
from there You can define Your subdirectorys like
c_path1 := c_path + "SYSTEM\"
c_path2 := c_path + "IMAGES\"
A button with image would look like :
@ 25, 396 BTNBMP oBtnP[1] FILENAME c_Path2 + "User.bmp"
it is the way of my sub-directory-defines with NO problems at all
best regards
Uwe
![Very Happy :D](./images/smilies/icon_biggrin.gif)
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Silvio.Falconi
- Posts: 7136
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: installing on win 7 and 8 and 10
Uwe,
perhaps you not understood me
I have a application made with fwh
I made the setup program with ISS ( innosetup)
When I install this exe setup on a pc with win7/8/10 Operating system innosetup instal the application on
C:\Program Files (x86)\Family
I see the folder and found
![Image](http://www.eoeo.it/wp-content/uploads/2015/12/uwe_dir.bmp)
ON win xp professional I have
![Image](http://www.eoeo.it/wp-content/uploads/2015/12/uwe_dir_2.jpg)
you can see some dbfs and a folder ( 2013) and other files as mem file
Why on windows seven I not see all these files ?
other files are into C:\Program Files (x86)\Family\2013\data\ but I not see it on win7/8/10 but I am surse the files are there but I not see them
perhaps you not understood me
I have a application made with fwh
I made the setup program with ISS ( innosetup)
When I install this exe setup on a pc with win7/8/10 Operating system innosetup instal the application on
C:\Program Files (x86)\Family
I see the folder and found
![Image](http://www.eoeo.it/wp-content/uploads/2015/12/uwe_dir.bmp)
ON win xp professional I have
![Image](http://www.eoeo.it/wp-content/uploads/2015/12/uwe_dir_2.jpg)
you can see some dbfs and a folder ( 2013) and other files as mem file
Why on windows seven I not see all these files ?
other files are into C:\Program Files (x86)\Family\2013\data\ but I not see it on win7/8/10 but I am surse the files are there but I not see them
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com