3 Pages V   1 2 3 >  
Reply to this topic
 inf2script, inf2script converter for AutoIt
post Dec 15 2006, 09:51 PM
Post #1
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 8,638
Thank(s): 464


Portugal


HighwayStar reported a buggy behavior on the internal inf2script convert tool - while it is not completely debugged he mentioned a tool created by NIKZZZZ from ru-board wich can be used for converting existent plugins into native script format.

Download link:
http://nikzzzz.pochta.ru/files/winbuilder/inf2script.7z


I hope this helps other developers getting their scripts done quickier! smile.gif


--------------------


Join us at the Virus removal forums!

The revenue from clicking on publicity at this post is helping Nuno Brito
Boot Land shares publicity revenue with its members.

.
+Quote Post
post Jan 5 2007, 01:38 AM
Post #2
thunn
Silver Member   ****
Group: .script developer

  Joined: 27-July 06 From: Brooklyn, New York

Posts: 579
Thank(s): 22


United States


Not perfect, but indeed, a big help. thx!!


--------------------
___________________Loading Panther XP...
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
______________________________________________________________
PantherXP.net WIM Based deployment for Legacy Windows
NativePE A customized NativeEx based preinstallation platform
BartPECore Winbuilder as a PE Builder wrapper and beyond
thuun PE Builder plugins and utilities at boot-land.net
+Quote Post
post May 13 2009, 06:23 PM
Post #3
alex7street47
Newbie   *
Group: Members

  Joined: 15-April 09
Posts: 24
Thank(s): 0


United States


QUOTE (Nuno Brito @ Dec 15 2006, 09:51 PM) *


server down. can you reupload please?
+Quote Post
post May 13 2009, 07:54 PM
Post #4
olegpov
Frequent Member   ***
Group: .script developer

  Joined: 20-May 08 From: Orel

Posts: 282
Thank(s): 153


Russia


QUOTE(alex7street47 @ May 13 2009, 10:23 PM) *
server down. can you reupload please?

Try Here



--------------------
olegpov.winbuilder.net
To struggle and search to find and hide!
+Quote Post
post May 13 2009, 08:14 PM
Post #5
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


thanks olegpov

Inf2Script.exe, i agree with thunn comment "Not perfect, but indeed, a big help. "
there maybe warnings in future for echo which can be fixed easly (i guess not more)



@Peter psc
"buggy behavior on the internal inf2script convert tool"
????
well i was not around 2006 and you are the 3rd member, is this buggy behaviour exists with InfSupport.Script . I guess answer no, my curiosity makes me ask for verification before advicing insupport method smile.gif.


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
+Quote Post
post May 16 2009, 07:20 PM
Post #6
nikzzzz
Frequent Member   ***
Group: .script developer

  Joined: 10-October 06
Posts: 269
Thank(s): 113


Russia


I can add - small bug.

Source - inf
CODE
[Version]
Signature= "$Windows NT$"
[SetValue]
"txtsetup.sif", "SetupData", "osloadoptions", """/fastdetect /minint"""
"txtsetup.sif", "SetupData", "loaderprompt", """Starting BartPE..."""


Converted -

CODE
[Main]
Title=Convert
Type=script
Selected=True
Level=5
Author=WinBuilder Version 077
Credits=PEBuilder plugin pebuilder.inf

[Process]
Run,%ScriptFile%,SetValue

[SetValue]
IniWrite,txtsetup.sif,"SetupData","osloadoptions","#$q/fastdetect /minint#$q"
IniWrite,txtsetup.sif,"SetupData","loaderprompt","#$qStarting BartPE...#$q"


txtsetup.sif - path not the correct

Regards,
Nikzzzz.
+Quote Post
post Jul 31 2009, 08:44 PM
Post #7
webmedic
Newbie   *
Group: Advanced user

  Joined: 5-September 06
Posts: 17
Thank(s): 3


This seems to work quite well but infortunatley I do not speak Russian.

The first file it asks for is the inf. What is the next popup window for?

And last does anybody know if he would be willing to post the source since it looks to be written in autoit and I would like to know what it is doing and saying.

If not that is ok also.
+Quote Post
post Jul 31 2009, 09:05 PM
Post #8
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


First I have to apologize that I did not recognize this post frusty.gif

Here seems to be an issue with multiple quotes. I'm going to check.

Second: The 'external' .exe is not in my responsibility.
I wrote the 'internal' code in Winbuilder which either
  • Creates a script from Bart's plugin
  • Executes a Bart's plugin inside a WB project
So, the question to the source code is answered with:
No autoit code, it is included inside WinBuilder as Delphi code.
I do not feel authorized to publish that part of code. If Nuno gives his OK, I can do.

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Jul 31 2009, 09:22 PM
Post #9
webmedic
Newbie   *
Group: Advanced user

  Joined: 5-September 06
Posts: 17
Thank(s): 3


Ah I was referring to the inf2script program. that I thought was done by nikzzzz

I'm not exactly sure what you are referring to Peter.


At any rate maybe I'm just missing something but what i was hoping to do was to take my entire current bartpe project and convert it to a bunch of winbuilder scripts instead. Then go through and fix whatever needs to be fixed.

I did not know that winbuilder could do this natively. What is the best way to do this? and are there any problems I should be aware of when I do this?

+Quote Post
post Jul 31 2009, 09:36 PM
Post #10
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


QUOTE (webmedic @ Jul 31 2009, 11:22 PM) *
Ah I was referring to the inf2script program. that I thought was done by nikzzzz

I'm not exactly sure what you are referring to Peter.


At any rate maybe I'm just missing something but what i was hoping to do was to take my entire current bartpe project and convert it to a bunch of winbuilder scripts instead. Then go through and fix whatever needs to be fixed.

I did not know that winbuilder could do this natively. What is the best way to do this? and are there any problems I should be aware of when I do this?

Just try:
Download into a new directory
And in WinBuilder, in the download center, from nativeex.boot-land.net:
  • nativeEx_core_077_RC2
  • nativeEx_barebone_077RC2
  • Tools

and try: Basic > Build > InfSupport
Define a Bart plugin directory (In the first trial I recommend to use a single directory with only one plugin, not a complete e.g. UBCD4Win)

Build the project, and, depending on the plugin, in 99% you'll have it on your PE ISO.

If everything works fine, you can use in WinBuilder > Tools > Convert to convert Bart plugins to *.script

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post

3 Pages V   1 2 3 >
Reply to this topic
1 User(s) are reading this topic ()