keytotime Posted November 5, 2005 Author Posted November 5, 2005 (edited) Update the guide, changed the .msi info, now the pictures all screwed up. Edited November 5, 2005 by keytotime
Solid as a rock Posted November 5, 2005 Posted November 5, 2005 Update the guide, changed the .msi info, now the pictures all screwed up. it looks good, thanks again for the guide
farisnt Posted November 7, 2005 Posted November 7, 2005 (edited) 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, 2005 by farisnt
keytotime Posted November 7, 2005 Author Posted November 7, 2005 1.) I don't use nlite, but if you make it silent and nlite can run it, it will install silently2.)Search
TRuLLi Posted November 18, 2005 Posted November 18, 2005 i'd like to thank keytotime for the great guide , works perfect
natan770 Posted November 24, 2005 Posted November 24, 2005 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
headroom Posted November 25, 2005 Posted November 25, 2005 Great keytotimeYou are my savior.Thank's from italy
ebin25 Posted November 27, 2005 Posted November 27, 2005 (edited) ;!@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, 2005 by ebin25
keytotime Posted November 27, 2005 Author Posted November 27, 2005 The config.txt should be:;!@Install@!UTF-8!RunProgram="msistub Nero.msi /qb-! /norestart";!@InstallEnd@!
MAVERICKS CHOICE Posted November 27, 2005 Posted November 27, 2005 Keytotime remade most of my msi installs with your msistub & all working well.CheersMC.
ebin25 Posted November 27, 2005 Posted November 27, 2005 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.
keytotime Posted November 27, 2005 Author Posted November 27, 2005 Try this:msistub Nero.msi /qb /norestartSee what error it spit's out.
ebin25 Posted November 28, 2005 Posted November 28, 2005 (edited) Nero is slipping righ in there now. I started over from scratch. Thanks. Edited November 29, 2005 by ebin25
olofgustaf Posted December 5, 2005 Posted December 5, 2005 (edited) . Edited January 31, 2010 by olofgustaf
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now