chezy666 Posted July 29, 2004 Posted July 29, 2004 I use xplode for my unattended CD now and for some reason it's very slow compared to xpinstall, has someone else got this problem ?I need xplode cause i use the nowait switch to install vbs apps, if anyone knows how to install apps using vbs through xpinstall it would be of great help, I do the complete install from the CD.Or i was thinking of calling xplode through xpinstall to do the install of apps that use vbs.
MCT Posted July 29, 2004 Posted July 29, 2004 ive not noticed any slowness, make sure u have your .xml file perfect?meaning no extra lines or anything that may cause it 2 hang?i spose u could call xplode, as its just an exe regards
chezy666 Posted July 29, 2004 Author Posted July 29, 2004 You maybe right, i have a lot of empty places and empty lines to make the code clear, i'll remove those and see how it goes, aas for running xplode through xpinstall, i launce a vbs through xpinstall which pskills xpinstall and starts xplode.
chezy666 Posted July 29, 2004 Author Posted July 29, 2004 Great suggestion MCT, I removed all the spaces and the comments and reduced my code to as small as possible (79Kb). Now the processor usage has dropped from 90 to 10. Yet to test the time to install, but i think now that xplode uses less, other processes will become fast.
DarkPhoenix Posted July 29, 2004 Posted July 29, 2004 Great suggestion MCT, I removed all the spaces and the comments and reduced my code to as small as possible (79Kb). Now the processor usage has dropped from 90 to 10. That indicates a bug of some sort. Whitespace is meant to be ignored by XML parsers, and comments aren't meant to be slowing things down, unless the program is using them (which it shouldn't)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now