p4ntb0y Posted November 5, 2006 Posted November 5, 2006 Ok I would like to make a silent install of Visio Viewer 2003 I know that I can do the following..vviewer.exe /q /c:"msiexec.exe /i vviewer.msi /qb-! ACCEPTEULA=1 ASSOCIATE=1"However I would like to do the same thing and just edit the MSI File with ORCA or wise studio.I have extracted the exe and have 5 files from thatSetup.exeSetup.iniose.exevveiwer.xmlvveiwer.msiCan I just use the MSI File?Also where do I add the ACCEPTEULA=1 ASSOCIATE=1 to the MSI?Please bear in mind that I have just started using ORCA and Wise.
oioldman Posted November 6, 2006 Posted November 6, 2006 i use the below code with no issuesvviewer.exe /Q:A /C:\"vviewer.msi ACCEPTEULA=1 ASSOCIATE=1 RESTART=0 /qn" /R:N
p4ntb0y Posted November 6, 2006 Author Posted November 6, 2006 Hi many thanks for that!however I wanted to do this in a MSI editor which I have now done.I extracted the .exe file and then edited the MSI with Wise Studio I added AcceptEULA=1 and ASSOCIATE=1 to the property table. I did have to rem out the command to run eula check (I did a search for this) but this works great now!Now I have three ways I can install this appModifed MSI.MST.Command Line.
ajua Posted November 8, 2006 Posted November 8, 2006 you can use the Microsoft Office 2003 Resource Kit to configure all the setup options and then make a MST file to use it unattended.get it at microsoft site and use TRANSFORMS=File.msy /qb /norestart switches
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