Jump to content

JohnS

Member
  • Posts

    113
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

Everything posted by JohnS

  1. Ponch, Before formatting I only knew about two partitions, C:, where Windows was installed, and D:, where my documents were. During Windows installations, it found: C: 100 GB as Disk 0 Partition 1 (where Windows was installed) A 15 Gb partition as Disk 0 Partition 2 D: 200 GB as Disk 0 Partition 3 (where my documents were) A 16 Mb partition as Disk 0 Partition 4. I formatted C: and re-installed Windows there. Now that I have my missing partition back, disk management is showing the following: - A first 16Mb partition with no letter assigned - EFI System Partition - A second NTFS 100Gb partition, C: - Boot, pagination file, error image, Primary Partition - A third FAT32 15 Gb partition, D: - Primary Partition - A fourth NTFS 200 Gb partition, E: - System, Active, Primary Partition I am thinking about merging D: with E: JS
  2. UAU! That simple! It's already done. I have my missing partition back! Thank you so much. What I don't understand is why this happened during the installation process. Just one last question: Now that I made unusable my recovery partition, the one with 15Gb, I might as well merge it with one of the other big ones, no? JS
  3. You are right, Ponch. Disk Management shows my missing partition. Internet Explorer doesn't, so I don't have access to its files. What I want it for it to show, as before. I am not that much interested in the recovery partition, which before was hidden and now internet explorer shows as D: JS PS - I edited my first post by putting the size of all the partitions.
  4. Some head-up. I installed EaseUS Partition Master Home Edition and it presents the following result: C: /-/ File System: NTFS /-/ Status: Boot /-/ Type: Primary D: /-/ File System: FAT32 /-/ Status: None /-/ Type: Primary * (my former D:) /-/ File System: NTFS /-/ Status: System /-/ Type: Primary * /-/ File System: Other /-/ Status: None /-/ Type: Primary Also, Ubuntu Disk Utility is displaying the following information: C: Partition Type: HPFS/NTFS Partition Flags: - Type: NTFS And my former D: Partition Type: W95 FAT32 Partition Flags: Bootable Type: NTFS Does this help?
  5. Hi, all. I have an Asus Eepc with Windows 7 x64 pre-installed. I had two partitions, C: and D: Because of a virus I decided to format and re-install Windows 7 x64 from DVD. Booting from an external DVD player, I started the fresh installation process. Windows found four partitions: C: 100 GB as Disk 0 Partition 1 A 15 Gb partition as Disk 0 Partition 2 D: 200 GB as Disk 0 Partition 3 A 16 Mb partition as Disk 0 Partition 3. I formatted C: and ordered windows to be installed there. It gave me the following error: "The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks." I was not expecting this. I rebooted several times - I already had formatted C: and had no access to the OS - tried again and the last time that message didn't show up, so I could finish the installation. Now I have the C: partition, where Windows is installed, but my former D: partition, where all my documents are, is not shown. Instead I have a D: partition with 15 Gb and nothing inside. Using an Ubuntu DVD I can see that my D: partition is still there with all my data, but Windows is not showing it. Who can help me to get it back? Thank you so much in advance, JS
  6. Hello, Since ever I have been trying my unattended .iso with Microsoft VirtualPC and everything goes ok. I decided to try VirtualBox xVM from Sun and did an unattended install with the exact same .iso. Apart from having to rewrite some Autoit scripts because of mouse clicks, everythink was ok, only much faster. But there are however two things that don't work, and I can't figure why: - The monitor resolution does not obey the winnt.sif instruction to change to 1024 x 728. - The user creation with OOBEINFO.INI does not work; all I get is Administrator and not the user name I want. Has this happened with any of you?
  7. Hello, can anyone indicate me an online store in the USA where I can find a portuguese version of Windows Vista for sale? With € (euro) being so strong vs. $ I could save some bucks. I know that not many stores will sell it (if any) but why not try? I googled but could not find anything. Thank you
  8. Hello, damian666. I installed your program and I think it's a great work. I have some notes that I would like to share: 1- The installer says it's installing version 1.4, but the download link says version 1.5. Does the installer need an update or is it really version 1.4? You could add an "about" in the program, so we know the exact version; 2- The installer does not allow to choose the destination folder of the program. Could this be changed? 3- Like BLeU suggested, I would like to use the program without having it copying the images to the \wallchanger\wallpaper folder. I have a folder with 2.000 images, categorized in subfolders, and it is not necessary to make a copy of them all to that \wallpaper folder, duplicating them. So, if the program accepted a pointed folder and read all the subfolders with images it would be great. 4- Is it possible to make an installer without any packs? That way, the installer would be much smaller. I have been using freeware Wallpaper Cycler Lite for ages, and it does what I want very well: change the wallpaper at startup and exit. But if a fellow member creates a good and smaller program I will switch without problems. Sorry if this is too much and keep the good work, JS.
  9. Thank you
  10. My problem is: where do I set the view to Standard? Before I posted, I tried to find that but did not. Thank you
  11. Help me please! I think I have the same problem. For some reason, I only see the first post of the topic and the replies are all hidden and listed under that one. To see each reply I have to click on it. How can I get back the default view? Thank you.
  12. I don't understand how this works. Can you explain?
  13. It has come to my attention this small program: It seems perfect: it has a freen version and works with Firefox. http://www.qfxsoftware.com JS
  14. I am with sylvianorth. But I see a big difference between MS Virtual PC and VMware Workstation: The first one is free and the second is not .
  15. I am sorry, but the code previously posted does not work via RunOnceEx. It gives an error message stating that there are to many variables. Sorry, but I cannot make it work, so I would appreciate some help to make it work with a batch script. But I managed to make it work with an Autoit script: RunWait(@ComSpec & " /c Start " & @ScriptDir & '\vcredist_x86.exe /q:a /c:"VCREDI~1.EXE /q:a /c:""msiexec /i vcredist.msi /qb!"" "') ProcessWait("vcredist_x86.exe", 2);Pauses script execution until process exists. ProcessWaitClose("vcredist_x86.exe");Pauses script execution until the process does not exist.
  16. Here is an Autoit script based on previously Bi0haZarD, with some minor changes. One can change the default install path and choose to delete the desktop icon. Credits go to him. ; ---------------------------------------------------------------------------- ; ; AutoIt Version: 3.2.0.1 ; Author: Bi0haZarD ; Edited by JohnS ; Script Function: ; Silent Install Comodo Firewall 2.4 EN using ControlClicks ; ; ---------------------------------------------------------------------------- ; You must change the install setup file to ComodoFirewall_Setup.exe $OPTION = "Y" ; (Y)es or (N)o - Change or not the Default Destination Folder: Program Files\Comodo\Firewall $InstallPath = "Test" ; Location For Destination Folder under Program Files in case $OPTION="Y". ;Ex: if Test is chosen then install folder will be \Program Files\Test\Comodo\Firewall (\Comodo\Firewall is not changeable) $Icon = "N" ; (Y)es or (N)o - Delete or not the desktop icon $InstallPath1 = "\" ; Don't change this $InstallerTitle = "Comodo Personal Firewall Installation..." $MainSetup = "COMODO Firewall Pro Installer" $ConfigWiz = "Firewall Configuration Wizard" $Filename = @ScriptDir&"\ComodoFirewall_Setup.exe" $message1 = " Installing Comodo Firewall..."&@CRLF&@CRLF&" Please do NOT touch The Keyboard or Mouse until installation is complete." $message2 = " ¤ Starting "&$Filename&"..."&@CRLF $message3 = " ¤ Waiting for Main Installer to Start"&@CRLF $message4 = " ¤ Waiting for Configuration Wizard to Start"&@CRLF $message5 = " ¤ Waiting for Configuration Wizard to Finish"&@CRLF $message6 = " ¤ Waiting for Restart Dialog to Appear"&@CRLF $message7 = " ¤ Finished Installing"&@CRLF SplashTextOn($InstallerTitle, "", 370, 120, 7, 300, 4, -1, 8, -1) ControlSetText($InstallerTitle, "", "Static1", $message1 ) Run($Filename) ControlSetText($InstallerTitle, "", "Static1", $message1 & $message2) WinWaitActive("COMODO");Wait till Installer is shown ControlClick("COMODO", "In case", "Button1");Click the Yes Button to Confirm Install ControlSetText($InstallerTitle, "", "Static1", $message1 & $message2 & $message3) WinWaitActive($MainSetup);Wait until the Main installer is shown sleep(300) ControlClick($MainSetup, "Welcome to", "Button2");Click "Next" Button WinWaitActive($MainSetup, "END USER LICENSE AGREEMENT");Wait until the Licence Agreement is shown ControlClick($MainSetup, " END USER LICENSE AGREEMENT", "Button2");Click Yes to Accept License Agreement WinWaitActive($MainSetup, "Setup will install");Wait until Choose destination folder is shown If $OPTION = "N" Then sleep(300) ControlClick($MainSetup, "Setup will install", "Button2");Click "Next" Button for Default Install Path sleep(5000) EndIf If $OPTION= "Y" Then DirCreate(@ProgramFilesDir & $InstallPath1 & $InstallPath) sleep(1000) ControlClick($MainSetup, "Setup will install", "Button5");Click "Browse" Button to choose other than Default Install Path WinWait("", "Please select a folder");Wait until Choosing Window is shown If Not WinActive("", "Please select a folder") Then WinActivate("", "Please select a folder") WinWaitActive("", "Please select a folder") Sleep(4000) Send ("{TAB}{TAB}{RIGHT}") Send ($InstallPath2) Send ("{ENTER}") WinWaitActive($MainSetup, "Setup will install");Return to the same window as line 43 ControlClick($MainSetup, "Setup will install", "Button2");Click "Next" Button to begin install sleep(5000) EndIf ;Done Installing ;Configuration Wizard ControlSetText($InstallerTitle, "", "Static1", $message1 & $message2 & $message3 & $message4) Do sleep(500) Until WinExists($ConfigWiz) = "1" sleep(300) $ConfigHandle = WinGetHandle($ConfigWiz) WinActivate($ConfigHandle); Wait Until Configuration Wizard is shown sleep(300) ControlClick($ConfigHandle, "Sign me up for news", "Button4");Unticks sign in for Comodo news in licence window ControlClick($ConfigHandle, "Sign me up for news", "Button2");Click Next sleep(300) ControlClick($ConfigHandle, "Automatic configuration", "Button2");Click "Next" Button for Automatic Configuration sleep(300) ControlSetText($InstallerTitle, "", "Static1", $message1 & $message2 & $message3 & $message4 & $message5 & $message6) WinWaitActive($MainSetup, "Restart the computer");Wait until the Restart Screen is Shown sleep(300) ControlClick($MainSetup, "Restart the computer", "Button6");Unticks Restart the computer sleep(300) ControlClick($MainSetup, "Restart the computer", "Button2");Click Finish ControlSetText($InstallerTitle, "", "Static1", $message1 & $message2 & $message3 & $message4 & $message5 & $message6 & $message7) If $Icon = "Y" Then FileDelete (@DesktopCommonDir & "\COMODO Firewall Pro.lnk") EndIf Sleep(8000);Sleep for 8 Seconds to let Winzip Self-Extract to delete and close If you have a setup not in english then you have to replace lines 20 and 78 to 81 for whatever is in the configuration windows, which is language dependent: $ConfigWiz = "Firewall Configuration Wizard" ControlClick($ConfigHandle, "Sign me up for news", "Button4");Unticks sign in for Comodo news in licence window ControlClick($ConfigHandle, "Sign me up for news", "Button2");Click Next sleep(300) ControlClick($ConfigHandle, "Automatic configuration", "Button2");Click "Next" Button for Automatic Configuration I can add right now continental portuguese: $ConfigWiz = "Ajudante da Configuração da Firewal" ControlClick($ConfigHandle, "Inscrever-me para", "Button4");Unticks sign in for Comodo news in licence window ControlClick($ConfigHandle, "Inscrever-me para", "Button2");Click Next sleep(300) ControlClick($ConfigHandle, "Configuração automatica", "Button2");Click "Next" Button for Automatic Configuration English attached ComodoFirewall_EN.au3
  17. Hello all. I have portuguese XP and in IE7 some pages don't show portuguese characters right, like ã, é, ç, and so on. I have tried to change the page code to: - Unicode (UTF-8); - Western Europe (Windows); - Western Europe (ISO), And nothing works. I have access to other computers that with Unicode (UTF-8) show the pages correctly. Does anyone has any idea? Thank you for your time. JS
  18. Well, as there has been 7 people that downloaded my autoit script in here, I upload now a new autoit script that will tell you the 2 words that you need to replace for Office Shrinker to work in any non-english language: "retry" and "error". I made it just to improve my autoit knowledge. Enjoy Office_Schrink_Error_and_Retry_in_your_OS_language.exe
  19. Well, I haven't seen any interest in this but I'll post it anyway, as I have had the need to run a program that depends of those libraries. Credits to this page. I install it via RunOnceEx:
  20. It's not there that you have to change that command. That field in ORK is not changeable, it's just an example. You just have to click the exit button and it's all done. You have to change it in the batch that will execute the Office installation, get it?
  21. No one wants my money?
  22. Hi, I would like very much to donate, but don't have Credit Card or Paypal. Can I send the money to some address via snail mail so that some Admin. can collect it? Thank you. JS
  23. Fraizzo: If that is your .ini file, it must be wrong for sure. You have to replace retry=&Retry and error=Error for the same word in italian. Have you read this post? Just execute the attached file and you will see a box with two buttons: "retry" and "cancel" in your OS language. Use the word on the left. It's just a simple Autoit script: MsgBox(5,"Retry in Italian","") Unfortunately I can't figure out how to create an error message with Autoit, so that you can see the equivalent of "error" in your OS language. Maybe one of our Autoit masters could help Retry_in_italian.exe
  24. Two thoughts: 1. Have you ran Office Shrinker in a clean environment? 2. Did you change your "shrink.ini" to match italian language? JS
  25. From my point of view, and if we are talking about recovering files, I like more NTFSDOS from Winternals, as it has support for long file names and NTFS4DOS hasn't. It is much easier to find something in a hard disk if you can see the entire file or folder name, not just 8 characters. By the way, the link to NTFS4DOS from datapol seems to be dead, but one can find it here.
×
×
  • Create New...