Hello guys! I'm using a little prog. called cdshell hider wich automates that task to hide files (boot) My problem is that i can't boot ERD commander 2005 anymore if i hide my cdshell boot files .(all other images and files load fine) If i put my ERD5.dat file in the hidden boot dir it runs the file but then i get : CDBOOT: Could not find NTLDR Is there a way to get ERD commander to work on this ? ps without hiding anything erd boots fine. cheers pirrup
btw if you don't want it to reboot your pc after install use this one : cmd1[pn]=['%cdrom%\\Applications\\VMware\\VMware.exe /s /v"ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1 /qn"'] i moved the /qn
silent install : xampp-win32-1.5.0-pl1-installer.exe /S but at the end it will ask you 2 questions (about running it as a service and if you want to start the config console) you can always make an autoit script to bypass those 2 questions
no it's correct but i use this in WPI : cmd1[pn]=['%cdrom%\\Applications\\VMware\\VMware.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"'] the " needs to be right after /v ---> so it is /v" and the " ends after DESKTOP_SHORTCUT=1
this is how i did it : VMware-workstation-5.5.0-18007.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"