Jump to content

Marthax

Member
  • Posts

    588
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Everything posted by Marthax

  1. one more thing guys. If I use this then my setup won't be customizable as it will be ment for a specific account name, or am I wrong?What i mean is, that I that you have to replace default user with an actual account name, right? Another thing. What about Xplode? I mean, how do I execute a program from My Documents using Xplode? As far as I know, all programs that are supposed to get executed by Xplode must be in the same directory as Xplode itself.
  2. ok, thanks a lot guys for all replies! im gonna go n' check that out.
  3. If I type $OEM$\$Docs\%USERPROFILE%\My Documents\ then WinRAR says that it cannot reach $OEM$\$Docs\C:\Documents and Settings\Marthax\My Documents so that's not correct.. Anyone else know how to fix this?
  4. Perhaps I just don't understand this but, I got a problem. I use this to make a SFX copy files to My Documents and it doesn't work. I type "%USERPROFILE%\My Documents" as the extract destination, but it won't work. Should I type $DOCS\%USERPROFILE%\My Documents perhaps?
  5. yeah, that was exactly what I was looking for. So, if I want something to be copied to My Documents, what do I type exactly meaning the whole shortcut?
  6. Hi Everybody! I gotta question for you guys. How do I make the UA installation copy something to My Documents irrespective of which account I use so that for example a song will be copied to My Documents if my default account is "Marthax" but, also if it would be "Something Else". What variable do I have to use in order for it to work? Regards, Marthax
  7. Try this one : http://download.microsoft.com/download/8/1...x_9c_redist.exe Cheers, Marthax
  8. Azureus BitTorrent Client v1
  9. Script that asks for a name and then opens up Account manager in Control Panel to create it. Script:v1 I had some trouble finding an easy way of making the default account name flexible until I came up with this idea. Try it
  10. ok thanks. I think I'm gonna go with the first script you created since i'll be installing from the harddrive. Cheers, Marthax
  11. how does your second method look like?
  12. thanks erik demon but, I already downloaded your script All I gotta do is to copy all files to one folder and it will work?
  13. ok, thanks i'll check that out.
  14. oh, Thanks One more question. Do you guys know how to do if I have a installation that demands more than 1 cd and I wanna get rid of the cd switching? For example, I extracted Command & Conquer : Generals to my harddisk so that I can use it with my Ua installation but, what will happen when the installation asks for the second disk? How do I solve this?
  15. Hi Everyone! I've been working a lot with AutoIT lately and recently I experimented with the "InputBox" command. It worked but, when I enter something in the box that pops up, I want it to be parsed so that it can be used by the rest of the script later on. For example, I did an UA installation using AutoIT for ZipGenius that would pop up an input box when you were supposed to enter the installation directory but, I can't seem to make the script parse the directory that i enter so that it uses this to input it as the installation folder. I've come this far: Run ("zg551std.exe") WinWaitActive("Select Setup Language") Send("{ENTER}") WinWaitActive("Setup - ZipGenius", "This will install ZipGenius") Send("!n") WinWaitActive("Setup - ZipGenius", "Please read the following important information before continuing") ControlClick("", "Please read the following important information before continuing", "TRadioButton1") Send("!n") WinWaitActive("Setup", "License Clause Explicit Confirmation") Send("{ENTER}") WinWaitActive("Setup - ZipGenius", "Select Destination Location") $answer = InputBox("Install Destination", "Enter A Install Destination for ZipGenius", "C:\Program\ZipGenius 5") Send("$answer") Any ideas? Thanks in advance! Marthax
  16. ok, thank you so much Glowy ! Cheers, Marthax
  17. but I don't really see the point. What difference will it make if i add that "s"?
  18. oh, sorry I must have confused them. Here it is: <display plugin="#XPLODE#\XplodeSelectInstall.x4d"> <window position="4" width="100%" height="100%" border="false" /> <html>#XPLODE#\selection\select-frameset.html</html> <window width="800" height"600" titlebar="0"border="0" position="4" /> <html>#XPLODE#\selection\select-frameset.html</html> <config>#COMPUTERNAME#</config> <config>---</config> <config>P430</config> <config>RENEWED</config> <delay>20</delay> <autoclose>true</autoclose> </display>
  19. <item display="Drivers" image="#XPLODE#\images\GeneralsZH.ico"> <execute display="ATI Graphic Driver" desc="Drivers for Radeon series cards" config="P430"> <program>#XPLODE#\Drivers\ATI.exe</program> </execute> <execute display="Audio Drivers" desc="Drivers for Sound Blaster Audigy" config="P430,RENEWED"> <program>#XPLODE#\Drivers\Sound Blaster Audigy.exe</program> </execute> <execute display="Mouse Driver" desc="Drivers for Razer Diamondback" config="P430"> <program>#XPLODE#\Drivers\Razer.exe</program> </execute> </item>
  20. yeah, that's right forgot to mention that, I know that and I'm using it already but still if I choose a config and let the countdown reach zero, Xlode closes and doesn't install a thing.
  21. Hi Everyone! I got Xplode to exec correctly during Ua Win Xp Setup but, I still have a small problem. When Xplode starts it tries to load a config automatically as normal. The thing is that nothing in this config is selected as a default and because of that, nothing is installed. My question is: What command do I use in my .xml file to make Xplode select a program as a standard in a config? Thanks in advance! Marthax
  22. It worked. Thx Guys! Cya, Marthax
  23. I did like that before and it didn't work and recently i saw a thread on the forum that mentioned the "/xml" that's why I tried it. Well, I'm gonna try it out again and see what happends this time. Thx for the help guys! Regards, Marthax
  24. Hi Everyone! When the UA installation reads my winnt.sif it complains about line 46 which corresponds to this one: [SetupParams] UserExecute = "%SYSTEMDRIVE%\Install\Xplode\Xplode.exe /xml:"%SYSTEMDRIVE%\Install\Xplode\Xplode.xml" /log:"%SYSTEMDRIVE%\XPlode.log"" Don't know what's wrong. Any ideas? Thanks in advance! Marthax
×
×
  • Create New...