Jump to content

thedexmonster

Members
  • Posts

    72
  • Joined

  • Last visited

  • Days Won

    1

thedexmonster last won the day on July 12 2010

thedexmonster had the most liked content!

About thedexmonster

  • Birthday 01/31/1984

Profile Information

  • Gender
    Male
  • Location
    California
  • OS
    Windows 7 x64
  • Country
    United States

Recent Profile Visitors

2,333 profile views

thedexmonster's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Can someone help me with a very simple program that can run in the background? I need to kill a task based on a filename whenever it starts. I am running Windows 10 x64 if it matters.
  2. I tried a lot of different configurations from 8GB up to 24GB. I did see an interesting error when trying to set my ramdisk as my VMWare VHD location. It complained about the destination file system not accepting large files. Strange seeing as it was NTFS. I think the problem is with ImDisk. I have used other programs in the past that showed my drives in the Disk Management Console. ImDisk does not.
  3. Have you considered adding RamDisk capability to the Toolkit? I manually run DISM using a RamDisk (Created with Open Source ImDisk: http://www.ltr-data.se/opencode.html) as the ScratchDir and it is significantly faster! Also, maybe someone could help me determine why DISM fails to integrate updates when the MountPoint is on a ramdisk?
  4. I have noticed that if I use your program to install an addon that puts the uninstall information in: HKLM,"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall it does not add the registry entries. All the files are copied and all other registry entries are added. If I manually install the program from the INF or if I use HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ it works fine.
  5. Wow... New Win Toolkit really helped program responsiveness!

  6. Well, I realize this would take way more effort than it's worth (if it's even possible) so I've given up :|. Everything gets linked properly but none of the files are originally placed in their modified locations. Causes a few problems... More advanced than I, just hoped I could simply trick the OS into doing what I asked.
  7. Thank you crashfly. I just stumbled upon the Win Toolkit which has an image registry editor. Going to work with it for a while.
  8. All of the entries show the system drive as D:, is this going to stay or is it just because my live system is C:?
  9. I would consider that as an option as well, as long as I can run it in the installation process before a bunch of things are assigned the value of the variable in question. Any ideas there?
  10. I would try installing from a usb drive to rule out bad optical drive. If you're not sure how to do that, check out http://arstechnica.com/business/2009/12/the-usb-flash-drive/. If that doesn't work, try integrating drivers using RT Seven Lite Beta 2.6.0 from http://www.sevenforums.com/tutorials/515-system-type-32-bit-x86-64-bit-x64.html.
  11. I am attempting to modify %ProgramFiles% and %ProgramFiles(x86)% definitions as well as a few minor directories during setup. What I am not sure of is where or when to apply this so windows copies the least amount of files to the default locations. If I have to, I will write a script that finds and replaces any registry entries already modified and use the results of the script to move those files to their new locations. Any guidance is greatly appreciated! Comments also!! I plan on using registry entries like the following. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment] "CSIDL_PROGRAM_FILES"="F:\\Program Files\\" "CSIDL_PROGRAM_FILESX86"="F:\\Program Files (x86)\\" "Users"="F:\\Users" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] "CSIDL_PROGRAM_FILES"="F:\\Program Files\\" "CSIDL_PROGRAM_FILESX86"="F:\\Program Files (x86)\\" "Users"="F:\\Users" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] "CommonFilesDir"="F:\\Program Files\\Common Files" "CommonFilesDir (x86)"="F:\\Program Files (x86)\\Common Files" "CommonW6432Dir"="F:\\Program Files\\Common Files" "ProgramFilesDir"="F:\\Program Files" "ProgramFilesDir (x86)"="F:\\Program Files (x86)" "ProgramW6432Dir"="F:\\Program Files" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] "Common Desktop"="F:\\Users\\All Users\\Desktop" "Common Start Menu"="F:\\Users\\All Users\\Start Menu" "CommonVideo"="F:\\Users\\All Users\\Media" "CommonPictures"="F:\\Users\\All Users\\Media" "Common Programs"="F:\\Users\\All Users\\Start Menu\\Programs" "CommonMusic"="F:\\Users\\All Users\\Media" "Common Administrative Tools"="F:\\Users\\All Users\\Start Menu\\Programs\\Administrative Tools" "Common Startup"="F:\\Users\\All Users\\Start Menu\\Programs\\Startup" "Common Documents"="F:\\Users\\All Users\\Documents" "OEM Links"="F:\\Users\\All Users\\Links" "Common Templates"="F:\\Users\\All Users\\Templates" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders] "CommonPictures"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,\ 4d,00,65,00,64,00,69,00,61,00,00,00 "CommonMusic"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,4d,\ 00,65,00,64,00,69,00,61,00,00,00 "CommonVideo"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,4d,\ 00,65,00,64,00,69,00,61,00,00,00 "Common Start Menu"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,\ 00,53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,00,00 "Common Programs"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,\ 53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,\ 00,6f,00,67,00,72,00,61,00,6d,00,73,00,00,00 "Common Startup"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,\ 53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,\ 00,6f,00,67,00,72,00,61,00,6d,00,73,00,5c,00,53,00,74,00,61,00,72,00,74,00,\ 75,00,70,00,00,00 "Common Templates"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,\ 00,54,00,65,00,6d,00,70,00,6c,00,61,00,74,00,65,00,73,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList] "Public"=hex(2):25,00,55,00,73,00,65,00,72,00,73,00,25,00,5c,00,50,00,75,00,62,\ 00,6c,00,69,00,63,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList] "Public"=hex(2):25,00,55,00,73,00,65,00,72,00,73,00,25,00,5c,00,50,00,75,00,62,\ 00,6c,00,69,00,63,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion] "CommonFilesDir"="F:\\Program Files (x86)\\Common Files" "CommonFilesDir (x86)"="F:\\Program Files (x86)\\Common Files" "CommonW6432Dir"="F:\\Program Files\\Common Files" "ProgramFilesDir"="F:\\Program Files (x86)" "ProgramFilesDir (x86)"="F:\\Program Files (x86)" "ProgramW6432Dir"="F:\\Program Files" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\Shell Folders] "Common Desktop"="F:\\Users\\All Users\\Desktop" "Common Start Menu"="F:\\Users\\All Users\\Start Menu" "CommonVideo"="F:\\Users\\All Users\\Media" "CommonPictures"="F:\\Users\\All Users\\Media" "Common Programs"="F:\\Users\\All Users\\Start Menu\\Programs" "CommonMusic"="F:\\Users\\All Users\\Media" "Common Administrative Tools"="F:\\Users\\All Users\\Start Menu\\Programs\\Administrative Tools" "Common Startup"="F:\\Users\\All Users\\Start Menu\\Programs\\Startup" "Common Documents"="F:\\Users\\All Users\\Documents" "OEM Links"="F:\\Users\\All Users\\Links" "Common Templates"="F:\\Users\\All Users\\Templates" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\User Shell Folders] "CommonPictures"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,\ 4d,00,65,00,64,00,69,00,61,00,00,00 "CommonMusic"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,4d,\ 00,65,00,64,00,69,00,61,00,00,00 "CommonVideo"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,4d,\ 00,65,00,64,00,69,00,61,00,00,00 "Common Start Menu"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,\ 00,53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,00,00 "Common Programs"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,\ 53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,\ 00,6f,00,67,00,72,00,61,00,6d,00,73,00,00,00 "Common Startup"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,00,\ 53,00,74,00,61,00,72,00,74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,\ 00,6f,00,67,00,72,00,61,00,6d,00,73,00,5c,00,53,00,74,00,61,00,72,00,74,00,\ 75,00,70,00,00,00 "Common Templates"=hex(2):25,00,50,00,55,00,42,00,4c,00,49,00,43,00,25,00,5c,\ 00,54,00,65,00,6d,00,70,00,6c,00,61,00,74,00,65,00,73,00,00,00
  12. This I like and thank you! I hadn't thought of that.
  13. This link comes up not found. Also, I need to know the version of windows installed, not the type of cpu installed. I'm running windows 7 64bit, %os% = Windows_NT. Doesn't help.
  14. Hello, I'm trying to install software on particular machines based on operating system and architecture. I've ran into a wall with this bit of code. For some reason it wont set the variable arch when ran remotely. SYSTEMINFO | FIND "System Type" > C:\sysType.txt FOR /F "usebackq delims=: tokens=3" %%c IN (C:\sysType.txt) DO SET arch=%%c ECHO %arch% | FIND "86" > NUL IF %ERRORLEVEL% == 0 ( GOTO VISTA ) ELSE ( GOTO 64 ) I also use this and it works fine: SYSTEMINFO | FIND "OS Name" > C:\osName.txt FOR /F "usebackq delims=: tokens=2" %%c IN (C:\osName.txt) DO SET vers=%%c vers always has a proper value. What am I doing wrong?
×
×
  • Create New...