MSFN Forum: error xplode.xml - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

error xplode.xml Rate Topic: -----

#1 User is offline   shintoisme1 

  • Group: Members
  • Posts: 4
  • Joined: 24-June 04

  Posted 07 July 2004 - 06:49 AM

error?

</config>
	<items>
  <item display='INSTALL WINAMP 5.3' >
 	 <execute display='Logiciel de lecteur MP3 ...' 
 	 program='%SOURCEDRIVE%\I386\Apps\mp3\winamp.exe' 
 	 arguments='/S'/>
 	 <execute display='Arret Winamp 5.3...' 
 	 program='taskkill' 
 	 arguments='/IM Winamp.exe/f' />
  </item>
  <item display='INSTALL VOISSA ANONYMO' >
 	 <execute display='NETTOYE VOTRE PC...' 
 	 program='%SOURCEDRIVE%\I386\Apps\espion\VoissaA.exe'
 	 arguments='/VERYSILENT /SP-'/>
 	 <execute display='Arret Voissaanonymo...' 
 	 program='taskkill' 
 	 arguments='/IM Voissaanonymo.exe/f' />
  </item>
  <item display='INSTALL ZONEALARM 4.5' >
 	 <execute display='FIREWALL(PARE FEU)...'
 	 program='%SOURCEDRIVE%\I386\Apps\zonalarm\ZAP.exe' 
 	 arguments='/S'/>
 	 <execute display='Arret Zonealarm 4.5...' 
 	 program='taskkill' 
 	 arguments='/IM zlclient.exe/f' />
  </item>
  <item display='LOGICIEL FTP'>
 	 <copy source='%SOURCEDRIVE%\I386\fichiers\ftp serveur'
 	 target='%systemdrive%\Program Files\fichiers\ftp serveur'
 	 mask='Server FTP'/>
  </item>
  <item display='MEUHMEUH TV'>
 	 <copy source='%SOURCEDRIVE%\I386\fichiers\MeuhMeuhTV'
 	 target='%systemdrive%\Program Files\fichiers\MeuhMeuhTV'
 	 mask='Logiciel télévision'/>
  </item>
  <item display='MODIFIER INTERFACE EXPLORER'>
 	 <copy source='%SOURCEDRIVE%\I386\fichiers\Yztoolbar'
 	 target='%systemdrive%\Program Files\fichiers\Yztoolbar'
 	 mask='Yztoolbar'/>
  </item>
  <item display='AJOUTS DE RACOURCIS'>
   	 <shortcut display='YzToolBar'  
             program='%systemdrive%\Program Files\fichiers\Yztoolbar\YzToolBar.exe'
   	 description='MODIFIER INTERFACE EXPLORER'
   	 workdir='%systemdrive%:\Documents and Settings\All Users\Menu Démarrer\Programmes\DémarrageYzToolBar.lnk'
   	 arguments=''
   	 link='YzToolBar.ink'/>
   	 </item>
  <item display='AJOUTS DE RACOURCIS'>
   	 <shortcut display='NERO 6'  
   	 program='%systemdrive%\C:\Program Files\Ahead\Nero\nero.exe'
   	 description='Rajout un racourci ds Send To...'
   	 workdir='%systemdrive%\Documents and     Settings\%username%\SendTo\nero.lnk'
   	 arguments=''
   	 link='%nero.ink'/>
	</item>
    <item display='AJOUT DU REGISTRE'>
   	 <execute diplay='Enregistrement du registre...'
      program='regedit'   
      arguments='%SOURCEDRIVE%\I386\tweak.reg'/>
    </item>
	</items>
</XPlode>


Probleme with taskkill processus not stop
Probleme with ShortCut not install in repertoire
Probleme of copy of file ' file it copies not '
Probleme regedit "the regedit installs indeed but he asks me for a validation(confirmation)"

think you for your answer :)


#2 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 07 July 2004 - 07:15 AM

@shintoisme1:
You need to have the nowait="true" attribute before the taskkill.
You need to look at the workdir of the shortcut.
You need the /s argument for the registry.
I need more information about the file copying.

@everyone:
Looks like I should be making an editor. Ugh.
Better still, how about some clear documentation. Mmmm.

#3 User is offline   shintoisme1 

  • Group: Members
  • Posts: 4
  • Joined: 24-June 04

Posted 07 July 2004 - 10:23 AM

Shortcut and the register probleme resolu for
But to copy them file and takkill always meme probleme
The process is correct it is the check but not arrete not
For the copies of files always not do not copy it ds program rows
why??????????????????

 <strings> 
 	 <title>                              INSTALL EN COURS                                </title>
 	 <complete>INSTALLATION COMPLETE</complete>
 	 <adduser>Adding user #1#</adduser>
 	 <addusertogroup>Adding user #1# to group #2#</addusertogroup>
 	 <addgroup>Adding group #1#</addgroup>    
 	 <copy>Copying #1# (#2#/#3# - #4#)</copy>
 	 <move>Moving #1# (#2#/#3# - #4#)</move>
 	 <delete>Deleting #1# (#3#)</delete>
 	 <shortcut>Adding shortcut: #1#</shortcut> 	 
  </strings>
	</config>
	<items>
  <item display='MEUHMEUH TV'>
 	 <copy source='%sourcedrive%\I386\fichiers\MeuhMeuhTV'
 	 target='%systemdrive%\Program Files\MeuhMeuhTV'
 	 mask='Logiciel télévision'/>
  </item>
  <item display='MODIFIER INTERFACE EXPLORER'>
 	 <copy source='%sourcedrive%\I386\fichiers\Yztoolbar'
 	 target='%systemdrive%\Program Files\Yztoolbar'
 	 mask='Yztoolbar'/>


:)

#4 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 07 July 2004 - 10:29 AM

Quote

Looks like I should be making an editor. Ugh.


that'd be a good idea lol personally, i have 2 go threw my xml like 20x b4 i find out whats wrong lol, and its almost always something small like i forget 2 put a ' :) so an editor would help alot :rolleyes:

regards

#5 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 07 July 2004 - 10:30 AM

mask, is meant to be like *.* for all files, or *.dat for all dat files.

#6 User is offline   shintoisme1 

  • Group: Members
  • Posts: 4
  • Joined: 24-June 04

Posted 08 July 2004 - 05:24 AM

 <item display='MEUHMEUH TV'>
  <copy source='%sourpath%\fichiers\MeuhMeuhTV'
  target='%systemdrive%\Program Files\MeuhMeuhTV'
  mask='*.*'/>
 </item>
 <item display='MODIFIER INTERFACE EXPLORER'>
  <copy source='%sourcepath%\fichiers\Yztoolbar'
  target='%systemdrive%\Program Files\Yztoolbar'
  mask='*.*'/>


That does not work
I do not see why

He copy in the check repertoire but there is nothing of in " empty file "
I also have to use " filecopy source " and " dircopy " but nothing
Can one copy since the cdrom
Help
:rolleyes: :)
thanks

#7 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 08 July 2004 - 05:45 AM

hi,

in your first copy-line you have an error in %sourcepath%-variable

and in your second line use %ProgramFiles%-Variable

and let out the mask-tag

hope this helps a bit

cya

Killer Bee

#8 User is offline   shintoisme1 

  • Group: Members
  • Posts: 4
  • Joined: 24-June 04

Posted 08 July 2004 - 07:50 AM

Then if I understood well
I make ca

<item display='MEUHMEUH TV'>
<copy source='%sourcepath%\MeuhMeuhTV'
target='%ProgramFiles%\MeuhMeuhTV'




and let out the mask-tag


I does not understand(include)
Have have to put what between them "

Desoler for my question

#9 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 08 July 2004 - 08:36 AM

hi,

take a look at my file operations-section in RunOnceEx:

	 <move source='#USERPROFILE#\Start Menu\Programs\Lavasoft Ad-aware 6' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Lavasoft Ad-aware 6' />
 	 <move source='#USERPROFILE#\Start Menu\Programs\mp3gain' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\mp3Gain' />
 	 <move source='#USERPROFILE#\Start Menu\Programs\Winamp' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Winamp' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\K-Lite Codec Pack' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\K-Lite Codec Pack' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\QuickTime Alternative' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\QuickTime Alternative' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\winrar' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\winrar' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\Symantec Client Security' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Antivirus' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\Real Alternative' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Real Alternative' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\WinSCP3' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\WinSCP3' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\eMule' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\eMule' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\Irfanview' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Irfanview' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\TMPGEnc Plus 2.5' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\TMPGEnc Plus 2.5' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\SmartFTP' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\SmartFTP' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\SpywareBlaster' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\SpywareBlaster' />
 	 <move source='#ALLUSERSPROFILE#\Start Menu\Programs\Sygate Personal Firewall' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Sygate Personal Firewall' />
 	 <move source='#USERPROFILE#\Start Menu\Programs\WinRAR' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\WinRAR' />
 	 <move source='#USERPROFILE#\desktop\emuleplus.lnk' target='#ALLUSERSPROFILE#\Desktop' />
 	 <delete source='#USERPROFILE#\Desktop\Spybot - Search*.lnk' />
 	 <delete source='#USERPROFILE#\C:\Documents and Settings\Bee\Application Data\Microsoft\Internet Explorer\Quick Launch\Spybot-S*.lnk' />
 	 <delete source='#USERPROFILE#\Desktop\winscp3.lnk' />
 	 <delete source='#USERPROFILE#\Desktop\spywareblaster.lnk' />
 	 <delete source='#USERPROFILE#\Desktop\Ad-Aware 6.0.lnk' />
 	 <delete source='#USERPROFILE#\Desktop\winamp.lnk' />
 	 <delete source='#USERPROFILE#\start menu\programs\50*.*' />
 	 <delete source='#USERPROFILE#\desktop\50*.*' />
 	 <delete source='#ALLUSERSPROFILE#\Desktop\Adobe Reader 6.0.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Desktop\Java Web Start.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Start Menu\Programs\Java Web Start' />
 	 <delete source='#ALLUSERSPROFILE#\Start Menu\Programs\Adobe Reader 6.0.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Start Menu\Set Program Access and Defaults.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Start Menu\Windows Catalog.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Desktop\DAEMON Tools.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Desktop\Mozilla.lnk' />
 	 <delete source='#USERPROFILE#\Application Data\Microsoft\Internet Explorer\Quick Launch\Launch Internet Explorer Browser.lnk' />
 	 <delete source='#USERPROFILE#\Application Data\Microsoft\Internet Explorer\Quick Launch\Windows Media Player.lnk' />
 	 <delete source='#ALLUSERSPROFILE#\Start Menu\Programs\PrintMe Internet Printing' />
 	 <delete source='#USERPROFILE#\My Documents\My Pictures' />
 	 <delete source='#USERPROFILE#\My Documents\My Music' />
 	 <move source='#SYSTEMDRIVE#\temp\rar.exe' target='#PROGRAMFILES#\Winrar\rar.exe' />
 	 <move source='#SYSTEMDRIVE#\temp\winrar.exe' target='#PROGRAMFILES#\Winrar\winrar.exe' />
 	 <move source='#SYSTEMDRIVE#\temp\rarreg.key' target='#PROGRAMFILES#\Winrar\rarreg.key' />
  </item>


this works perfect for me

hope this helps a bit

cya

Killer Bee

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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