Jump to content

Bâshrat the Sneaky

Member
  • Posts

    5,580
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Bâshrat the Sneaky

  1. I have multiple hard drives and partitions, and almost everything i install goes to my F: partition, while windows and only windows goes on my C: partition...how can i pass the command to the installs where to install to?  Such things like AIM, Diskeeper, office 2003, etc...

    Thanks!

    Set your %programfiles% to a different directory. You can do this by a regtweak.

  2. right-click on the shortcut of notepad in start menu, then open properties, you can find 3 env.variables.

    but env.vars on RunOnce are not all available as ready system. you can make a dump during RunOnce, SET>%SystemDrive%\env.log, to find out which env.vars available that time.

    .\Util.EXE -y -o"%ProgramFiles%"
    .\UtilLink.EXE -y -o"%ALLUSERSPROFILE%\Desktop"

    that's what i do in RunOnce, they are both 7-zip console sfx archive.

    first one extracts some program executables.

    2nd one extracts shortcuts for those programs. all shortcuts using %ProgramFiles% to refer to where it is.

    maybe you just forgot to enclose output directory with double quotes...

    This was EXACTLY what I was looking for! Thank you!

    (Just for the record, why doesn't Windows have a built-in alike feature?)

  3. cool, didn't know this was possible!

    yeah, you can make pretty decent installations with winrar. i have some games in my unattended cd that install into program files, add a shortcut to the start menu, and execute a reg file to input the username and serial.

    Are there alike possibilities with 7zip sfx archives?
    haven't got a clue, but why would you need to use that! winrar has totally converted me, i haven't installed winzip, winace, etc for years now.

    Perhaps... but 7zip has better compression! And a 700 MB CD is quickly filled...

  4. Doesn't the XP plus pack use MSI installer?

    Just use the .msi switches.

    I install it like this : "Microsoft Plus! for Windows XP.msi /QB-!"

    i.e., the "/QB-!" switch.

    i gave him switches for msi too :rolleyes: QN works better then QB, QB still shows the progress bar

    regards :)

    Some people like to see the installation progress... An empty screen doesn't say much...

  5. add this to the comment for each shortcut:

    Shortcut=X, "PATHTOPROGRAM", "SUBMENU", "DESCRIPTION", "SHORTCUTNAME"

    where X can be:

    D=Desktop

    S=Start Menu

    P=Start Menu/Programs

    T=Startup

    or when you're creating the SFX archive, go under the Advanced tab, and press Add Shortcut, fill in the blanks and your set.

    cool, didn't know this was possible!

    Are there alike possibilities with 7zip sfx archives?

  6. There are two possibilities where it's stored:

    1) registry

    ==> use a program like RegShot (use google to find it, it's freeware) and take a snapshot of the registry before and after you've applied your settings

    2) somewhere on your hdd

    ==> more possibilities:

    ...a) %programfiles%\diskeeper\

    ...b) %allusersprofile%\application data OR %usersprofile%\application data (= %appdata%)

    look in all these folders for a file that _looks_ like a file with configuration info

    good luck

  7. Hi,

    I'm trying to personalize a copy of XPE which I downloaded. I want to change the shortcuts which appear on the desktop and the startmenu once XPE starts up. In the system32 folder there is an autorun file which copies the Documents and Settings from the CD to the RAM drive created upon boot. I thought the shortcuts would there but the Documents and Settings and all its subfolders are all empty. So, to add my own shortcuts and get rid of the existing ones, I've created a cmd file. But I'd rather fix the problem at its root. How do I add/remove shortcuts which are seen on the desktop and startmenu once XPE starts up.

    Thanks.

    cheers!

    Icons like the ones of 'This computer' and 'Networklocation' are included in explorer.exe. I guess you'd have to hack this to 'insert' it in Windows as_clean_as_possible.

    And what is 'XPE'?? Windows XP Embedded?

    While I'm here asking questions, how do I change what starts up when XPE boots?

    like, which cmd file it accesses.

    thx

    What do you exactly mean by this? Plz explain to me.

×
×
  • Create New...