Jump to content











Photo
* * * * * 2 votes

[script]PENetwork


  • Please log in to reply
748 replies to this topic

#426 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 22 July 2009 - 07:42 PM

@new_user: is the file path still in the "Network Profiles" line?
As I took a look into your logfile I saw that this line could maybe be empty.
You have to select the proper config file into the file box.
During the build process this file will be automatically copied to i386\system32 and renamed to "PENetwork.ini".

#427 new_user

new_user

    Newbie

  • Members
  • 16 posts
  •  
    Germany

Posted 22 July 2009 - 07:55 PM

Thanks Holger,

i will have a look just a moment.
In don`t understand corectly what you mean.
would you like to have a look my Penetwork.ini ?

Thanks G. Kemmner

#428 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 22 July 2009 - 08:04 PM

Like in the screenshot marked (as sample).

Attached Thumbnails

  • Profiles.jpg


#429 new_user

new_user

    Newbie

  • Members
  • 16 posts
  •  
    Germany

Posted 22 July 2009 - 08:26 PM

Hello Holger,
thanks for your help. here are my settings in Penetwork Editor. see attached images
But i can´t find this profile settings "PENetwork.ini"
in my Build

#430 new_user

new_user

    Newbie

  • Members
  • 16 posts
  •  
    Germany

Posted 22 July 2009 - 08:31 PM

Hello Holger,

send it again as a attachment 3 screenshots

Attached Files



#431 new_user

new_user

    Newbie

  • Members
  • 16 posts
  •  
    Germany

Posted 22 July 2009 - 08:42 PM

Hello Holger,

may be this is the Problem ?

under
Network Profiles:

Use profiles on network startup
is checket (hat einen Hacken)

Instead of using internal ini-file copy eited "PENetwork.ini from this location !

this ist empty in my case
is this the problem ???

Danke Gerhard

#432 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 23 July 2009 - 04:21 AM

Yes, you have to select the file in the file box with the browse button or write the file path into it manually.

Greets
Holger

#433 voyteckst

voyteckst

    Member

  • Members
  • 49 posts
  •  
    Poland

Posted 23 July 2009 - 05:04 AM

Hello voyteckst, can you Edit another Profil, workgroup in PENetwork Version=54 ? and how you edit the ISO manualy ?

1. Didn't try to edit profile.
2. UltraISO

Holger, how do You create win7pe? You use fullfile copy or standard? Do You have these services I mentioned?

#434 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 23 July 2009 - 06:05 AM

I used just "Standard" before.
Will do some tests in the evening with Win7PE...

#435 new_user

new_user

    Newbie

  • Members
  • 16 posts
  •  
    Germany

Posted 23 July 2009 - 08:49 AM

@Holger

Thank you my problem is solved !!
My mistake was here

"Instead of using internal ini-file copy eited "PENetwork.ini from this location !" I leave thie box blank

Now ist works fine with my own workgroup and my own profil !!
see attached Image

Danke Gerhard

Attached Thumbnails

  • penetworkShot_ok.JPG


#436 kDn

kDn

    Member

  • Members
  • 58 posts
  •  
    Ukraine

Posted 28 July 2009 - 11:40 PM

Some bugfix is needed:

$sProfile = StringReplace($sProfile, $sWiFiKeyType, $sKeyType)

	$sKey = StringReplace($sKey, "&", "&")

	$sKey = StringReplace&#40;$sKey, &#34;<&#34;, &#34;&lt;&#34;&#41;

	$sKey = StringReplace&#40;$sKey, &#34;>&#34;, &#34;&gt;&#34;&#41;

	$sKey = StringReplace&#40;$sKey, &#34;&#39;&#34;, &#34;&apos;&#34;&#41;

	$sKey = StringReplace&#40;$sKey, &#34;&#34;&#34;&#34;, &#34;&quot;&#34;&#41;

	$sProfile = StringReplace&#40;$sProfile, $sWiFiKey, $sKey&#41;


Update:
This allow passwords (tested on WPA2) with "& < > " '" chars

#437 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 29 July 2009 - 04:23 AM

Thanks for info.
One small correction:

Will be fixed in later in the evening.

Greets
Holger

#438 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 31 July 2009 - 11:23 PM

Hi Holger,

A minor request:
Reason:
Enableing "Use Common tasks in folder" option at "explorer shell - tweaks and settings script" writes "WebView","1" to registry, but your script overwrites "WebView","0"
Probable solution:
//History37b+

//RegWrite,&#34;HKLM&#34;,&#34;0x4&#34;,&#34;%HiveKey%\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced&#34;,&#34;WebView&#34;,&#34;0&#34;

If,NOTEXISTREGKEY,HKLM,%HiveKey%\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,WebView,RegWrite,HKLM,0x4,%HiveKey%\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,WebView,0

If,%CommonTasksPane_CheckBox%,Equal,True,RegWrite,HKLM,0x4,%HiveKey%\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,WebView,0

//History37b-

....

&#91;Interface&#93;

...

CommonTasksPane_CheckBox=&#34;DO NOT &#39;Show Common Tasks in folder&#39; &#40;=Show network environment&#41;&#34;,1,3,8,801,360,18,False

ps: found when dealing with this
ps2: Rarely a user may ask to use Common tasks in folder (ex: Arjun)

#439 cjc343

cjc343

    Newbie

  • Members
  • 25 posts
  •  
    United States

Posted 18 August 2009 - 10:51 PM

Request:

Checkbox for "include nslookup" that runs "Require_File,nslookup.exe"

Thanks for the awesome script!

#440 e2p2

e2p2

    Member

  • Members
  • 51 posts
  • Location:NC, USA
  •  
    United States

Posted 30 August 2009 - 04:04 PM

Great work.

I did find one minor issue with the PENetwork script for Vista/Win7. The section that sets the debug registry entry is referencing the wrong checkbox.

Here is a link to an updated version of the script, with that corrected. I also added checkboxes and code to support; On Minimize, On Close, and Show in Tray. I also modified some of the logic in the [Process-Registry] section. One other thing I modified. I added a check box to select which build (x86/x64) of PENetwork to use. The detecting of the SysType var was not working for me. My OS is x64 but my build source is x86. Which was causing the script to use the wrong build of PENetwork. With the Checkbox it is up to the builder to select the correct build.

I hope this is helpful.

PENetwork.script.txt

#441 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 31 August 2009 - 07:08 PM

@Holger

In LiveXP minimum projects PENetwork gives an AutoIt Error, caused by missing msimg32.dll, may you want to add this file to your Script.

BTW: I hope LiveXP Team will add this file to their main script cause it's a mandatory one :whistling:

#442 maanu

maanu

    Gold Member

  • Advanced user
  • 1134 posts
  •  
    Pakistan

Posted 31 August 2009 - 07:39 PM

@Holger

In LiveXP minimum projects PENetwork gives an AutoIt Error, caused by missing msimg32.dll, may you want to add this file to your Script.

BTW: I hope LiveXP Team will add this file to their main script cause it's a mandatory one :whistling:


yeah if i remember well , i had this error when i messing with 076 . then i tried last script , and it worked . but not the latest one . it gave some weird autoit error .

thanks JFX . may be we can add this file to already made Lancelot's add additional files script ?

and it is just need to be in the system32 folder , or it needs a hand with regsvr32 as well ?

thanks again..

#443 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 31 August 2009 - 07:58 PM

@maanu Yep just copy to system32 folder. BTW: Your inbox is full :whistling:

#444 maanu

maanu

    Gold Member

  • Advanced user
  • 1134 posts
  •  
    Pakistan

Posted 31 August 2009 - 08:23 PM

ok cleared now . plz re send again . thanks

#445 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 31 August 2009 - 08:42 PM

Thanks JFX
Very reproducable :P

@JFX, @Maanu

Penetwork script on LiveXP server updated without version change (For now only way I know with respect to the author's of scripts when they are away)
Means: Delete the penetwork.script in Apps\Net Folder and redownload with wb again ;)

@Maanu
Also please check "View LiveXP Changelog" Button on LiveXP main screen :whistling:
Also my old "add files etc" script updated :P
==> If you have any questions that are not relevant to penetwork but maybe relevant to current post, please post livexp anything topic or pm.

@JFX

BTW: I hope LiveXP Team will add this file to their main script cause it's a mandatory one ;)

You know I fully respect your findings and requests but not sure which main script you are referring to, As a rule all scripts are responsible for the required/dependant files themselves, yep I am aware many apps scripts do not obey this rule ;) but critical scripts (like penetwork) mostly obeys ;)
==>Further, please create new topic or post to livexp anything topic, or pm :P

@Holdger
Please check penetwork.script on livexp server for mini changes made when you are away (also written on current topic)

#446 nikzzzz

nikzzzz

    Frequent Member

  • .script developer
  • 263 posts

Posted 08 September 2009 - 07:22 AM

Last version penetwork.script (LiveXp) report error - missing EndIf. Code piece:

If STARTSVC&#40;$SWIFISRV&#41; = 0 Then

				$NERROR = GETLASTERROR&#40;&#41;

				$BHELPERRUN = False

				If Not $BINSTRUN Then MSGBOXEX&#40;16, $SERROR, $SWIFIERRSTART2 & &#34; &#40;&#34; & $NERROR & &#34;&#41;!&#34;, $HCONFGUI&#41;

				Return 0

			EndIf

		ElseIf Not $BISWINPE20

			STOPSVC&#40;$SWIFISRV&#41;

			If FileExists&#40;@SystemDir & &#34;\rsaenh.dll&#34;&#41; Then REGISTERFILE&#40;@SystemDir & &#34;\rsaenh.dll&#34;&#41;

			STARTSVC&#40;$SWIFISRV&#41;

		EndIf

Regards,
Nikzzzz.

#447 jwhitlow

jwhitlow
  • Deactivated
  • 8 posts
  • Location:Texas
  •  
    United States

Posted 09 September 2009 - 09:07 PM

I am unable to disable the Startup countdown. I have unchecked the box, but it still performs the countdown. PENetwork is otherwise working well.

As a test to see if it would hold any changes to this option, I re-checked the option and changed the countdown to 3 seconds & rebuilt. It still defaulted to 5. The other settings I changed did take.

#448 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 10 September 2009 - 05:33 PM

Hello :(

I'm back from 3weeks vacation in hungary.
The house of my girlfriend parents is in renovate state - so no telephone/internet for the whole time...
(did some tests with internal notebook UMTS/GPRS-modem but was to expensive...)
During the next days I will try to read the most comments and updates - also on the other topics...

Greets
Holger

For short:
@jwhitlow: yes, you're right - will take a look - Edit: not reproducable here with PENM0.56, please post the 'PENMDebug.txt'
@nikzzz: already solved in PENM0.56 which should be downloaded from the WB script - will update all scripts (for LiveXP & VistaPE) too
@Lancelot: thanks for infos - will take a look which things you/were solved
@cjc343: will be included, but cause of the size directly to 'CMD tools' option
@maanu/JFX: thanks - yes, it's one of the internal used files - will also include the other files which are used
@e2p2: nice idea, will also add it here (a little bit different)

#449 billonious

billonious

    Silver Member

  • .script developer
  • 528 posts
  • Location:greezeland
  • Interests:curiosity

Posted 10 September 2009 - 07:05 PM

I'm back from 3weeks vacation in hungary.


I am asking you something technikal. How Hungarian girls look like? Don't tell me that you couldn't look because of your girlfriend.

#450 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 10 September 2009 - 08:23 PM

Hi Holger,

Welcome back :(
I guess billinious technically bored with greece girls, (Sometimes this happens to me with turkish girls too :( :( ;) )

Here are small things:
http://www.holger.boot-land.net/ is not accesable :(

I just update the PENetwork.script for 5.4.0 to 5.60 with a minor adding (PENetwork.script History37e)

I have a request:
Can we have a button "Check and Update" to update penetwork.zip manually
or/and
Can we have PENetwork-Bin.script containing only PENetwork.7z so maintaning by projects will be easier.

:(




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users