Visio Viewer 2003
When I try to run visio viewer 2003 after packaging it with ORK, it's keep saying something about "ULA not accepted..."
In the package info, they tell me to add ACCEPTEULA=1 ASSOCIATE=1 in the properties.
Can anyone give me a little more detail on how I can go about packaging Visio 2003 using either Wise or ORK?
Thanks in advance.
In the package info, they tell me to add ACCEPTEULA=1 ASSOCIATE=1 in the properties.
Can anyone give me a little more detail on how I can go about packaging Visio 2003 using either Wise or ORK?
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
urban_diver
19 years ago
Posted by:
urban_diver
19 years ago
Yo Wise Guy,
This probably isn't one of packaging best practices, but it worked. I modified the vendor .msi. This is what I did using Wise Package Studio 5.6:
Open the .msi with Wise Package Studio
Click on the MSI Script tab
Click on the Execute Immediate tab and rem out the following lines
IF NOT ACCEPTEULA AND NOT IsAdminPackage AND NOT Installed then
Canel Installation [EULACheckErrorText] (ConfirmEULA
End
Try it, it worked for me!!
This probably isn't one of packaging best practices, but it worked. I modified the vendor .msi. This is what I did using Wise Package Studio 5.6:
Open the .msi with Wise Package Studio
Click on the MSI Script tab
Click on the Execute Immediate tab and rem out the following lines
IF NOT ACCEPTEULA AND NOT IsAdminPackage AND NOT Installed then
Canel Installation [EULACheckErrorText] (ConfirmEULA
End
Try it, it worked for me!!
Posted by:
WiseGuyinNewYork
19 years ago
Posted by:
urban_diver
19 years ago
Posted by:
WiseGuyinNewYork
19 years ago
Posted by:
WiseGuyinNewYork
19 years ago
Posted by:
urban_diver
19 years ago
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.