- Messages
- 371
- Country

Hi,
I need a huge help.
As I prepare the finale version of my project PA 320 with FMC, and this project will be difficult to install for people who have small knowledge of Windows, because the aircraft requires to install the 2 DLL files by copy in the right folders, a special VC sound folder to copy, the creation of the specific folder to store the airports database used by the FMC, the creation of a .ini file in this folder to write the path of the folder where FSX saves its flightplans and requires to add in the DLL.XML file the declaration of the 2 DLL use by the FMC.
So, I want to create an installer program that will do all this work automatically.
But the problem is that I know only coding in XML (but it is impossible to create an installer in XML) and in VB6 (Visual Basic 6) , an old programmation language.
This old language is a 32bit language and I have only the french version and I have only Win XP 32.
So, if I realize an installer, I must use the Windows API to enter in the Windows register to get the FSX paths folders.
Thus, before begin to write this program, I need to know, if It can run under other Windows version and language. (XP other that french version, Vista, Seven 32, Seven 64 )
Thus, I wrote a very very little test program in VB6 which use the 3 Windows API which are essential to create an installer, and I need you to know if this test program run on your computer.
If the program works properly, you will see just a Window that display the 3 essentials paths of your FSX configuration that I need, like this :
I have uploaded this progam test in a ZIP file, with the following link :
Link to download program test : Test Setup.exe
Test procedure , please folow Step by Step:
Unzip the file in a temp folder of your choice (location has no importance) .
This ZIP files contains 3 files :
- Setup1.exe
- Setup2.exe
- Setup3.exe
These little programs are just a small windows and do anything else that read the Windows register. Setup2.exe and Setup3.exe copy 1 and 2 Visual Basic Dll file in the "windows\system" folder in the case of your OS cannot decode my VB6 program.
No risk for your Windows !
I ask to you to test in order (setup1.exe in first, the setup2.exe if setup1.exe doesn' work......, to have the right information about your FSX configuration paths and no error mesage box.
If Setup1.exe works, don't execute Setup2.exe.... if Setup1.exe dosn't works, but Setup2.exe works, don't execute Setup3.exe. if nothing work, do the test again in administrator mode and in the same order
I need the following feedback :
1 - If one of the Setup(x).exe works on your computer
2 - From what version of Setup(x).exe, that's works
3 - Your Windows version ( Vista, Seven 32 or Seven 64)
4 - The country of your Windows version
5 - If you got a error mesage box, which message, and with wihch Setup(x) version
6 - if requires to be in administrator mode
If one of the version works, check if the 3 paths are right.
That will be great if someone who has his FSX on other folder or Drive that the default installation location (C:\Porgam Files\Microsoft Games\....) do the test.
Thanks for the feedback, but without these information, I can't write an installation program. And I don't want lost my time to write an installer which works only under Windows XP
This test takes 2 minutes, so please if you can do it and feedback .
If one of this test program works with all Windows version, I will write an universal Aircraft installer, that will be free for freeware authors.
Many thanks
Francois Dore
I need a huge help.
As I prepare the finale version of my project PA 320 with FMC, and this project will be difficult to install for people who have small knowledge of Windows, because the aircraft requires to install the 2 DLL files by copy in the right folders, a special VC sound folder to copy, the creation of the specific folder to store the airports database used by the FMC, the creation of a .ini file in this folder to write the path of the folder where FSX saves its flightplans and requires to add in the DLL.XML file the declaration of the 2 DLL use by the FMC.
So, I want to create an installer program that will do all this work automatically.
But the problem is that I know only coding in XML (but it is impossible to create an installer in XML) and in VB6 (Visual Basic 6) , an old programmation language.
This old language is a 32bit language and I have only the french version and I have only Win XP 32.
So, if I realize an installer, I must use the Windows API to enter in the Windows register to get the FSX paths folders.
Thus, before begin to write this program, I need to know, if It can run under other Windows version and language. (XP other that french version, Vista, Seven 32, Seven 64 )
Thus, I wrote a very very little test program in VB6 which use the 3 Windows API which are essential to create an installer, and I need you to know if this test program run on your computer.
If the program works properly, you will see just a Window that display the 3 essentials paths of your FSX configuration that I need, like this :
I have uploaded this progam test in a ZIP file, with the following link :
Link to download program test : Test Setup.exe
Test procedure , please folow Step by Step:
Unzip the file in a temp folder of your choice (location has no importance) .
This ZIP files contains 3 files :
- Setup1.exe
- Setup2.exe
- Setup3.exe
These little programs are just a small windows and do anything else that read the Windows register. Setup2.exe and Setup3.exe copy 1 and 2 Visual Basic Dll file in the "windows\system" folder in the case of your OS cannot decode my VB6 program.
No risk for your Windows !
I ask to you to test in order (setup1.exe in first, the setup2.exe if setup1.exe doesn' work......, to have the right information about your FSX configuration paths and no error mesage box.
If Setup1.exe works, don't execute Setup2.exe.... if Setup1.exe dosn't works, but Setup2.exe works, don't execute Setup3.exe. if nothing work, do the test again in administrator mode and in the same order
I need the following feedback :
1 - If one of the Setup(x).exe works on your computer
2 - From what version of Setup(x).exe, that's works
3 - Your Windows version ( Vista, Seven 32 or Seven 64)
4 - The country of your Windows version
5 - If you got a error mesage box, which message, and with wihch Setup(x) version
6 - if requires to be in administrator mode
If one of the version works, check if the 3 paths are right.
That will be great if someone who has his FSX on other folder or Drive that the default installation location (C:\Porgam Files\Microsoft Games\....) do the test.
Thanks for the feedback, but without these information, I can't write an installation program. And I don't want lost my time to write an installer which works only under Windows XP
This test takes 2 minutes, so please if you can do it and feedback .
If one of this test program works with all Windows version, I will write an universal Aircraft installer, that will be free for freeware authors.
Many thanks
Francois Dore
Last edited:


