Jump to content

RTK999

Member
  • Posts

    40
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Chile

Everything posted by RTK999

  1. Great i recently used it but i have a question i checked pause before unmount to run some commands and disable some feauture like games after run command dism /image:D:\7Customizer\work\mount /Disable-Feature:InboxGames i should use dism /Commit-Wim /MountDir:D:\7Customizer\work\mount or when i unpuse the other cmd it will save the changes.
  2. Somebody know which are the new silent switches if the new version has any 'cause with the last version they were " /s /i /lickey xxxxxxxxxxxxxxxxxxxxxx /noreboot Pathtosetting\Settings.xml " but with the new one do not seem to work.
  3. How to re-compress it and make it work as before (without the toolbar)? idrive is a different software - not related to nero. Im trying to find a way to avoid its launch you can follow some instructions about nero here: and here:
  4. Well, that is a possibility , but since it is right before an EXIT (which in my view is also not *really*needed ) and right after a SHUTDOWN command , I doubt the specific batch won't "work properly". jaclaz yes but sometimes i'm going adding new code to the script, that 'cause, but whatever, anyone could make thing the way they like it.
  5. May I ask WHY? jaclaz will work anyway but if you have another functions or batch files in the same script could interfere with those functions 'cause setlocal will continues until find endlocal command.
  6. yes you can make a batch file to run the remaining app. Example: BATCH FILE "REMAPP.cmd" the bash file will load the keys into runonceex reg key and install after restart like setupcomplete does. also you dont need this line "FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\sources\install.wim SET CDROM=%%i:" if you're not installing app from CD/DVD Drive.
  7. you didnt put the variable to find cdrom its like in runonceex when you put "SET CDROM=%%i:" use SetLocal enableextensions to local variables.
  8. do you want to run a restart in the middle of app install and then after continue the remaining app install?.
  9. you can use setupcomplete.cmd(setupcomplete.cmd work like runonceex.cmd) as you used in XP with $oem$ folder to app. you can find info about it in the forum.
  10. in fact i do regfile with aimp2 to associate file and with aimp3 i deploy the content but i have issues with playlist it erase from aimp3 after close it so i will wait to a RC or for further beta. Anyway thanks to answer.
  11. Somebody know if Aimp 3 even why its a beta has silent install switches just to know aimp2 used /S.
  12. the software works great never have a problem with it beside ati drivers integration once but i wonder if could there be a visual effects menu for who want to disable those min/max, etc effects 'cause there are some but not all.
  13. Solved How did you do it then? I would like to know. well configure objectdock as you want then go to configure dock -> themes -> save current dock then goto Documents\Stardock\ObjectDock Library\Backed Up Themes then you got to do a silent install of objectdock with /s and copy the backup theme. you can put all your stuff in a sfx .rar or 7zip file you can find about that in the board.
  14. You need to use a special unattended ATI driver pack...check out this page: http://driverpacks.net/ if its a problem of rt lite i prefer to do one myself. thanks anyway.
  15. i made an unattended install and everything goes fine but the ati drivers didnt install specifically ATI display drivers any other drivers installed fine without problem anybody else had the same issue.
  16. nice i use this vbs script to redirect some default folder to my folders. but its better to change the path in the registry than delete the folders, isn't it.
  17. I was made aware of this misconception and tried it explicitely with both <NetworkLocation>Other</NetworkLocation> and <ProtectYourPC>3</ProtectYourPC>. I had the friggin window showing up again, no difference to Work/2, Home/1. (If I omit the attribute <SkipMachineOOBE>, the "select network location" window won't appear, instead I'm nagged for entering data for a new user account which I don't want either as it breaks my unattended installation.) Edit: Attached latest Autounattend.xml <SkipUserOOBE> and <SkipMachineOOBE> are deprecated by microsoft so there is no need to use them still works but you can use others methods to avoid user creation like in localccounts create a new user: <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> and this in useraccounts: <UserAccounts> <AdministratorPassword> <Value>password-value</Value> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>password-value</Value> </Password> <Description>testing</Description> <DisplayName>test-user</DisplayName> <Group>Administrators</Group> <Name>test-user</Name> </LocalAccount> </LocalAccounts> </UserAccounts> try this. you can create a script to delete or disable any user you create in localaccounts after install windows if you dont want any other accounts.
  18. I tried it with every option, the windows shows up anytime. this is my code in OOBE. <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Other</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> and the select pop up never showed. if it doesnt work should be something wrong in unattend.xml <NetworkLocation>Other</NetworkLocation> skip the network selection for sure.
  19. but some reason even put <NetworkLocation>Home</NetworkLocation> windows launch the select network pop up but if you put <NetworkLocation>Other</NetworkLocation> windows dont launch the select network well this work for me if you have a home network or work you can adjust settings in control panel after first logon.
  20. do you want to install the whole suite or just some components. well anyway i download the trial and make some experiments. to install the nero whitout modified anything try this: Nero-MS-10.0.13100.exe /s /v"/qn" works but will stop to ask for ask bar install i dont know if the retail version come with ask bar request. How to make unattended installer of nero. 1- installer. 2.-modified installer. ********************************************************** 1.-Part Program to use. 7Zip. www.7zip.org 7zSD module. http://7zsfx.info/en/ 1.1 Launch the original setup until it end the extract and launch de setup then cancel the setup. Goto start and run the command %temp% In the temp folder search for NERO20100326135034074 folder, name may change i dont know but look for a nero folder. Copy the folder a location you know as C:\MyNeroInstaller. Nero Folder 1.2 open the nero folder and look for setup.ini and open in notepad or other editor. in setup.ini look for [iSSetupPrerequisites] at the end of file delete the next lines or put a ; at the begining. PreReq15= LightScribe System Software.prq PreReq16= Ask Toolbar.prq PreReq17= Reboot Validator.prq 1.3 you will find problem with VC Redist and vs_piaredist files sometimes these didnt installed so you can delete the lines or make an unattended package of these files to replace the original, these files are just for x86 system if you have x64 just delete all the prerequistes but PreReq2= MSI 4.5 for Windows6.0 (x64).prq and rename the line PreReq0= MSI 4.5 for Windows6.0 (x64).prq at the end at the post i'll tell how to replace these files if you have a x86 based system. You can delete all prerequisites and install'em after install nero, some requistes as VC Redist are needed to start nero in x86 system otherwise you will see a crash. Save the setup.ini Setup.ini 1.4 open the notepad and put the following command in it. @Echo off Setup.exe /s /v"/qn" Exit this command launch setup.exe silent and pass the command to the msi to start the installation in quiet mode without gui. Save as run.cmd and put it in the nero folder. 1.5 select all the files inside nero: applications folder ISSetupPrerequisites folder all ini files all mst files run.cmd file nero.multimediasuite.msi setup.exe setup.ini and make a compression with 7zip and save it like NERO20100326135034074.7z Compress 1.6 now put the compression file in other folder to make the thing more clear in the folder along with NERO20100326135034074.7z put the 7zSD module, open the notepad and put this. ;!@Install@!UTF-8! GUIMode="2" RunProgram="run.cmd" ;!@InstallEnd@! save as config.txt and put it in the folder along NERO20100326135034074.7z and 7zSD module. open again notepad and put this. copy /b 7zSD.sfx + config.txt + NERO20100326135034074.7z NERO_MS_10.exe save as command.cmd and put it along NERO20100326135034074.7z, 7zSD module and config.txt you will have: NERO20100326135034074.7z 7zSD config.txt command.cmd Installer now double click over command.cmd and this will make NERO_MS_10.exe installer and that's it. ********************************************************** 2.-Part program to use orca or superorca msi editor. http://www.technipages.com/download-orca-msi-editor.html 7zip. 7zip module. now with orca we're gonna delete some features from nero ms 10 in the nero folder open with orca nero.multimediasuite.msi 2.1 select the component table, in the right will find all the components of nero, in the condition row fill with a 0 (zero) all the features you dont want, this will disable the feature. Dont disable controlcenter, corecomponents, burnrights, installreg, burningrom, regnerolanguage and dummy these are needed for nero. Components 2.2 select the feature table, in the right panel you will find all the features, in the level row fill with 0 (zero) all the features you disabled in components table. dont disable main, hiddenfeatures, common these are needed for nero. Feature 2.3 Select featurescomponents table, in the right panel you'll find all the features, select all the features you disable in feature table and drop the rows. dont drops common, controlcenter and corecomponents rows. featurescomponents 3.3 select ischainpackage table, in the right panel you'll find the features install source dir, select all the feature you disable in components and drops the rows. ischainpackage 4.4 select iscomponentextended table, in the right panel youll find the features, select all the features you disable previously and drops the rows. Dont drops regnerolanguage and dummy are part of nero main installer. iscomponentextended 5.5 Now you can delete all the folders inside the aplications folder you disable with orca example if you disable backitup and backituphelpchm feature delete these folder 'cause they are not part of nero now. aplications folder Go to part 1 to make a silent package. ****************************************** 3 part To replace some files of Prerequisites go to ISSetupPrerequisites folder look for: {2AE04573-CA1C-46BC-8430-E226B823BB8C} > vs_piaredist.exe {B56633A3-7ADC-4CE5-A320-ACA0B65DA04B} > vcredist_x86.exe {C597C3FC-2110-451E-832E-9352964E56F9} > vcredist_x86.exe {D37C1D8F-C930-4005-BCD8-3715028461C0} > vcredist_x86.exe for some reason sometines install theirselves but for some reason they didnt these are the only with i had problem. open with 7zip vs_piaredist.exe and extract it to vs_piaredist open notepad and put this code: @Echo off vs_2005_pia.msi /qn /norestart Exit save as run.cmd and put it inside vs_piaredist folder. compress all the files inside vs_piaredist with 7z you will have vs_piaredist.7z now go to the part 1.6 of the first part. now rename the installer .exe to vs_piaredist.exe copy, paste and replace over the old one. with this when nero try to install the file will install without error. open with 7zip vcredist_x86.exe and extract it to vcredist_x86 open notepad and put this code: @Echo off vcredist.msi /qn /norestart Exit save as run.cmd and put it inside vcredist_x86 folder. compress all the files inside vcredist_x86 with 7z you will have vcredist_x86.7z now go to the part 1.6 of the first part. now rename the installer .exe to vcredist_x86.exe copy, paste and replace over the old one. open with 7zip vcredist_x86.exe and extract it to vcredist_x86 do the same as above. open notepad and put this code: @Echo off vc_red.msi /qn /norestart Exit do the same with the rest with {C597C3FC-2110-451E-832E-9352964E56F9} > vcredist_x86.exe you will have to extract the contend of the inside compression. I try to install silent the whole suite without modified anything but always the installer found error installing Prerequisites so i wrote above you can delete all the Prerequisites in the setup.ini and install them after nero suite. these files are needed for nero x86 system for some reason if you have installed another vcredist nero even crash seem to just work with these vcredist files.: vs_piaredist.exe vcredist_x86.exe vcredist_x86.exe vcredist_x86.exe all the 3 vcredist. i made this all by myself so i dont know if it right or wrong really, so feedback for others would be nice.
  21. Hi everyone. I have a X7 x-710 mouse a4tech usb. i had no problem in windows xp 32 bits now i'm using w7 32 bits and i have an annoying issue with the scrolling button when i scroll up sometimes its go down then up when i scroll down its go up and then go down sometimes its does fine but sometimes doesnt. I want to know if other one have the same problem or could be a mouse config problem or its a w7 problem or whatever. in windows xp it doesnt happen.
×
×
  • Create New...