November 5, 200520 yr Author Update the guide, changed the .msi info, now the pictures all screwed up. Edited November 5, 200520 yr by keytotime
November 5, 200520 yr Update the guide, changed the .msi info, now the pictures all screwed up. it looks good, thanks again for the guide
November 7, 200520 yr Hello and thank you for the great tutorialI have some Q please1:- Now and after I do the MSI and finsih it If I add this to Nlite .. will it going to be installed automaticlly while windows installing .. 2:- If I need to install another program .. that its not MSI... how can I know the switch for itAgain and again Thank you Edited November 7, 200520 yr by farisnt
November 7, 200520 yr Author 1.) I don't use nlite, but if you make it silent and nlite can run it, it will install silently2.)Search
November 24, 200520 yr I agree if u dont hv quick batch file converter, startX.exe is for you.I think you've missed a point.What does Quick Batch Compiler do ? It encapsulates your batch file within an exe. Try to compile a batch file with a pause statement inside. Launch it, and look into your %temp% directory. Surprise!! the "crypted" batch file is there, called bt????.bat.If you intended to call msiexec.exe within your batch-exe file, then you've got a problem.You can call install.exe like this: cd /d my_rep\somewhere & install.exeYou can also open the folder and double-click install.exeBut you cannot call this way: \my_rep\somewhere\install.exe. And remember that %cd% = %temp%, thanks to the "crypt" trick.=> The install procedure described in this howto is GOOD.Natanhttp://www.windowsdream.com -- Auto-update your PC with freeware/opensourcehttp://ping.windowsdream.com -- Partimage Is Not Ghost
November 27, 200520 yr ;!@Install@!UTF-8!RunProgram="Nero7.0.1.2.BASIC.exe -passive -norestart";!@InstallEnd@! Why do I keep rebooting???Will removing the -norestart from config.txt and calling the .exe from a batch"%systemdrive%\install\applications\Nero7.0.1.2.BASIC.exe /norestart"stop the reboot? Edited November 27, 200520 yr by ebin25
November 27, 200520 yr Author The config.txt should be:;!@Install@!UTF-8!RunProgram="msistub Nero.msi /qb-! /norestart";!@InstallEnd@!
November 27, 200520 yr Keytotime remade most of my msi installs with your msistub & all working well.CheersMC.
November 27, 200520 yr The config.txt should be:;!@Install@!UTF-8!RunProgram="msistub Nero.msi /qb-! /norestart";!@InstallEnd@!this is not working at all. installer starts and then rolls back. I suppose I could use my first one as my reboot cmd Does anyone have more information about StartX.exe? I have looked around on google, but came up empty... or back to this site.
November 28, 200520 yr Nero is slipping righ in there now. I started over from scratch. Thanks. Edited November 29, 200520 yr by ebin25
Create an account or sign in to comment