Visio Viwer 2003
Hi,
I used the original MSI from MS for my VisioView deployment.
When I run msiexec/i package.msi /qb I get "The EULA has not been accepted" So I used ORCA and added "ACCEPTEULA" w Value 1 in the Property table.
I still get the same error message, I also added ASSOCIATE 1 in a desperate attempt, no change..
I can't use the setup parameter as shown on appdeploy, I don't know how, unless you distribute the package via SMS??
Any ideas?
Thanks
I used the original MSI from MS for my VisioView deployment.
When I run msiexec/i package.msi /qb I get "The EULA has not been accepted" So I used ORCA and added "ACCEPTEULA" w Value 1 in the Property table.
I still get the same error message, I also added ASSOCIATE 1 in a desperate attempt, no change..
I can't use the setup parameter as shown on appdeploy, I don't know how, unless you distribute the package via SMS??
Any ideas?
Thanks
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
bkelly
20 years ago
Posted by:
Archimonde
20 years ago
Posted by:
bkelly
20 years ago
To assign this property a value in a GPO deployment, I would create an MST (Transform) and create and assign this property to it. Then in the Advanced deployment properties you can use the "modifications" tab to specify the MST file. I believe the Microsoft Office Custom Installation Wizard (CIW) it the preferred way to generate an MST for Visio. You may still need to edit the resutling MST to add a value for this property after you have created the MST- if you do not see it as an option in the CIW.
Hope this helps.
Hope this helps.
Posted by:
Archimonde
20 years ago
Posted by:
rsaada
20 years ago
Posted by:
Archimonde
20 years ago
Posted by:
sswilson
20 years ago
I did this with Wise Package Studio 4.62 and 5.1.
All you need to do is open the msi file and go to the Execute Immediate script and go to
the section with Cancel Installation [EULAErrorText] [ConfirmEULA] and Comment that line and the End line out with a "*/". You will also need to do this in any Transforms that you may be using with the msi file.
sswilson
All you need to do is open the msi file and go to the Execute Immediate script and go to
the section with Cancel Installation [EULAErrorText] [ConfirmEULA] and Comment that line and the End line out with a "*/". You will also need to do this in any Transforms that you may be using with the msi file.
sswilson
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.