qualar Posted September 12, 2004 Posted September 12, 2004 When i do a silent install of and MSI file using the /qn switch, how do i supply a serial number? So that when i run it i dont have to type it in then.
Alanoll Posted September 12, 2004 Posted September 12, 2004 it depends on the program. If you find an MSI editor, find the property that the serial number gets used in. sometimes it's SERIALNUMBER and you can call NAME.MSI SERIALNUMBER=XXXX-XXXXX-XXXXX and it will work. Most of the times it won't.
RyanVM Posted September 12, 2004 Posted September 12, 2004 If it uses a registry entry, you could actually edit the MSI file to have it right the registry entry with your serial number already in it.
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