Jump to content

hevnbnd

Member
  • Posts

    268
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by hevnbnd

  1. How do i run this in xplode taskkill /im dkservice.exe /f thanks in advance i thought like this... <execute display='Murdering Diskeeper 8...' program='taskkill' arguments='/im dkservice.exe /f' /> BUT I DONT KNOW...
  2. Got a quick question hopefully an easy solution.... When i install diskeeper silently it automaticly starts a process dkservice.exe. How do i end this process in a part of the batch file? The actuall program does not open just it is running in the background. Thanks Brain
  3. None of the apps hang, i showed two examples of things that i have tried. I don't have any duplicate entries. They just skip over and dont get installed. I think the problem is in the '%SOURCEPATH%\ that calls the arguments. Anyone have any suggestions? UPDATE: I am almost positive it is the %SOURCEPATH%.... What can be used to replace it TO RUN thes arguments and get the setup.iss from the cd?
  4. I am installing from a dvd. Ok i have got about 10 installshield apps that are throwing me for a loop. I just can't get them to work. All of my non installshield apps work fine, i have created setup.iss files for all of my installshield apps. Quicken 2004 installs for me with an installshield setup.iss file just fine. Anyone got any ideas what i could possibly be doing wrong. Below are two ways that i have tried to install. I have tried this: <items> <item display='InterVideo DVDCopy2' image="%SOURCEPATH%\PostInstall\images\DVDCopy.jpg"> <execute display='Installing InterVideo DVDCopy2...' program='%SOURCEPATH%\PostInstall\Applications\DVDCopy2\setup.exe' arguments='-s' /> </item> <item display='Ulead DVD Workshop' image="%SOURCEPATH%\PostInstall\images\DVDWorkshop.jpg"> <execute display='Installing Ulead DVD Workshop...' program='%SOURCEPATH%\PostInstall\Applications\DVDWorkshop\setup.exe' arguments='-s' /> </item> <item display='RAIDCore Management Application' image="%SOURCEPATH%\PostInstall\images\RAIDCore.jpg"> <execute display='Installing RAIDCore Management Application...' program='%SOURCEPATH%\PostInstall\Applications\RAIDCore\setup.exe' arguments='-s' /> </item> <item display='HP ScanJet 4600' image="%SOURCEPATH%\PostInstall\images\hp.bmp"> <execute display='Installing I.R.I.S. Readiris Pro...' program='%SOURCEPATH%\PostInstall\Applications\ScanJet4600\iris\setup.exe' arguments='-s' /> <execute display='Installing ArcSoft Panorama Maker...' program='%SOURCEPATH%\PostInstall\Applications\ScanJet4600\Arcsoft\setup.exe' arguments='-s' /> </item> <item display='Logitech Products' image="%SOURCEPATH%\PostInstall\images\Logitech.jpg"> <execute display='Installing diNovo Setpoint...' program='%SOURCEPATH%\PostInstall\Applications\Logitech\diNovo\setpoint211\setpoint211_enu.exe' arguments='-s' /> <execute display='Installing diNovo Widcomm...' program='%SOURCEPATH%\PostInstall\Applications\Logitech\diNovo\Widcomm\BTW.msi' arguments='/qn' /> </item> <item display='Belkin Bulldog' image="%SOURCEPATH%\PostInstall\images\Belkin.gif"> <execute display='Installing Belkin Bulldog...' program='%SOURCEPATH%\PostInstall\Applications\bulldog3215\setup.exe' arguments='-s' /> </item> </items> and this: item display='InterVideo DVDCopy2' image="%SOURCEPATH%\PostInstall\images\DVDCopy.jpg"> <execute display='Installing InterVideo DVDCopy2...' program='%SOURCEPATH%\PostInstall\Applications\DVDCopy2\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\DVDCopy2\setup.iss"' /> </item> <item display='Ulead DVD Workshop' image="%SOURCEPATH%\PostInstall\images\DVDWorkshop.jpg"> <execute display='Installing Ulead DVD Workshop...' program='%SOURCEPATH%\PostInstall\Applications\DVDWorkshop\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\DVDWorkshop\setup.iss"' /> </item> <item display='RAIDCore Management Application' image="%SOURCEPATH%\PostInstall\images\RAIDCore.jpg"> <execute display='Installing RAIDCore Management Application...' program='%SOURCEPATH%\PostInstall\Applications\RAIDCore\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\RAIDCore\setup.iss"' /> </item> <item display='HP ScanJet 4600' image="%SOURCEPATH%\PostInstall\images\hp.bmp"> <execute display='Installing HP Photo and Imaging 2.3...' program='%SOURCEPATH%\PostInstall\Applications\ScanJet4600\hpsw\setup.msi' arguments='/qn' /> <execute display='Installing I.R.I.S. Readiris Pro...' program='%SOURCEPATH%\PostInstall\Applications\ScanJet4600\iris\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\ScanJet4600\iris\setup.iss"' /> <execute display='Installing ArcSoft Panorama Maker...' program='%SOURCEPATH%\PostInstall\Applications\ScanJet4600\Arcsoft\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\ScanJet4600\iris\setup.iss"' /> <execute display='Installing Hemera Greeting Card Creator...' program='%SOURCEPATH%\PostInstall\Applications\ScanJet4600\Hemera\SetupGCC32.exe' arguments='/s' /> </item> <item display='Logitech Products' image="%SOURCEPATH%\PostInstall\images\Logitech.jpg"> <execute display='Installing diNovo Setpoint...' program='%SOURCEPATH%\PostInstall\Applications\Logitech\diNovo\setpoint211\setpoint211_enu.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\Logitech\diNovo\setpoint211\setup.iss"' /> <execute display='Installing diNovo Widcomm...' program='%SOURCEPATH%\PostInstall\Applications\Logitech\diNovo\Widcomm\BTW.msi' arguments='/qn' /> </item> <item display='Belkin Bulldog' image="%SOURCEPATH%\PostInstall\images\Belkin.gif"> <execute display='Installing Belkin Bulldog...' program='%SOURCEPATH%\PostInstall\Applications\bulldog3215\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\bulldog3215\setup.iss"' /> </item> xplode.log does not say there are any errors.
  5. STrat79 How do you make that script hidden so you don't see anything. I played with it for 30 mins or so and never could get it to work. Thanks for your time. Brian
  6. YEs the key is good i managed to change the msi package to get it to install and run but when i uninstall it it takes it out of the add remove programs after asking for the cd for that feature, but it does not remove the program from the hard drive. I can still click the icon on the desktop to remove it. I attached the original msi and i will attach the edited msi file RNENU.zip
  7. I currently install all my hotifixes via GM's XPCreate. Works awsome. I install over 20 apps via Xpcreate (also works great.) Great work wraith. I just like the look of xpdeploy. Here is a copy of my xplode.xml if it helps anyone. Thanks for the help though jsolares. XPlode.xml XPlode.xml
  8. If i try to run the install silently it says invalid key. How can i run this install silently? Any help would be greatly appritiated. Brian
  9. Well i attempted to run XPdeploy and i really like the layout. I would like to make a few requests. - A button to select all (Already been mentioned once) - A way to have it totally automated (as in install all the apps with the nice gui without any user intervention) Well that is all for now. Great app beginings as ussuall wraith. Any ideas when some updating on this guy will be done? Thanks B
  10. http://www.logotypes.ru/ This site has tons of free logos, took me a while to find anything with free logos. If anyone has any other ones please post as they would come in handy for the images.
  11. hevnbnd

    XPCREATE

    GM Well i emptied my temp folders in windows under my user account and all is good. I think it was too full. Thanks for the help.
  12. hevnbnd

    XPCREATE

    GM, Yep something screwy about my machine.... I really wish i could figure it out, but it gives me issues with the hotfixes on all 5 of my hard drives and they have plenty of space, but on another system success the first time. If you have any insite it would be great, also great app. Brian
  13. hevnbnd

    XPCREATE

    Hey GM, Long time no talk. Well i am trying out the new version and have a slight problem. iOpus starts downloading the hotfixes and after each one it gets done downloading and then i get a message saying "Error Copying file or folder Cannot read from the source file or disk" Any ideas. I started with a fresh folder installed xpcreate copied the cd via opening xpcreate.cmd that went fine and then tried running xpcreate again. Any help would be great. THanks Brian
  14. Alanoll first off i read and found where wraith changed something. Is this the execute command i need to use to restart windows: <item display='Shutdown'> <execute display='Restarting Windows...' program='shutdown.exe' /> Thanks B
  15. Thanks Alonoll, All works great if only i did not have to delete the files before copying the files into the folders. If anyone figures out away to allow the files being copied to replace files in the destination folder that sure would be great.
  16. Got the new version. What is filemasks? Thanks in advance. B
  17. Sorry for the douplicate post not sure what happened there
  18. Thanks for the help. Man i really love the work you have done on this app. I am sad to hear you wont have the time to work on it more often. Thanks again. B
  19. Do you have to have a command in the xplode.xml file to load the plugins like the older versions? I did not see it in the example and just wanted to be sure. THanks b
  20. I am wanting to copy the contents of a folder into another folder. Like this Mirc -serial -.exe -.cab into Program files\Mirc Not program files\Mirc\Mirc
  21. Couple of issues: 1. When i try to copy a file over another file i get an access denied. Is there a way to make it copy over files instead of first deleting every file? 2. How do i copy the contents of a folder to another folder? As opposed to just copying the entire folder over. Here are the commands i used in my xml. <item display='Installing mIrc'> <dircopy directory='%SOURCEPATH%\PostInstall\Applications\MIRC' target='%SYSTEMDRIVE%\Program Files\mIRC\' /> <filecopy source='%SOURCEPATH%\PostInstall\Applications\MIRC\MIRC.lnk' target='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\' /> <filecopy source='%SOURCEPATH%\PostInstall\Applications\MIRC\MIRC.lnk' target='%SYSTEMDRIVE%\Documents and Settings\All Users\Start Menu\Programs\mIRC\' /> </item> <item display='Installing WCPU'> <dircopy directory='%SOURCEPATH%\PostInstall\Applications\wcpu31a' target='%SYSTEMDRIVE%\Program Files\WCPU31a\' /> <filecopy source='%SOURCEPATH%\PostInstall\Applications\wcpu31a\wcpuid.lnk' target='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\' /> </item> <item display='Patching Flash FXP'> <filecopy source='%SOURCEPATH%\PostInstall\Applications\Patches\FlashFXP.exe' target='%SYSTEMDRIVE%\Program Files\FlashFXP\' /> </item> <item display='Patching Age of Mytholgoy'> <dircopy directory='%SOURCEPATH%\PostInstall\Applications\Patches\AOM' target='%SYSTEMDRIVE%\Program Files\Microsoft Games\Age of Mythology\' /> </item> <item display='Registry Tweaks'> <registry display='Tweaks being installed...' method='write'> ;Finalizing Windows Install... [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "cleanup"="C:\\sysprep\\cleanup.cmd" </registry> <registry display='Registering MIRC...' method='write'> ;Registering MIRC... [HKEY_CURRENT_USER\Software\mIRC] [HKEY_CURRENT_USER\Software\mIRC\License] @="removed" [HKEY_CURRENT_USER\Software\mIRC\UserName] @="HEVNBND" </registry> For some reason none of the icons on the desktop where created i got access denied errors not sure why Thanks for the help. B xplode.log xplode.log
  22. I have not done it yet i just got a new board and am wanting to add them to my cd, but i dont know how or if the onese that are the 3112 wo the a will work or not. Can someone plz help. Thanks Brian
  23. I am needing to load xp on my raid controler and i need to know if the drivers are the same for the devices mentioned above. Someone please help me out. Thanks B
  24. Ok guys i just got a new mb and it uses sil 3112a. My xpcd has sil 3112 on it is there a difference? If yes what? I need to know before i start the switch to the new mb. Cause if the old sata drivers wont work i am without a computer. Some help soon would be great. Thansk B
×
×
  • Create New...