Jump to content











Photo
* * * - - 1 votes

GimageX.script


  • Please log in to reply
11 replies to this topic

#1 brol33

brol33

    Newbie

  • Members
  • 20 posts
  •  
    France

Posted 08 April 2008 - 10:04 AM

Bonjour.
mon scpit ne marche pas !
mille merci pour votre travail.
@+
:thumbsup:

Attached Files



#2 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 08 April 2008 - 11:09 AM

Bonjour brol33!

Bienvenue dans notre communauté.

J'ai lu votre script, pouvez vous faire un version en anglais?

Je vais les aider, voir ci-dessous:
[main]

Title=GImageX

Description=Graphical interface for GimageX

Selected=True

Level=5

Version=1



[variables]

%ProgramTitle%=GImageX

%ProgramEXE%=gimagex.exe

%ProgramFolder%=%target_sys%



[process]

Echo,Processing %ProgramTitle%...

RunFromRam,True

Add_Shortcut

Unpack,Folder,gimagex.chm,,%target_sys%

Unpack,Folder,gimagex.exe,,%target_sys%

Unpack,Folder,gimagex.dll,,%target_sys%

Regarde le section en Français: http://www.boot-land...hp?showforum=43

Bonne chance dans votre travail.

:thumbsup:

English:


Good morning Brol33!

Welcome to our community

I've read your script, would you make an english version?

I'll help you getting started, look on the code below



#3 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 08 April 2008 - 11:49 PM

Scripts already available:

http://galapo.boot-l.../GImageX.script
http://livexp.boot-l.../GImageX.script

Regards,
Galapo.

#4 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 09 April 2008 - 10:44 AM

Thanks! :thumbsup:

#5 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 09 April 2008 - 11:11 AM

That's OK. I've included the script under LiveXP as it may be useful to others. I just updated it to the newer version just this week.

Regards,
Galapo.

#6 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 09 April 2008 - 12:38 PM

Will try it soon then! :thumbsup:

#7 maurelio79

maurelio79
  • Members
  • 7 posts
  •  
    Italy

Posted 10 April 2008 - 12:21 PM

Will try it soon then! :thumbsup:


Hi to everyone. I didn't know about this script and so i used gimagex coping gimagex.exe and wimgapi.dll in x:\windows\system32. From .chm of gimagex i understood that wimgapi.dll must be in the same folder of gimagex, but in the script i don't read anything about this dll.

It will work anyway?

Thank you very much.

P.S.
It's two days that i'm studing VistaPE and i like it very much! :tabletalk:

#8 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 10 April 2008 - 10:04 PM

The dll is there -- twice!

FileCopy,"%pFileBox1%\wimgapi.dll","%Target_prog%\%ProgramFolder%"

FileCopy,"%pFileBox1%\wimgapi.dll","%target_win%\System32"

If you hadn't asked your question, I wouldn't have seen this mistake! (I think the second line is one I forgot to remove when I originally modified allanf's WIMs4U script. I'll upload a new version later today time permitting.

Regards,
Galapo.

#9 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 11 April 2008 - 12:20 AM

A new version of the script has now been uploaded.

Regards,
Galapo.

#10 allanf

allanf

    Gold Member

  • .script developer
  • 1256 posts

Posted 11 April 2008 - 12:49 AM

The dll is there -- twice!


Yes. I had noticed that too.

My effort started from the VistaPE GimageX and WIMMaster .scripts by martinr:
http://www.boot-land...?...ost&p=26558

Last time I looked, these VistaPE .scripts were available in WinBuilder's Download Center, but they did have the programs encoded/embedded in the .scripts, so are probably out-dated now.

In WIMs4U, I tried to port the 'wimgapi Apps' .scripts over to the non-Vista projects.

martinr's .scripts copied wimgapi.dll from the WAIK to the Target's system32 folder. Maybe the dll needs to be in the Environment Path, not necessarily in the GimageX folder. In my WinPE 2.0 projects, I have it in system32, and use the programs without problem.

To run the programs with full Mount capability, the WimFltr service needs to be installed, registered and started. (In turn, it depends on FltrMgr service which is present in Vista/WinPE 2.0. XP requires the hotfix.)

In the registry entries, the only difference between Vista and non-Vista was the 'Tag' - '2' and '4', respectively - but I have no idea what this is.

In Vista/WinPE 2.0 Projects, it is also possible to do the Registry Settings online (i. e. when booted) with 'rundll32.exe... wimfltr.inf'. For example:
Echo,"Adding 'Net Start WimFltr' to 'StartNet.cmd'."

TxtAddLine,"%TargetDir%\Windows\system32\startnet.cmd","Echo Installing and Starting WimFltr...","Append"

TxtAddLine,"%TargetDir%\Windows\system32\startnet.cmd","rundll32#$ssetupapi#$cInstallHinfSection#$sDefaultInstall#$s132#$s#$pSystemDrive#$p\windows\system32\drivers\wimfltr.inf","Append"

TxtAddLine,"%TargetDir%\Windows\system32\startnet.cmd","Net#$sstart#$swimfltr","Append"

Regards :thumbsup:

#11 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 11 April 2008 - 12:57 AM

In the registry entries, the only difference between Vista and non-Vista was the 'Tag' - '2' and '4', respectively - but I have no idea what this is.

'tag' allows for some adjusting of driver load order. For the most part, tag doesn't matter.

Regards,
Galapo.

#12 allanf

allanf

    Gold Member

  • .script developer
  • 1256 posts

Posted 11 April 2008 - 01:27 AM

'tag' allows for some adjusting of driver load order. For the most part, tag doesn't matter.

Regards,
Galapo.


Thanks Galapo.

And I should have mentioned the major difference in the Registry Settings - the registration of FltrMgr for non-Vista Projects - not required for Vista Projects.

:thumbsup:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users