MSI property
#1
Posted 11 January 2007 - 08:28 AM
like for quicktime 7.1.3 it has two properties DESKTOP_SHORTCUTS and QTPROGRAMMENUFOLDERNAME (found in another thread)
so the command line would be
QuickTime.msi /qb DESKTOP_SHORTCUTS=FALSE QTPROGRAMMENUFOLDERNAME=Multimedia\Quicktime
#2
Posted 11 January 2007 - 08:41 AM
Ramona, on Jan 11 2007, 09:28 AM, said:
Using the free table editor Orca, (get it from my repository) open the MSI.
Scroll down on the left to the table entitled Property,
These are the properties that can be adjusted via the commandline.
You can often guess at what the alternative setting might be, such as,
IAGREE - No in the property table,
most likely can be set on the commandline like this
IAGREE=Yes
or
DESKTOPSHORTCUT - 0 (0 often equals no)
most likely can be set on the commandline like this
DESKTOPSHORTCUT=1 <--- would give you a desktop shortcut.
or, using orca, make the changes directly to the MSI
bypassing the need to set them on the commandline.
shark
#3
Posted 11 January 2007 - 10:03 AM
http://www.thomaskoetzing.de/index.php?option=com_docman&task=cat_view&gid=67&Itemid=159
#4
Posted 11 January 2007 - 10:21 AM
#6
Posted 11 January 2007 - 11:45 AM
Shark007, on Jan 11 2007, 08:41 AM, said:
Scroll down on the left to the table entitled Property,
These are the properties that can be adjusted via the commandline.
That is what thought. Since I do not see a property for license # and product # for quickbooks.msi(2007) I guess I'll have to write a script.
Thanks
#8
Posted 11 January 2007 - 03:32 PM
Ramona, on Jan 11 2007, 05:45 PM, said:
Shark007, on Jan 11 2007, 08:41 AM, said:
Scroll down on the left to the table entitled Property,
These are the properties that can be adjusted via the commandline.
That is what thought. Since I do not see a property for license # and product # for quickbooks.msi(2007) I guess I'll have to write a script.
Thanks
You shouldn't have to write a script, if you use InstallShield Admin Studio you can goto User Interface - Dialogs and find the dialog that has the input for the license # and product #. It is the Enter Key Code dialog, the properties are QB_LICENSENUM and QB_PRODUCTNUM, so you could run the msi with
msiexec /i "path to quickbooks.msi" QB_LICENSENUM=xxxx-xxxx-xxxx-xxx QB_PRODUCTNUM=xxx-xxx
and the codes should be inputted for you, not all the property values needed for the install are set in the propertys page. you could also edit the msi file and create a transform file.
I don't know if this is possible with ORCA as I have never used it.
#9
Posted 11 January 2007 - 03:41 PM
benners, on Jan 11 2007, 04:32 PM, said:
AdminStudio 8 Standard $1,999.00 US
AdminStudio 8 Professional $4,999.00 US
AdminStudio 8 Enterprise $8,999.00 US
There is a reason not everyone has access to this program and why i suggest Orca.
shark
#10
Posted 11 January 2007 - 05:25 PM
Shark007, on Jan 11 2007, 09:41 PM, said:
benners, on Jan 11 2007, 04:32 PM, said:
AdminStudio 8 Standard $1,999.00 US
AdminStudio 8 Professional $4,999.00 US
AdminStudio 8 Enterprise $8,999.00 US
There is a reason not everyone has access to this program and why i suggest Orca.
shark
True, which is why I gave him access to my company's Standard version by giving him the property values, my post wasn't meant to be cocky just informative, no need to be snappy </interest>
#11
Posted 12 January 2007 - 01:33 AM
#12
Posted 12 January 2007 - 10:21 AM
Again thanks,
Ray
This post has been edited by Ramona: 12 January 2007 - 10:21 AM
#13
Posted 12 January 2007 - 02:38 PM
#14
Posted 14 January 2007 - 03:20 PM
The MD5 = f60bafc2988d96b6c101f54864ea3797 mentioned at Shark's file Repository does not match the linked file there.
#15
Posted 14 January 2007 - 03:48 PM
#16
Posted 16 January 2007 - 12:11 PM
#17
Posted 19 January 2007 - 03:43 AM
This site also has some other small msi tools....
http://www.cornerhouse.ca/en/msi.html
http://www.cornerhou...iproperties.zip
Have a nice day..!



Help
Back to top









