Jump to content

chrisbraines

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About chrisbraines

chrisbraines's Achievements

0

Reputation

  1. Many thanks for the quick response I have done a bit more searching and I am fearly confident that this is wright for Windows 8.1 Pro VL (IR1_CPRA_X64FREV_EN-US_DV5) Unfortunately I do not have MSDN or Technet subscription so I can not confirm it from there either.
  2. Hi all In Windows 7 there used to be ISO disk labels inside the ISO's to identify the various versions of Windows 7 here are some examples (GRMCHPXFREO_EN_DVD) for Windows 7 with SP1 Home Premium RTM OEM x64 English (GRMCPRXFREO_EN_DVD) for Windows 7 with SP1 Professional RTM OEM x64 English (GRMCULXFREO_EN_DVD) for Windows 7 with SP1 Ultimate RTM OEM x64 English (GRMCENXVOL_EN_DVD) for Windows 7 with SP1 ENTERPRISE RTM Volume license OEM x64 English Can any one help me out regarding the equivalent in Windows 8.1 in particular I am after the following Windows 8.1 Pro RTM OEM 64k English US or UK with no updates Windows 8.1 Enterprise RTM OEM 64k English US or UK with no updates In windows 8.1 Enterprise I think it mite be this IL3_CPRA_X64FRED_EN-US_DV5 but I am not sure on this. I am sure that this question has been answered here in these Forums before but I can not seem to find it so please forgive me if it has already been answered Many thanks Chris Braines
  3. You are absolutely wright I failed to notice that was a UPX file but of more significance I am totally new to UPX files and don't know how to deal with them. Armed with this new information I have done some more research there seem plenty of applications that will decompress these files I am using a free one FreeUPX version 1.4 which can be downloaded from Softpedia here is the link http://www.softpedia.com/progDownload/Free-UPX-Download-97041.html While this application clearly decompresses the PhotoZoom Pro 4 Setup.exe file packed size bing 17.9Mb and the unpacked size being 18.7Mb but there is still no way of ext rating the files from the installer I have tried WinRAR 7Zip and Universal Extractor but none of these Programs work. I have also looked for any applications that allow you to extract files from memory but as of yet I have been unable to find any
  4. Dear dencorso Many thanks for your quick reply. I download the program you suggested but unfortunately I don't have enough knowledge to be able to use it. Anyway it got me thinking further and I came up with the idea of using Process Explorer to see if it would reveal any details of the type of installer that is being used by the program but after examining all the strings and data sections of this installer I have not been able to ascertain which installer is being used. I have also tried using the Universal Extractor to see if I could extract the files to a temporary folder but unfortunately the extraction fails however despite this the Universal Extractor seems to indicate that the type of installer be used is a Installshield I will do some more experiments using switches for the Installshield to see if the Program will install itself silently.Beyond this I don't have enough knowledge to take things further but I am confident that more advanced members will have better ideas on how to achieve a silent install for this Program.
  5. Yes I forgot to mention this but it does not respond to either the /? or /help switch either which if I am not mistaken would indicate that the Program uses a msi installer. I have also tried using the %temp% trick to see if it extracts any files to the temp folder which unfortunately it does not do.
  6. Can anyone help me regarding the silent install switches for PhotoZoom Pro 4.0 I have tried to install the program using the following switches which have proved unsuccessful 1) /qn /norestart it does not appear to be a msi installer 2) /VERYSILENT /SP- /NORESTART it does not appear to be a inno installer 3) /S If anyone could help me out on this one I would be most grateful.
  7. I may have approached this from the wrong angel after my original post I came up withe the idea to make a winrar SFX file which while is not as good as editing this Script dose provide a easy way to install this program silently.If anyone has been following this thread here is what I have come up with. You will need the following items WinRar itself YourUnistaller2010 setup file which you can download from this Softpedia link http://www.softpedia.com/progDownload/Your-Uninstaller-Download-29334.html PsKill.exe which again you can download from Softpedia at this link http://www.softpedia.com/get/System/System-Miscellaneous/PsKill.shtml RunHiddenConsole.exe which can be downloaded from these forums at this link http://www.msfn.org/board/topic/49184-tool-hide-console-command-line-windows/ You will find it at the bottom of the page. Once all the components have been downloaded you are ready to start. 1) First make a command file and name it YourUninstaller2010_Install.cmd Then paste this code into it. @echo off ECHO This Batch file will install YourUninstaller 2010 Pro 32k ECHO After the Instalation has finished pskill.exe will be run to prevent ECHO the program's main Window from opening. ECHO yusetup7.exe /VERYSILENT /SP- /NORESTART pskill.exe -t urmain.exe Exit 2) Then make a empty folder on your Desktop and name it YourUninstaller2010 3) Place all four files into this empty folder pskill.exe RunHiddenConsole.exe YourUninstaller2010_Install.cmd yusetup7.exe 4) Using the Windows Explorer open up this folder and select Edit from the menu and then again Select All 5) Then right clic and select from the Contex menu Add to arcive 6) WinRar will know display the name of the arcive diplayed at the top it should read as follows YourUninstaller2010.rar 7) now simply edit the name by removing the .rar file extension and chaning it to .exe YourUninstaller2010.exe 8) Leave all other settings unchanged and press OK 9) the new arcive will know appear in the same folder with the name of YourUninstaller2010.exe 10) Open the new file with WinRar and select Comment from the menu and paste this code into the small window ;The comment below contains SFX script commands Setup=RunHiddenConsole.exe /w YourUninstaller2010_Install.cmd TempMode Silent=1 Overwrite=1 Title=YourUninstaller2010 Pro 32k RunHiddenConsole.exe which will hide the command window during the programs instalation 11)If like me you are using Windows 7 it may be neccessary to disable the UAC this can be done from the Contol Panel 12)and finaly run the new program by selecting Run as Addministrator 13)I am sure this is not the best way to install this program but it dose offer a simply method which less advanced members like me can do and please if anyone has any improvments on this any comments would be appreciated
  8. I hope this has not been asked be for so please except my apologizes if it has. I am trying to install YourUninstaller Pro 2010 silently with this switch /VERYSILENT /SP- /NORESTART The Program for most parts installs completely silently but right at the end the Programs main menu appears.I think I am wright in saying that to prevent this from happening the Inno setup script has to be edited Using the Inno Setup Compiler.I successfully extracted the script which is here but I am not sure what to edit in this script. It think it maybe this found under Run part of this script but again I am not sure on this,so I would be most grateful if someone could put me wright on this. It mite even be possible to register the program as well if anyone has any further ideas on this it would be great BY REMOVING THESE LINES IT SHOULD BE POSSIBLE TO INSTALL THE PROGRAM USING THIS SWITCH BUT NOT SURE ON THIS ***************************************************************************************************************************************************************** /VERYSILENT /SP- /NORESTART [Run] Filename: "{app}\urmain.exe"; Parameters: "-buildcache"; StatusMsg: "Searching installed applications, this may take a few minutes..."; ----------- Remove ? Filename: "{app}\inimerge.exe"; Parameters: """{app}\uruninstaller.ini"" ""{userappdata}\URSoft\Your Uninstaller\uruninstaller.ini"""; ---------------- Remove ? Filename: "{app}\autoupdater.exe"; Parameters: "/halfsilent 0"; Description: "Check for updates."; ------------------------------------------------------------- Remove ? Filename: "{app}\urmain.exe"; Description: "Run Your Uninstaller!"; ----------------------------------------------------------------------------------------------------- Remove ? Here is the main part of the script ; InnoSetupVersion=5.4.2 (a) [Setup] AppName=Your Uninstaller! 2010 AppVerName=Your Uninstaller! 2010 AppVersion=7.0 DefaultDirName={pf}\Your Uninstaller 2010 DefaultGroupName=Your Uninstaller 2010 OutputBaseFilename=yusetup2010 Compression=lzma PrivilegesRequired=poweruser LicenseFile=embedded\License.rtf WizardImageFile=embedded\WizardImage.bmp WizardSmallImageFile=embedded\WizardSmallImage.bmp [Files] Source: "{tmp}\pskill.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion Source: "{app}\inimerge.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\urmain.exe"; DestDir: "{app}"; BeforeInstall: "CloseProgram"; Flags: ignoreversion Source: "{app}\uninstaller.chm"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\Languages\Arabic.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Belarusian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Bulgarian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Czech.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Danish.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Dutch.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\English.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\French.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\German.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Hungarian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Italian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\korean.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Norwegian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Polish.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Portugues.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Russian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Serbian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Simplified Chinese.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Slovak.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Spanish.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\T-Chinese.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Turkish.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Ukrainian.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\Languages\Vietnamese.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion Source: "{app}\templates\proginfo_ar.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_bg.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_cn.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_da.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_en.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_fr.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_hu.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_it.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_ko.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_pl.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_pt.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_ru.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_sp.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_tr.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_tw.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_uk.tpl"; DestDir: "{app}\templates"; Source: "{app}\templates\proginfo_vn.tpl"; DestDir: "{app}\templates"; Source: "{app}\diskclean.ico"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\crosshair.ani"; DestDir: "{app}"; Flags: ignoreversion Source: "{tmp}\pintaskbar.vbs"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion Source: "{app}\autoupdater.exe"; DestDir: "{app}"; BeforeInstall: "KillAutoUpdater"; Flags: restartreplace ignoreversion Source: "{app}\autoupdater.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\skipfilenames.dat"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\fos.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\fos.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\license.rtf"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\update.ini"; DestDir: "{app}"; Source: "{app}\uruninstaller.ini"; DestDir: "{app}"; Flags: ignoreversion Source: "{app}\vcl70.bpl"; DestDir: "{app}"; Source: "{app}\rtl70.bpl"; DestDir: "{app}"; Source: "{app}\vclx70.bpl"; DestDir: "{app}"; Source: "{app}\wintools,1.ini"; DestDir: "{app}"; DestName: "wintools.ini"; MinVersion: 6.0,6.0; Flags: ignoreversion Source: "{app}\wintools,2.ini"; DestDir: "{app}"; DestName: "wintools.ini"; OnlyBelowVersion: 6.0,6.0; Flags: ignoreversion [Registry] Root: HKCU; Subkey: "Software\URSoft\Your Uninstaller!"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey Root: HKCU; Subkey: "Software\URSoft\Your Uninstaller!"; ValueName: "Path"; ValueType: String; ValueData: "{app}\urmain.exe"; Flags: uninsdeletekey Root: HKCR; Subkey: ".exe\shell\YU3"; ValueType: String; ValueData: "Uninstall with Your Uninstaller!"; Flags: uninsdeletekey Root: HKCR; Subkey: ".exe\shell\YU3\command"; ValueType: String; ValueData: "{app}\urmain.exe %1"; Flags: uninsdeletekey Root: HKCR; Subkey: "exefile\shell\YU3"; ValueType: String; ValueData: "Uninstall with Your Uninstaller!"; Flags: uninsdeletekey Root: HKCR; Subkey: "exefile\shell\YU3\command"; ValueType: String; ValueData: "{app}\urmain.exe %1"; Flags: uninsdeletekey *********************************************************************************************************************************************************************************************************** *********************************************************************************************************************************************************************************************************** BY REMOVING THESE LINES IT SHOULD BE POSSIBLE TO INSTALL THE PROGRAM USING THIS SWITCH BUT NOT SURE ON THIS /VERYSILENT /SP- /NORESTART [Run] Filename: "{app}\urmain.exe"; Parameters: "-buildcache"; StatusMsg: "Searching installed applications, this may take a few minutes..."; ----Remove ? Filename: "{app}\inimerge.exe"; Parameters: """{app}\uruninstaller.ini"" ""{userappdata}\URSoft\Your Uninstaller\uruninstaller.ini"""; ------------ Remove ? Filename: "{app}\autoupdater.exe"; Parameters: "/halfsilent 0"; Description: "Check for updates."; ----------------------------------------------------------- Remove ? Filename: "{app}\urmain.exe"; Description: "Run Your Uninstaller!"; ------------------------------------------------------------------------------------------------------- Remove ? ************************************************************************************************************************************************************************************************************* ************************************************************************************************************************************************************************************************************* [UninstallRun] Filename: "{app}\fos.exe"; Parameters: """Your Uninstaller!"" ""{app}\urmain.exe"""; RunOnceId: "FeedBack"; [Icons] Name: "{group}\Your Uninstaller!"; Filename: "{app}\urmain.exe"; WorkingDir: "{app}"; Comment: "Your Uninstaller! - Quickly and easily remove unwanted applications."; Name: "{group}\Your Uninstaller! - Hunter Mode"; Filename: "{app}\urmain.exe"; Parameters: "-hunter"; WorkingDir: "{app}"; Comment: "Hunter Mode - The quickest way to uninstall."; Name: "{group}\Help document"; Filename: "{app}\uninstaller.chm"; WorkingDir: "{app}"; Comment: "Help document of Your Uninstaller!."; Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; Comment: "Remove Your Uninstaller! from your computer."; Name: "{group}\Visit our site"; Filename: "http://www.ursoftware.com/?ref=setup"; WorkingDir: "{app}"; Comment: "Visit our site on the web"; Name: "{userdesktop}\Your Uninstaller!"; Filename: "{app}\urmain.exe"; WorkingDir: "{app}"; OnlyBelowVersion: 5.0,6.0; Name: "{userdesktop}\Your Unin-staller!"; Filename: "{app}\urmain.exe"; WorkingDir: "{app}"; MinVersion: 5.0,6.01; Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Your Uninstaller!"; Filename: "{app}\urmain.exe"; WorkingDir: "{app}"; Comment: "Your Uninstaller! - Quickly and easily remove unwanted applications."; Tasks: "quicklaunchicon"; [Tasks] Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons"; OnlyBelowVersion: 6.0,6.0; [CustomMessages] en.NameAndVersion=%1 version %2 en.AdditionalIcons=Additional icons: en.CreateDesktopIcon=Create a &desktop icon en.CreateQuickLaunchIcon=Create a &Quick Launch icon en.ProgramOnTheWeb=%1 on the Web en.UninstallProgram=Uninstall %1 en.LaunchProgram=Launch %1 en.AssocFileExtension=&Associate %1 with the %2 file extension en.AssocingFileExtension=Associating %1 with the %2 file extension... nl.NameAndVersion=%1 versie %2 nl.AdditionalIcons=Extra snelkoppelingen: nl.CreateDesktopIcon=Maak een snelkoppeling op het &bureaublad nl.CreateQuickLaunchIcon=Maak een snelkoppeling op de &Snel starten werkbalk nl.ProgramOnTheWeb=%1 op het Web nl.UninstallProgram=Verwijder %1 nl.LaunchProgram=&Start %1 nl.AssocFileExtension=&Koppel %1 aan de %2 bestandsextensie nl.AssocingFileExtension=Bezig met koppelen van %1 aan de %2 bestandsextensie... fr.NameAndVersion=%1 version %2 fr.AdditionalIcons=Icônes supplémentaires : fr.CreateDesktopIcon=Créer une icône sur le &Bureau fr.CreateQuickLaunchIcon=Créer une icône dans la barre de &Lancement rapide fr.ProgramOnTheWeb=Page d'accueil de %1 fr.UninstallProgram=Désinstaller %1 fr.LaunchProgram=Exécuter %1 fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2 fr.AssocingFileExtension=Associe %1 avec l'extension de fichier %2... dn.NameAndVersion=%1 version %2 dn.AdditionalIcons=Ekstra ikoner: dn.CreateDesktopIcon=Lav ikon på skrive&bordet dn.CreateQuickLaunchIcon=Lav &hurtigstart-ikon dn.ProgramOnTheWeb=%1 på internettet dn.UninstallProgram=Afinstaller (fjern) %1 dn.LaunchProgram=&Kør %1 dn.AssocFileExtension=Sammen&kæd %1 med filtypen %2 dn.AssocingFileExtension=Sammenkæder %1 med filtypen %2... br.NameAndVersion=%1 versão %2 br.AdditionalIcons=Ícones adicionais: br.CreateDesktopIcon=Criar um ícone na Área de &Trabalho br.CreateQuickLaunchIcon=Criar um ícone na &Barra de Inicialização Rápida br.ProgramOnTheWeb=%1 na Internet br.UninstallProgram=Desinstalar %1 br.LaunchProgram=Executar %1 br.AssocFileExtension=Associar %1 com a e&xtensão de arquivo %2 br.AssocingFileExtension=Associando %1 com a extensão de arquivo... fi.NameAndVersion=%1 versio %2 fi.AdditionalIcons=Lisäkuvakkeet: fi.CreateDesktopIcon=Lu&o kuvake työpöydälle fi.CreateQuickLaunchIcon=Luo kuvake &pikakäynnistyspalkkiin fi.ProgramOnTheWeb=%1 Internetissä fi.UninstallProgram=Poista %1 fi.LaunchProgram=&Käynnistä %1 fi.AssocFileExtension=&Yhdistä %1 tiedostopäätteeseen %2 fi.AssocingFileExtension=Yhdistetään %1 tiedostopäätteeseen %2 ... pt.NameAndVersion=%1 versão %2 pt.AdditionalIcons=Ícones adicionais: pt.CreateDesktopIcon=Criar ícone no Ambiente de &Trabalho pt.CreateQuickLaunchIcon=&Criar ícone na barra de Iniciação Rápida pt.ProgramOnTheWeb=%1 na Web pt.UninstallProgram=Desinstalar o %1 pt.LaunchProgram=Executar o %1 pt.AssocFileExtension=Associa&r o %1 aos ficheiros com a extensão %2 pt.AssocingFileExtension=A associar o %1 aos ficheiros com a extensão %2... hg.NameAndVersion=%1 %2 verzió hg.AdditionalIcons=További ikonok: hg.CreateDesktopIcon=Ikon létrehozása az &Asztalon hg.CreateQuickLaunchIcon=Ikon létrehozása a &Gyorsindítás eszköztáron hg.ProgramOnTheWeb=%1 a weben hg.UninstallProgram=%1 eltávolítása hg.LaunchProgram=%1 elindítása hg.AssocFileExtension=A(z) %1 &társítása a(z) %2 fájlkiterjesztéssel hg.AssocingFileExtension=A(z) %1 társítása a(z) %2 fájlkiterjesztéssel... hb.NameAndVersion=%1 âéøñä %2 hb.AdditionalIcons=ñéîìåðéí ðåñôéí: hb.CreateDesktopIcon=öåø ÷éöåø ãøê òì &ùåìçï äòáåãä hb.CreateQuickLaunchIcon=öåø ñéîìåï áùåøú ääøöä äîäéøä hb.ProgramOnTheWeb=%1 áøùú hb.UninstallProgram=äñø àú %1 hb.LaunchProgram=äôòì %1 hb.AssocFileExtension=&÷ùø àú %1 òí ñéåîú ä÷åáõ %2 hb.AssocingFileExtension=î÷ùø àú %1 òí ñéåîú ä÷åáõ %2 ca.NameAndVersion=%1 versió %2 ca.AdditionalIcons=Icones addicionals: ca.CreateDesktopIcon=Crea una icona a l'&Escriptori ca.CreateQuickLaunchIcon=Crea una icona a la &Barra de tasques ca.ProgramOnTheWeb=%1 a Internet ca.UninstallProgram=Desinstal·la %1 ca.LaunchProgram=Obre %1 ca.AssocFileExtension=&Associa %1 amb l'extensió de fitxer %2 ca.AssocingFileExtension=Associant %1 amb l'extensió de fitxer %2... nw.NameAndVersion=%1 versjon %2 nw.AdditionalIcons=Ekstra-ikoner: nw.CreateDesktopIcon=Lag ikon på &skrivebordet nw.CreateQuickLaunchIcon=Lag et &Hurtigstarts-ikon nw.ProgramOnTheWeb=%1 på nettet nw.UninstallProgram=Avinstaller %1 nw.LaunchProgram=Kjør %1 nw.AssocFileExtension=&Koble %1 med filetternavnet %2 nw.AssocingFileExtension=Kobler %1 med filetternavnet %2... sp.NameAndVersion=%1 versión %2 sp.AdditionalIcons=Iconos adicionales: sp.CreateDesktopIcon=Crear un icono en el &escritorio sp.CreateQuickLaunchIcon=Crear un icono de &Inicio Rápido sp.ProgramOnTheWeb=%1 en la Web sp.UninstallProgram=Desinstalar %1 sp.LaunchProgram=Ejecutar %1 sp.AssocFileExtension=&Asociar %1 con la extensión de archivo %2 sp.AssocingFileExtension=Asociando %1 con la extensión de archivo %2... po.NameAndVersion=%1 wersja %2 po.AdditionalIcons=Dodatkowe ikony: po.CreateDesktopIcon=Utwórz ikonê na &pulpicie po.CreateQuickLaunchIcon=Utwórz ikonê na pasku &szybkiego uruchamiania po.ProgramOnTheWeb=Strona WWW programu %1 po.UninstallProgram=Deinstalacja programu %1 po.LaunchProgram=Uruchom program %1 po.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2 po.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2... ba.NameAndVersion=%1 %2 bertsioa ba.AdditionalIcons=Ikono gehigarriak: ba.CreateDesktopIcon=&Mahaigainean lasterbidea sortu ba.CreateQuickLaunchIcon=&Ataza Barran lasterbidea sortu ba.ProgramOnTheWeb=%1 sarean ba.UninstallProgram=%1 desinstalatu ba.LaunchProgram=%1 abiarazi ba.AssocFileExtension=&Lotu %1 programa %2 fitxategi luzapenarekin ba.AssocingFileExtension=%1 programa %2 fitxategi luzapenarekin lotzen... cz.NameAndVersion=%1 verze %2 cz.AdditionalIcons=Další zástupci: cz.CreateDesktopIcon=Vytvoøit zástupce na &ploše cz.CreateQuickLaunchIcon=Vytvoøit zástupce na panelu &Snadné spuštìní cz.ProgramOnTheWeb=Aplikace %1 na internetu cz.UninstallProgram=Odinstalovat aplikaci %1 cz.LaunchProgram=Spustit aplikaci %1 cz.AssocFileExtension=Vytvoøit &asociaci mezi soubory typu %2 a aplikací %1 cz.AssocingFileExtension=Vytváøí se asociace mezi soubory typu %2 a aplikací %1... ge.NameAndVersion=%1 Version %2 ge.AdditionalIcons=Zusätzliche Symbole: ge.CreateDesktopIcon=&Desktop-Symbol erstellen ge.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste erstellen ge.ProgramOnTheWeb=%1 im Internet ge.UninstallProgram=%1 entfernen ge.LaunchProgram=%1 starten ge.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung ge.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert... it.NameAndVersion=%1 versione %2 it.AdditionalIcons=Icone aggiuntive: it.CreateDesktopIcon=Crea un'icona sul &desktop it.CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce it.ProgramOnTheWeb=%1 sul Web it.UninstallProgram=Disinstalla %1 it.LaunchProgram=Avvia %1 it.AssocFileExtension=&Associa l'estensione %2 a %1 it.AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso... ru.NameAndVersion=%1, âåðñèÿ %2 ru.AdditionalIcons=Äîïîëíèòåëüíûå çíà÷êè: ru.CreateDesktopIcon=Ñîçäàòü çíà÷îê íà &Ðàáî÷åì ñòîëå ru.CreateQuickLaunchIcon=Ñîçäàòü çíà÷îê â &Ïàíåëè áûñòðîãî çàïóñêà ru.ProgramOnTheWeb=Ñàéò %1 â Èíòåðíåòå ru.UninstallProgram=Äåèíñòàëëèðîâàòü %1 ru.LaunchProgram=Çàïóñòèòü %1 ru.AssocFileExtension=Ñâ&ÿçàòü %1 ñ ôàéëàìè, èìåþùèìè ðàñøèðåíèå %2 ru.AssocingFileExtension=Ñâÿçûâàíèå %1 ñ ôàéëàìè %2... sl.NameAndVersion=%1 razlièica %2 sl.AdditionalIcons=Dodatne ikone: sl.CreateDesktopIcon=Ustvari ikono na &namizju sl.CreateQuickLaunchIcon=Ustvari ikono za &hitri zagon sl.ProgramOnTheWeb=%1 na spletu sl.UninstallProgram=Odstrani %1 sl.LaunchProgram=Odpri %1 sl.AssocFileExtension=&Poveži %1 s pripono %2 sl.AssocingFileExtension=Povezujem %1 s pripono %2... cn.NameAndVersion=%1 °æ±¾ %2 cn.AdditionalIcons=¸½¼Óͼ±ê£º cn.CreateDesktopIcon=´´½¨×ÀÃæͼ±ê(&D) cn.CreateQuickLaunchIcon=´´½¨¿ìËÙÆô¶¯À¸Í¼±ê(&Q) cn.ProgramOnTheWeb=%1 ÍøÕ¾ cn.UninstallProgram=жÔØ %1 cn.LaunchProgram=ÔËÐÐ %1 cn.AssocFileExtension=½« %1 Óë %2 ÎļþÀ©Õ¹Ãû¹ØÁª(&A) cn.AssocingFileExtension=ÕýÔÚ½« %1 Óë %2 ÎļþÀ©Õ¹Ãû¹ØÁª... tw.NameAndVersion=%1 ª©¥» %2 tw.AdditionalIcons=ªþ¥[¹Ï¥Ü: tw.CreateDesktopIcon=«Ø¥ß®à­±¹Ï¥Ü(&D) tw.CreateQuickLaunchIcon=«Ø¥ß§Ö³t±Ò°Ê¹Ï¥Ü(&Q) tw.ProgramOnTheWeb=%1 ªººô¯¸ tw.UninstallProgram=¸Ñ°£¦w¸Ë %1 tw.LaunchProgram=±Ò°Ê %1 tw.AssocFileExtension=±N %1 »PÀÉ®×°ÆÀɦW %2 ²£¥ÍÃöÁp(&A) tw.AssocingFileExtension=¥¿¦b±N %1 »PÀÉ®×°ÆÀɦW %2 ²£¥ÍÃöÁp... ar.NameAndVersion=%1 ÇáäÓÎÉ %2 ar.AdditionalIcons=ÑãæÒ ÅÖÇÝíÉ : ar.CreateDesktopIcon=ÅäÔÇÁ ÃíÞæäÉ Úáì ÓØÍ ÇáãßÊÈ : ar.CreateQuickLaunchIcon=ÅäÔÇÁ ÃíÞæäÉ ÅØáÇÞ ÓÑíÚ ÈÌæÇÑ ÇÈÏà ar.ProgramOnTheWeb=%1 Úáì ÇáÅäÊÑäÊ ar.UninstallProgram=%1 ÅáÛÇÁ ÊËÈíÊ ar.LaunchProgram=%1 ÊÔÛíá ar.AssocFileExtension=ÅÔÑÇß %1 ãÚ ÅãÊÏÇÏ ãáÝ %2 ar.AssocingFileExtension=íÊã ÅÔÑÇß %1 ãÚ ÅãÊÏÇÏ ãáÝ %2 ... [Languages] ; These files are stubs ; To achieve better results after recompilation, use the real language files Name: "en"; MessagesFile: "embedded\en.isl"; Name: "nl"; MessagesFile: "embedded\nl.isl"; Name: "fr"; MessagesFile: "embedded\fr.isl"; Name: "dn"; MessagesFile: "embedded\dn.isl"; Name: "br"; MessagesFile: "embedded\br.isl"; Name: "fi"; MessagesFile: "embedded\fi.isl"; Name: "pt"; MessagesFile: "embedded\pt.isl"; Name: "hg"; MessagesFile: "embedded\hg.isl"; Name: "hb"; MessagesFile: "embedded\hb.isl"; Name: "ca"; MessagesFile: "embedded\ca.isl"; Name: "nw"; MessagesFile: "embedded\nw.isl"; Name: "sp"; MessagesFile: "embedded\sp.isl"; Name: "po"; MessagesFile: "embedded\po.isl"; Name: "ba"; MessagesFile: "embedded\ba.isl"; Name: "cz"; MessagesFile: "embedded\cz.isl"; Name: "ge"; MessagesFile: "embedded\ge.isl"; Name: "it"; MessagesFile: "embedded\it.isl"; Name: "ru"; MessagesFile: "embedded\ru.isl"; Name: "sl"; MessagesFile: "embedded\sl.isl"; Name: "cn"; MessagesFile: "embedded\cn.isl"; Name: "tw"; MessagesFile: "embedded\tw.isl"; Name: "ar"; MessagesFile: "embedded\ar.isl";
  9. chrisbraines, here is the link to the Unattended $OEM$ structure for XP. I could not find one for W7. I think you can get the right idea here. I suspect you will have trouble using the $OEM$ folder with the User path because the users have not been created when the $OEM$ folder contents are copied. Enjoy, John. Dear John, Many thanks for you quick response and referring me to the Unattened Website.I may have solved the problem of adding shortcuts to the Sart\All Programs menu in Windows 7. I have rearranged my $OEM$ folders.The new layout is as follows $OEM$\$1\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\"add your shortcuts here" This seems to be working ok for me.I do know that there are quite alot of differences in the layout of $OEM$ folders between XP and Windows 7.It has caught me out on quite a few occasions.Anyway it is working fine for me know and I do hope that anyone else following this thread will find this useful.
  10. chrisbraines, here is the link to the Unattended $OEM$ structure for XP. I could not find one for W7. I think you can get the right idea here. I suspect you will have trouble using the $OEM$ folder with the User path because the users have not been created when the $OEM$ folder contents are copied. Enjoy, John.
  11. I do apologize if this question has been asked before but I could not find any reference to it in this Forum. I am trying to add some Shortcuts to the Start\All Programs menu in Windows 7 Home Premium 64K edition. In my normal Windows 7 the Shortcuts are located at the following C:\Users\Chris\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\*.Ink Chris being my User Account I would like to add these Shortcuts to $OEM$ folders but I am not shore where to place them.I think it may be this but again I am not shore on this. $OEM$\$1\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\*.Ink If all else fails I could mount the Image and add the Shortcuts to the install.wim but I would rather use the $OEM$ Folders instead. If anyone could put me right on this one I would be most grateful. Many thanks Chris UK
  12. Dear untermensch. Many thanks for you quick reply.I can see the way forward know I use WinRar SFX's files to perform most of my application Installs.It occurs to me that all I need to do is pack both the 32Bit Setup File and its 64Bit counterpart into one SFX file and use a Batch file to install the appropriate version.This approach could be applied to any application that has both 32Bit and 64Bit versions,O&O Defrag Pro is anther example of this. I will post back when I have this working with more specific details for anyone else following this topic. P.S I think this post should have been posted under Application Installs please except my apologies for this oversight.
  13. I am relatively new two these Forums so please forgive me for any errors or admissions.Just recently I have successfully made my first Windows 7 All In One Silent Install the only version not being Installed is Ultimate. I have been following this guide and have made some small modifications to suite my own needs. http://chall32.blogspot.com/2009/11/windows-7-all-in-one-32-and-64-bit-dvd.html The Silent Install starts with a small menu appearing and I select the version of Windows to be Installed being either being 32Bit or 64Bit.After the version has been selected the Installation proceeds as normal and then just before First Log On Setupcomplete.cmd is run to install various Software applications. My problem is there seems to be no way of installing either 32Bit version of a program or its 64Bit counterpart.WinRar is a good example if this it comes in both 32Bit or 64Bit versions.I have Goggled for a solution to this as well as searched these Forums.If anyone has any ideas on how this problem could be overcome I would be most gratefully for any comments or suggestions. Of course I am aware that 32Bit Applications will work under a 64Bit Platform but it would be nice to have a 32Bit App Installed to a 32Bit OS or a 64Bit App installed to a 64Bit OS Here is my AutoUnattend.xml which may of use to someone <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <UserLocale>en-GB</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-GB</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label></Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <Organization>Home User</Organization> <FullName>Owner</FullName> <AcceptEula>true</AcceptEula> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label></Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <Organization>Home User</Organization> <FullName>Owner</FullName> <AcceptEula>true</AcceptEula> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="X86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <Themes> <ThemeName>Architecture</ThemeName> <DefaultThemesOff>false</DefaultThemesOff> <DesktopBackground>%WINDIR%\web\wallpaper\Landscapes\Canada.bmp</DesktopBackground> <ScreenSaver>Bubbles.scr</ScreenSaver> </Themes> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>RunHiddenConsole.exe /W %systemdrive%\Install\Tools\CleanUp.cmd</CommandLine> <Description>Performing a CleanUp</Description> <Order>1</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>RunHiddenConsole.exe /W %systemdrive%\Install\Tools\Reboot.cmd</CommandLine> <Description>Rebooting The Computer</Description> <Order>2</Order> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> <ProtectYourPC>2</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Description>Home User</Description> <DisplayName>Owner</DisplayName> <Group>Administrators</Group> <Name>Owner</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <TimeZone>GMT Standard Time</TimeZone> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="X86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1> <Gadget2>%PROGRAMFILES%\windows sidebar\gadgets\Calendar.Gadget,true</Gadget2> <Gadget3>%PROGRAMFILES%\windows sidebar\shared gadgets\All_CPU_Meter_V2.6.gadget,true</Gadget3> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="X86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FilterLevel>High</FilterLevel> <PlaySound>false</PlaySound> <ShowInformationBar>false</ShowInformationBar> <DisableAccelerators>false</DisableAccelerators> <DisableDevTools>true</DisableDevTools> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <DisableOOBAccelerators>true</DisableOOBAccelerators> <Home_Page>www.google.co.uk</Home_Page> <ShowMenuBar>true</ShowMenuBar> <BlockPopups>yes</BlockPopups> </component> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="X86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Home-PC</ComputerName> <RegisteredOrganization>Home User</RegisteredOrganization> <RegisteredOwner>Owner</RegisteredOwner> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/win7/sources/install.wim#Windows 7 PROFESSIONAL " xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> And also here is my setupcomplete.cmd ************************************* @echo off TITLE Windows 7 All In One Edition - RunOnceEx Method of Silent Installation ECHO. ECHO Over the next few minutes you will see automated installations . ECHO Of various sofware applications for windows 7 All In One Edition togeather with some registry tweaks. ECHO a small System Cleanup will be performed and and the computer will restart automatically once the process has finished! REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\010 /VE /D "Installing Acronis TrueImage 11" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\AcronisTrueImage11\AcronisTrueImage.msi PIDKEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxx /Qn /norestart" /f REG ADD %KEY%\015 /VE /D "Installing Adobe Flash Player 10 ActiveX" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\AdobeFlashPlayer10_ActiveX\install_flash_player_10_active_x.msi /qn" /f REG ADD %KEY%\020 /VE /D "Installing Adobe Flash Player 10" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\AdobeFlashPlayer10\install_flash_player_ax.exe /s" /f REG ADD %KEY%\025 /VE /D "Installing Adobe Reader 9.3" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\AdobeReader9.3\AdbeRdr930_en_US.exe /sAll /rs" /f REG ADD %KEY%\030 /VE /D "Installing Adobe Shockwave Player 11.5" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\AdobeShockwavePlayer11.5\sw_lic_full_installer.msi /qn /norestart" /f REG ADD %KEY%\035 /VE /D "Installing Google Earth 5.1" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\GoogleEarth5.1\GoogleEarth5.1.exe" /f REG ADD %KEY%\040 /VE /D "Installing Klcodec 5.9" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Klcodec5.9\K-Lite_Codec_Pack_590_Standard.exe /verysilent" /f REG ADD %KEY%\045 /VE /D "Installing Nero 7.10 Premium" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\Nero7.10\Nero7.10.exe" /f REG ADD %KEY%\050 /VE /D "Installing OO Defrag Pro 11.5" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\OODefragPro11.5\O&ODefragPro11.5.exe" /f REG ADD %KEY%\055 /VE /D "Installing Picasa 3.6" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\Picasa3.6\picasa36-setup.exe /S /L" /f REG ADD %KEY%\060 /VE /D "Installing PowerDVD 8.0" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Install\Powerdvd8.0\PowerDVD8.0.exe" /f REG ADD %KEY%\065 /VE /D "Installing Registry Tweaks" /f REG ADD %KEY%\065 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\tweaks.reg" /f REG ADD %KEY%\070 /VE /D "Installing TuneUp Utilities 2010" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\TuneUpUtilities2010\TuneUp2010.exe" /f REG ADD %KEY%\075 /VE /D "Installing WhiteCap 5.3" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\WhiteCap5.3\WhiteCap_530.exe /S" /f REG ADD %KEY%\080 /VE /D "Installing Windows Live Mail" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\WindowsLiveMail\WindowsMail.exe" /f REG ADD %KEY%\085 /VE /D "Installing WinRar 3.91" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\Install\WinRar\WinRar3.9.exe" /f REG ADD %KEY%\090 /VE /D "Performing a System CleanUp" /f REG ADD %KEY%\095 /VE /D "Rebooting The Computer" /f EXIT Many Thanks for any comments or suggestions Chris UK
  14. I am relatively new to these Forums an so I do apologize if this question has been asked before. I am using setupcomplete.cmd to install a number of Programs at the end of my Vista Home Basic Silent Install. The Installation proceeds fine and all the Programs install themselves without an issues.Yet inspite of this I cannot get the Computer to reboot after the Programs have been installed. I have been using a small command file to perform the reboot but unfortunately I cannot get it to work.Here is my setupcomplete.cmd file @echo off TITLE Windows Vista Home Basic SP2 32K Edition - RunOnceEx Method of Silent Installation ECHO. ECHO Over the next few minutes you will see automated installations . ECHO Of various software applications for windows Vista Home Basic 32K Edition together. ECHO With Hotfixes no Drivers have been added.Some registry tweaks have been added. ECHO The computer will restart automatically once the process has finished! REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Installing Acronis Disk Director 10" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\AcronisDiskDirector10\AcronisDiskDirector.msi PIDKEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /Qn /norestart" /f REG ADD %KEY%\010 /VE /D "Installing Acronis TrueImage 11" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\AcronisTrueImage11\AcronisTrueImage.msi PIDKEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /Qn /norestart" /f REG ADD %KEY%\015 /VE /D "Installing Adobe Flash Player 10 ActiveX" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\AdobeFlashPlayer10_ActiveX\nstall_flash_player_10_active_x.exe /s" /f REG ADD %KEY%\020 /VE /D "Installing Adobe Flash Player 10" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\AdobeFlashPlayer10\install_flash_player_ax.exe /s" /f REG ADD %KEY%\025 /VE /D "Installing Adobe Reader 9.1" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\AdobeReader9.0\AdbeRdr910_en_US_Std.exe /sAll /rs" /f REG ADD %KEY%\030 /VE /D "Installing Adobe Shockwave Player 11.5" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\AdobeShockwavePlayer11.5\sw_lic_full_installer.msi /qn /norestart" /f REG ADD %KEY%\035 /VE /D "Installing Klcodec 4.9" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\klcodec4.9\klcodec495f.exe /verysilent" /f REG ADD %KEY%\040 /VE /D "Installing Nero 7.5.9 Premium" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Nero7.5\Nero7.5.9.exe /quiet /norestart" /f REG ADD %KEY%\045 /VE /D "Installing OO Defrag Professional 10.0" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\OODefragPro10\O&O Defrag Professional Edition.msi /quiet" /f REG ADD %KEY%\050 /VE /D "Installing Picasa 3.1" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Picasa3\picasa3-setup.exe /S /L" /f REG ADD %KEY%\055 /VE /D "Installing PowerDVD 7.0" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\Powerdvd\PowerDVD7.0.exe" /f REG ADD %KEY%\060 /VE /D "Installing Registry Tweaks" /f REG ADD %KEY%\060 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\tweaks.reg" /f REG ADD %KEY%\065 /VE /D "Installing TuneUp Utilities 2008" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\TuneUpUtilities2008\TU2008TrialEN.exe /qn /norestart" /f REG ADD %KEY%\070 /VE /D "Installing WhiteCap 5.2" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\WhiteCap5.2\WhiteCap_520.exe /S" /f REG ADD %KEY%\075 /VE /D "Installing WinRar Crystal" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\Install\WinRarCrystal\WinRAR_Crystal.exe /s" /f REG ADD %KEY%\085 /VE /D "Rebooting The Computer" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\Install\Tools\Reboot.cmd"/f EXIT I am calling the Reboot in the last line of this file.In my tools folder which I have in $OEM$\Install\Tools I am using Reboot.cmd to perform the reboot. @echo off ECHO. ECHO. ECHO Rebooting Computer ECHO Please wait... start /wait %systemdrive%\Install\Tools\shutdown.exe -r -t 60 -c "Windows Vista will reboot in 60 secondes" ECHO.Done EXIT If anyone could advise me where I am going wrong I would be most greatfull. I have also tried this line at the end of setupcomplete.cmd shutdown.exe -r -t 60 -c "Windows Vista will reboot in 60 secondes" but this only ends up bt corrupting the Task and Side Bars in Vista as well as not perfroming the Reboot.In addition to this I have also experimented with psshutdown.exe by placing it in my Tools Folder but psshutdown dose net appearer to work in Vista.
  15. Hi everyone i am a complete beginner at these Forums so please forgive me for any errors or admissions on my behalf.I am trying to create a Autounatend.xml file which will delete all existing Partitions and create and Format One Partition the size of the drive.Every thing Else in the Autounattend.xml File is working OK with the exception of the Partition. During the installation I am prompted where to install Vista in this case VISTA Home Premium. Here is my Autounattend.xml File <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <settings pass="windowsPE"> - <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0452:00000452</InputLocale> <UserLocale>en-GB</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-GB</SystemLocale> </component> - <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> -<UserData> <ProductKey> <Key>*****-*****-*****-*****-*****</Key> <WillShowUI>OnError</WillShowUI> - </ProductKey> <Organization>Waterside</Organization> <FullName>Chris</FullName> <AcceptEula>true</AcceptEula> </UserData> ================================================================ -<DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Extend>false</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> ==== THIS IS MY DISK CONFIGURATION==== <Active>true</Active> <Extend>true</Extend> <Format>NTFS</Format> <Label>System</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> ================================================================ <ImageInstall> ==== I SUSPECT MY ERRORS ARE IN THIS AREA ==== <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista HOMEPREMIUM</Value> without this line I it asks for which version of Vista <MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> ================================================================= </component> </settings> - <settings pass="oobeSystem"> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>2</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>GMT Standard Time</TimeZone> - <UserAccounts> - <AdministratorPassword> <Value /> <PlainText>true</PlainText> </AdministratorPassword> - <LocalAccounts> - <LocalAccount wcm:action="add"> - <Password> <Value /> <PlainText>true</PlainText> </Password> <Description>Waterside</Description> <DisplayName>Chris</DisplayName> <Group>Administrators</Group> <Name>Chris</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> - <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SidebarOnByDefault>true</SidebarOnByDefault> <SidebarVisible>true</SidebarVisible> </component> - <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component> </settings> - <settings pass="specialize"> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Home-PC</ComputerName> <RegisteredOrganization>Waterside</RegisteredOrganization> <RegisteredOwner>Chris</RegisteredOwner> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> </component> - <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>0</DisableSR> </component> - <component name="Security-Malware-Windows-Defender" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> </settings> <cpi:offlineImage cpi:source="wim:C:/Vista Home Premium/sources/install.wim#Windows Vista HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> If anyone could help me on this issue I would be most greatfull Chris UK
×
×
  • Create New...