BrainDrain Posted April 26, 2006 Posted April 26, 2006 (edited) I'm trying to get an unattended CD going, but I can't get Delphi7 installing silently... when I use the silent switch (/qn) it starts, then says "The serial number or authorization key is invalid. Installation cannot contine." Does anyone know how I can tell it my serial number, authorization key, and if possible, what options to install? e.g. It would be great if C:\delphi7.msi /qn /SERIAL:XXXX /AuthorizationCode:XXXX /Installdir:XXXXobviously the above doesn't does anyone know of a solution to this? Edited April 26, 2006 by BrainDrain
T D Posted April 26, 2006 Posted April 26, 2006 I don't know of any switches.The only commercial msi I use is Office 2003, and I use a Transforms file.You can use a program called msitran.exe in the windows installer sdk to make a transforms file but I don't know how to use it. You can download the SDK here.
markajm Posted April 27, 2006 Posted April 27, 2006 try Wise InstallTailor....InstallTailor lets you customize Windows Installer installations by simulating running the package as you make the desired changes. Your changes to the package are recorded and the .MST file is created. The .MST file is then applied to the base .MSI file at runtime to execute your customizations. With InstallTailor, you can easily use the preferred method of Windows Installer customization, .MST files, to establish uniform installation settings across your enterprise.Freehttp://www.wise.com/installtailor.asp?bhcp=1or use Orca (free - hunt for it on the Microsoft site) and edit the .msi directly - can be tricky..
BrainDrain Posted April 27, 2006 Author Posted April 27, 2006 Wow... Shocked at the fast reply, thanks, I'll try out InstallTailor first
tarquel Posted May 1, 2006 Posted May 1, 2006 or use Orca (free - hunt for it on the Microsoft site) and edit the .msi directly - can be tricky..U can also create a transform with orca - meaning u dont have to edit the msi Quite simple to use with a bit of playing - best to get stuck in there and try stuff out with it CheersNath
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