Jump to content

hevnbnd

Member
  • Posts

    268
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by hevnbnd

  1. Well, i have read some of the posts and have not seen a definite yes or no. I have intergrated sp2 into my windows cd, now i want to use xpcreate to have all of my files added to it IE $oem$ I386 and postinstall....

    Messing around with it i believe it will work if you turn auto download updates off. Am i correct in this assumption? Thanks GM

  2. Hey quick question. When i transfer my favorites over for some reason xplode capitalizes all of the entries. They are not capitalized on the source but they are on the destination. Here is my code.

    <copy source='%SOURCEPATH%\PostInstall\Every Thing Else\Favorites' target='%SYSTEMDRIVE%\Documents and Settings\Brian A. Cox\Favorites' />

    Any ideas how to make it copy the favorites over and not capitalize everyone of them when it does? Thanks B

  3. Ok folks, well i suppose i did something stupid here. Figured i would post this for anyone that has problems deleting a shortcut. Come to find out the reason my shortcut would not delete was because it was a internet shortcut

    .url Internet Shortcut (Extension not visible)

    Not .lnk Gzzzzz i did not even think about that. Well enough is enough maybe this little bit of info can save someone some time

    HEVNBND

  4. Hey guy, well i dont know if i did something to kill the sata support for my RaidCore board or if you did, but here is my xpcreate.log. It says it is adding it i think, but in the txtsetup.sif it is no where to be found. It was working in a previous version however. HELP Please... I am about to do a reinstall and got everything ready to go and was shot down :)

    I included several files that might help track down the prob. Thanks for your help.

    EDITED:

    GM if you have lost my drivers and need them. I put them on my public ftp at squareplanet.com anonomous login. Let me know what is up. By looking through some previous posts it looks like you took them out of xpcreate but i could be wrong...

    NEWFILES.rar

  5. Ok here it is. Use any ftp client and log into anonomously:

    IP: squareplanet.com

    Please upload setup screens to the incoming folder. In a folder containing the name of your setup screens. Please upload each screen in its own folder and if you have a screenshot of the setup screen throw it in the folder. :) All approved uploads can be downloaded from the pub folder. Any questions let me know.

  6. 1. I don't create my user account using xplode, but if i were to i would need this under items:

    - <item display="Adding users and groups...">

    - <!-- note the different use of quotes due to the data held in them

    -->

    <addgroup groupname="Cowboy Bebop" comment="It's them bounty hunters!" />

    <adduser username="Spike" password="swordfish" groups="Administrators "Cowboy Bebop"" fullname="Spike Spiegel" comment="Don't mess with the best!" />

    <adduser username="Jet" password="hammerhead" groups=""Cowboy Bebop"" fullname="Jet Black" comment="When the Black Dog bites, he don't let go!" />

    </item>

    2. I am not sure about that one.

    3. YES. Just put the switches in the arguments lines

    4. YES that should work however with the correct directory structure $OEM$ should copy over automaticly.

    5. yes, unless you have xplode delete $winnt$.inf as in my xplode.xml.

    Hope this helps.

  7. Here guy this should help. I use xpcreate for all my hotfixes and xplode for all my app installs. I start xplode using this command in my winnt.sif file

    [GuiRunOnce]

    "%systemdrive%\install\xplode\XPlode.exe /log:#SYSTEMDRIVE#\xplode.log"

    Attached is my xml code.

    Hope it helps.

    XPlode.xml

  8. Here is what my xml is for deleting 3 quicken shortcuts:

    <item display='Quicken 2004' image="%SOURCEPATH%\PostInstall\images\Quicken.gif">

    <execute display='Installing Quicken 2004...' program='%SOURCEPATH%\PostInstall\Applications\Quicken2004\DISK1\setup.exe' arguments='-s -f1"%SOURCEPATH%\PostInstall\Applications\Quicken2004\DISK1\setup.iss"' />

    <delete source='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\BEST FOR QUICKEN - LOW INTRO APR AND OPTIONAL TRAVEL REWARDS.lnk' />

    <delete source='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\VISIT QUICKEN.COM.lnk' />

    <delete source='%SYSTEMDRIVE%\Documents and Settings\All Users\Desktop\SPECIAL OFFER FROM CITIBANK.lnk' />

    </item>

    Here is my log for that section after it runs:

    Running item: 'Quicken 2004' {

          Running command: 'execute' {

            Command: execute, (2,0)

            Running: 'D:\PostInstall\Applications\Quicken2004\DISK1\setup.exe -s -f1"D:\PostInstall\Applications\Quicken2004\DISK1\setup.iss"'

          }

          Running command: 'delete' {

            Command: delete, (3,2)

            Deleting directory: 'C:\Documents and Settings\All Users\Desktop\BEST FOR QUICKEN - LOW INTRO APR AND OPTIONAL TRAVEL REWARDS.lnk'

            File mask: '*.*'

          }

          Running command: 'delete' {

            Command: delete, (3,2)

            Deleting directory: 'C:\Documents and Settings\All Users\Desktop\VISIT QUICKEN.COM.lnk'

            File mask: '*.*'

          }

          Running command: 'delete' {

            Command: delete, (3,2)

            Deleting directory: 'C:\Documents and Settings\All Users\Desktop\SPECIAL OFFER FROM CITIBANK.lnk'

            File mask: '*.*'

          }

    I found it strang that xplode treated the files as directories and not files like my other delete file commands. Any ideas i think there in could lie the problem. Thanks Brian

×
×
  • Create New...