MSFN Forum: Drivers Installer Assistant v.5.4.15 Final - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Drivers Installer Assistant v.5.4.15 Final [Tool] Quick install drivers from DriverPack's for PostInstall Win Rate Topic: -----

#1 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

  Posted 18 January 2010 - 06:32 AM

Drivers Installer Assistant (Version 5.4.15 - Final)
Home Page of Project / Official Forum of Project

The Program is intended for quick installation driver device on computer with already installed by operating system. For installing are used beforehand prepared or jumped with the other site packages driver.

driverpacks for program possible to take here...
http://driverpacks.net/
http://driverpacks.s...packs/Nightlies
http://3rdpartydrive...om/wnt5_x86-32/
http://forum.driverpacks.net/
http://forum.oszone....ead-134115.html
http://forum.oszone....read-91146.html

Installation driver Itself is produced by means of utilities DPInst from Microsoft.
The Program allows to keep the base a driver for several operating systems (OS) immediately. For work with driver for necessary OS, necessary simply to choose the tabs. If you lack of defaulted supports OS, you may themselves add new OS through menu Service-Options-Supported OS.

Screenshots of Program
Posted Image
Posted Image
Posted Image

MAIN FEATURES:
[-]MultiLanguage interface (need TEST)
[-]Work with any package driver (archives 7z, zip)
[-]Functioning both under 32 bit, and under 64 bit
[-]Possibility group and selective installation driver
[-]Skill to process files finish in package Bashrat's
[-]Transparent adjusting the program (all parameters change through adjustment). All adjustment is kept in one ini-file
[-]Quick making the base driver (also possibility to create all Database one button)
[-]Friendly and supportive interface
[-]Viewing the list device for local PC
[-]Viewing database for package driver
[-]Possibility to work with any disk
[-]Possibility to add and start from interface of the program additional utilities (the menu of the service-Options use for accompaniment additional utilities). Can be used as autorun for your CD\DVD
[-]Checking for update through internet
[-]Silent installation

Supported OS: Windows 2000 and more later

Before start the program packages driver necessary to place in certain directories.
By default this directories drivers\<folder for OS>
\drivers\XP\
\drivers\Vista\
\drivers\Vista64\

Link on the last release of the program!

Download links:
Full Version 5.4.15

Mirror
Mirror
MD5: 8c793076739eda4e8e8c560abff01224
VirusTotal.com report

Full Version 3.12.12
Mirror
Mirror
MD5: 62588040401d56c97cce35f1b74b1be5
VirusTotal.com report

[url=http://www.adia-project.net/Project/history_en.txt]Full list of the change

Programm is written on VB6, so you can will be necessary some libraries. For installing the libraries you can download and install VB runtimes. Main libraries are enclosed in in body of the program.

At error program will offer to create the log. Send on mail at finding such.
Also advisable at error to enable debugging mode in adjustment and created log also to attach to letter

P.S. Beforehand excuse me for my english. Basically I use the automatic translator.

This post has been edited by Romeo91: 15 April 2013 - 06:48 AM



#2 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 19 January 2010 - 07:23 AM

The following line in the language file is wrong IMHO
RezimUpd = Creation or updating \r\nbases driver
I think should be driver basis or basis of drivers

I would like to ask why in the section [Lang] the version is 1.04

I understand Russian better than English, but I cannot use Russian file and compare with English one or translate it as it is coded ANSI

#3 User is offline   jinkazama 

  • Member
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 16-November 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 19 January 2010 - 04:43 PM

Update Drivers Installation Assistant 2.3.5

Full distribuition program 2.3.5
mirror

This post has been edited by jinkazama: 19 January 2010 - 06:20 PM


#4 User is offline   jinkazama 

  • Member
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 16-November 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 19 January 2010 - 06:14 PM

@Romeo91: there is line 54 not translatable

Quote

mnuLangStart=Использовать выбранный язык при запуске (отмена автовыбора)

Posted Image

Please fix it :)

P.S. Which ID for italian language?
Russian ID = 0419
English ID = 409

This post has been edited by jinkazama: 19 January 2010 - 06:25 PM


#5 User is offline   BadPointer 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 16-December 09

Posted 19 January 2010 - 11:49 PM

I hope this will be helpful.
	case 0x0009: // English
	case 0x0c09: // English (Australia)
	case 0x2809: // English (Belize)
	case 0x1009: // English (Canada)
	case 0x2409: // English (Caribbean)
	case 0x4009: // English (India)
	case 0x1809: // English (Ireland)
	case 0x2009: // English (Jamaica)
	case 0x4409: // English (Malaysia)
	case 0x1409: // English (New Zealand)
	case 0x3409: // English (Philippines)
	case 0x4809: // English (Singapore)
	case 0x1c09: // English (South Africa)
	case 0x2c09: // English (Trinidad)
	case 0x0809: // English (United Kingdom)
	case 0x0409: // English (United States)
	case 0x3009: // English (Zimbabwe)
	case 0x3c09: // English (Hong Kong)
	case 0x3809: // English (Indonesia)
		lang = "en";break;

	case 0x000c: // French
	case 0x080c: // French (Belgium)
	case 0x2c0c: // French (Cameroon)
	case 0x0c0c: // French (Canada)
	case 0x240c: // French (Congo, DRC)
	case 0x300c: // French (Cote d'Ivoire)
	case 0x3c0c: // French (Haiti)
	case 0x040c: // French (France)
	case 0x140c: // French (Luxembourg)
	case 0x340c: // French (Mali)
	case 0x180c: // French (Monaco)
	case 0x380c: // French (Morocco)
	case 0xe40c: // French (North Africa)
	case 0x200c: // French (Reunion)
	case 0x280c: // French (Senegal)
	case 0x100c: // French (Switzerland)
	case 0x1c0c: // French (West Indies)
		lang = "fr";break;

	case 0x000a: // Spanish
	case 0x3c0a: // Spanish (Paraguay)
	case 0x240a: // Spanish (Colombia)
	case 0x140a: // Spanish (Costa Rica)
	case 0x1c0a: // Spanish (Dominican Republic)
	case 0x300a: // Spanish (Ecuador)
	case 0x440a: // Spanish (El Salvador)
	case 0x100a: // Spanish (Guatemala)
	case 0x480a: // Spanish (Honduras)
	case 0x0c0a: // Spanish (International Sort)
	case 0x340a: // Spanish (Chile)
	case 0x4c0a: // Spanish (Nicaragua)
	case 0x080a: // Spanish (Mexico)
	case 0x280a: // Spanish (Peru)
	case 0x500a: // Spanish (Puerto Rico)
	case 0x040a: // Spanish (Traditional Sort)
	case 0x380a: // Spanish (Uruguay)
	case 0x200a: // Spanish (Venezuela)
	case 0x180a: // Spanish (Panama)
	case 0x2c0a: // Spanish (Argentina)
	case 0x400a: // Spanish (Bolivia)
	case 0x580a: // Spanish (Latin America)
	case 0x540a: // Spanish (United States)
	case 0x200a: // Spanish (Venezuela)
		lang = "sp";break;
/*
	case 0x0007: // German
	case 0x0c07: // German (Austria)
	case 0x0407: // German (Germany)
	case 0x1407: // German (Liechtenstein)
	case 0x1007: // German (Luxembourg)
	case 0x0807: // German (Switzerland)
		lang = "de";break;
*/
	case 0x002c: // Azeri
	case 0x742C: // Azeri (Cyrillic)
	case 0x082C: // Azeri (Cyrillic, Azerbaijan)
	case 0x782C: // Azeri (Latin)
	case 0x042C: // Azeri (Latin, Azerbaijan)
		lang = "az";break;

	case 0x0010: // Italian
	case 0x0410: // Italian (Italy)
	case 0x0810: // Italian (Switzerland)
		lang = "it";break;

	case 0x0019: // Russian
	case 0x0419: // Russian (Russia)
	case 0x0819: // Russian (Moldova)
		lang = "ru";break;

	case 0x0022: // Ukrainian
	case 0x0422: // Ukrainian (Ukraine)
		lang = "ua";break;

	case 0x001f: // Turkish
	case 0x041f: // Turkish (Turkey)
		lang = "tr";break;

	case 0x0027: // Lithuanian
	case 0x0427: // Lithuanian (Lithuania)
		lang = "lt";break;

	case 0x0013: // Dutch
	case 0x0413: // Dutch (Netherlands)
	case 0x0813: // Dutch (Belgium)
		lang = "nl";break;
/*
	case 0x0001: // Arabic
	case 0x1401: // Arabic (Algeria)
	case 0x3C01: // Arabic (Bahrain)
	case 0x0C01: // Arabic (Egypt)
	case 0x0801: // Arabic (Iraq)
	case 0x2C01: // Arabic (Jordan)
	case 0x3401: // Arabic (Kuwait)
	case 0x3001: // Arabic (Lebanon)
	case 0x1001: // Arabic (Libya)
	case 0x1801: // Arabic (Morocco)
	case 0x2001: // Arabic (Oman)
	case 0x4001: // Arabic (Qatar)
	case 0x0401: // Arabic (Saudi Arabia)
	case 0x2801: // Arabic (Syria)
	case 0x1C01: // Arabic (Tunisia)
	case 0x3801: // Arabic (U.A.E.)
	case 0x2401: // Arabic (Yemen)
		lang = "ar";


#6 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

Posted 20 January 2010 - 12:22 AM

View PostBadPointer, on Jan 20 2010, 11:49 AM, said:

I hope this will be helpful.

Big Thanks

jinkazama said:

P.S. Which ID for italian language?

Id=0410
Or
turn on debugging in Settings.ini and see what is written in the log (C:\debug.log)
[Debug]
DebugEnable=1
in log you will see:
20.01.2010 12:15:19 OS Language: ID=0419 Name=Russian

jinkazama said:

mnuLangStart=Использовать выбранный язык при запуске (отмена автовыбора)

Will be corrected in the next version
The English text of this line
"Use the selected language on start (canceling autoselect)"

Version 2.3.5 Stable beta (19.01.2010) First post edit
- Fixed an annoying bug introduced in version 2.3.3.
When you run the program in the working directory created file with inv.
So start with CD \ DVD was impossible.
+ Added a new button in the modes of "list of all devices on your computer + driver search on the Internet for HWID"
+ Added message about unavailable temporary directory% Temp%. If the temporary directory is missing, then the program shuts down.
* Added a few icons on the buttons.
* Removed several messages at work in quiet mode.
* Reshaping Donate
* Other minor changes

#7 User is offline   AL[e]N 

  • Group: Members
  • Posts: 5
  • Joined: 30-September 07

Posted 20 January 2010 - 02:26 PM

Romeo91

my enligh very bad :D
thanks for software

i using the wpi your software to add my list what command?

DriversInstaller.exe /Verysilent or DriversInstaller.exe /S ?

#8 User is offline   jinkazama 

  • Member
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 16-November 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 20 January 2010 - 07:05 PM

Here my first italian translation, icon popup description are missing but it's complete for all interface.
Romeo91 you can add it to next release, as soon as possible i'll complete it :)
Good work :thumbup

Attached File(s)


This post has been edited by jinkazama: 20 January 2010 - 07:06 PM


#9 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

Posted 20 January 2010 - 11:35 PM

View Postjinkazama, on Jan 21 2010, 07:05 AM, said:

Here my first italian translation, icon popup description are missing but it's complete for all interface.
Romeo91 you can add it to next release, as soon as possible i'll complete it :)
Good work :thumbup

Thanks a lot! But there are some lines that also require listening
in string strMessages35 text in Russian
mnuHomePage = Talk program on OsZone.net
mnuHomePage1 = Visit the homepage

#10 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 736
  • Joined: 22-January 05

Posted 21 January 2010 - 08:42 PM

Your mirror to download the program is filled with porn. :realmad: In a work environment it's kinda embarassing to download something and having porn pop up.

#11 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

Posted 21 January 2010 - 10:17 PM

View PostAL[e]N, on Jan 21 2010, 02:26 AM, said:

Romeo91

my enligh very bad :D
thanks for software

i using the wpi your software to add my list what command?

DriversInstaller.exe /Verysilent or DriversInstaller.exe /S ?

From help:

Quote

"Run program in silent mode

To run program in silent mode -t should be determined in program loading parameters (For exemple, DriversInstaller.exe -t10 ). Debuging mode is enabled automatically. In this mode of the program work the greater part of messages are switched off, so if errors occure details always can be found in files debug.log and DPInst.log

Loading script is following:
1. Loading the program and drivers data collecting.
2. Switching to "Installation (compatible drivers)".
3. Choosing driverpacks "recomended" for installation.
4. Loading of the group installation. Program DPInst starts in silent mode.
5. The panels are installed if necessary (according to dermination file to process files finish) .
6. After installation the program closes.

The silent mode can be launched from menu "Service"


#12 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

Posted 21 January 2010 - 10:40 PM

View PostSiginet, on Jan 22 2010, 08:42 AM, said:

Your mirror to download the program is filled with porn. :realmad: In a work environment it's kinda embarassing to download something and having porn pop up.

possible, although this had not noticed before - there is different ads shown, I have not come across porno.
Link to the mirror removed

#13 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 23 January 2010 - 08:08 AM

I am going to translate to Lithuanian. It's about 2/3 ready, but i have done breake because of meet my schoolfriends that I have somebody not seen 59 years (almost 60).

There wrong word sequence in English file in some lines - like
it should not be packet driver as in Russian пакет драйверов
I will try to correct some later

#14 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 25 January 2010 - 03:51 AM

Lithuanian file is ready and renamed to txt file. I am going to correct English file as I see for English speaking people it is same how the file is translated (they are not proud completely of their language) I willl do it for those who is forced to use English and translators

Romeo91, you are right. It is unimportant how you translated to English - им всем до лампочки

Attached File(s)



#15 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

Posted 25 January 2010 - 04:19 AM

View Poststasys44, on Jan 25 2010, 03:51 PM, said:

Lithuanian file is ready and renamed to txt file. I am going to correct English file as I see for English speaking people it is same how the file is translated (they are not proud completely of their language) I willl do it for those who is forced to use English and translators

Romeo91, you are right. It is unimportant how you translated to English - им всем до лампочки

Big Thank stasys44.
I corrected a few mistakes in the language file. Please use this one last file - it added several new lines.
For correcting the English thanks! I also do not quite understand, really understand the whole meaning of the translation, which gives an automatic translator. All the same, change is meaningless

Attached File(s)


This post has been edited by Romeo91: 25 January 2010 - 04:29 AM


#16 User is offline   AL[e]N 

  • Group: Members
  • Posts: 5
  • Joined: 30-September 07

Posted 25 January 2010 - 03:48 PM

Romeo thank you very much for help :thumbup
its perfect works silent install

This post has been edited by AL[e]N: 25 January 2010 - 03:48 PM


#17 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 26 January 2010 - 01:39 AM

AL[e]N
Could you translate lang file to Turkish, maybe Romeo91 would like to include it

#18 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 01 February 2010 - 03:51 AM

I have translated English file. You may not agree with me in some cases, I have changed only word order in some places or have left errors.

Attached File(s)



#19 User is offline   AL[e]N 

  • Group: Members
  • Posts: 5
  • Joined: 30-September 07

Posted 01 February 2010 - 02:04 PM

stasys44
will try to do in my spare time Turkish translate ok

#20 User is offline   Romeo91 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 02-December 09

  Posted 03 February 2010 - 09:29 PM

That's a new version of Drivers Installer Assistant (2.3.16 Release Candidate)

Version 2.3.16 RC1 (03.02.2010)
* Problems of translation of several elements of the interface
* Date of release program is no longer taken from the date of the file.
+ Added Italian translation (Translate by JinKazama - http://www.rezet.info) (still partial)
+ Added Lithuanian translation (Translate by stasys44)
+ Fixed the English translation (Thank to stasys44)
+ New functionality allows you to exclude certain HWID from processing.
Default excludes the following: USB ROOT_HUB *; ROOT LEGACY_ *; ROOT MEDIA; STORAGE *; USBSTOR *
Changing the settings available in the Options menu under the 'Supported OS'
! Use this functional must be very carefully
* Ability to change the size of some forms
* Removed several messages at work in quiet mode.
* Fixed offset program when you change screen resolution when running on-demand programs.
- Fixed run on Windows 2000
- Fixed non-functional in the button to change the path to the package Runtimes
- Fixed bug when receiving the file size on some systems
* A few cosmetic changes in the interface.
- Fix error Automation Error (-2147217389)
Added checking for file msinfo.dll on systems below the MS Windows Vista (6.0).
In the library resources of the program added msinfo.dll (version 6.0.0.1230).
In the absence of libraries in Windows, the program tries to register.
If the error still appears, the work program is terminated.
* A small change in the text license and donate-information

Links in First Post ot Topic

This post has been edited by Romeo91: 03 February 2010 - 09:31 PM


Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy