error 1321
Hi Guys,
I have tested my MSI on a few different clean VMs and it works just find but after sending the package to QA team for further testing they get the following error when I push the package thru DS console "error 1321 Windows Installer has insufficient privileges to modify the file C:WINDOWS\system32\vsdata.dll and also another error comes if the user clicks on the first one "could not schedule file vsdatant.sys on reboot
I have updated the windows installer to version 3.1 but the issue still persists
Any suggestion (s)?
Thanks
Sam
I have tested my MSI on a few different clean VMs and it works just find but after sending the package to QA team for further testing they get the following error when I push the package thru DS console "error 1321 Windows Installer has insufficient privileges to modify the file C:WINDOWS\system32\vsdata.dll and also another error comes if the user clicks on the first one "could not schedule file vsdatant.sys on reboot
I have updated the windows installer to version 3.1 but the issue still persists
Any suggestion (s)?
Thanks
Sam
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Do your VMs include one which has a vanilla build and for which you have an account with ordinary user's privileges? If not, it's time you did. You can then test deployment (by whatever mechanism you have), log on and application start-up for the targetted user. You would most likely have caught the error before the QA submission stage.
1321 means that the engine couldn't update a file with the level of privileges that the installing account has. http://itninja.com/question/help-with-msi-12594
What local privileges does the account used by QA have?
1321 means that the engine couldn't update a file with the level of privileges that the installing account has. http://itninja.com/question/help-with-msi-12594
What local privileges does the account used by QA have?
Posted by:
Sam_jazz
15 years ago
Posted by:
anonymous_9363
15 years ago
I know nothing about the Altiris deployment system but let's assume that the deployment pushes packages to an agent which installs using the local System account. Clearly that account *should* be able to do anything. However, it wouldn't be the first time that I've encountered systems which have screwed permissions - does anyone remember the very first release of Acrobat Pro v8 which set a folder's permissions such that all users and groups except 'Everyone' - including local 'Administrators' and 'System'- were removed from the ACL, and 'Everyone' was granted 'Read' access only? That was fun...
I suspect the folder/file in question has odd permissions. Have them try another box/build.
I suspect the folder/file in question has odd permissions. Have them try another box/build.
Posted by:
Sam_jazz
15 years ago
Honeslty, I don't think this is related to "user account" privileges
I have just deployed the same package to my work laptop on which I am "local Admin" and I got the same message "error 1321" on the other hand if I deploy it to a VM using the same user ID it installs just fine
I am thinking there must be an application that would interfere somehow with my MSI installation
I have just deployed the same package to my work laptop on which I am "local Admin" and I got the same message "error 1321" on the other hand if I deploy it to a VM using the same user ID it installs just fine
I am thinking there must be an application that would interfere somehow with my MSI installation
Posted by:
anonymous_9363
15 years ago
Posted by:
Sam_jazz
15 years ago
Hi,
It turns out that the error was caused due to a built in firewall within the VPN client itself that uses the same files as some third party firewalls (e.g Zonelabs) which we use here at the office, therefore the solution has been corrected with later version of VPN clients according CISCO and they have added the following flag as a part of the installation package which will prevent the firewall to be installed if needed
msiexec.exe /i vpnclient_setup.msi DONTINSTALLFIREWALL=1
My question, Can I include the above command/switch to my current VPn package so it won't access files like vsdata.dll, vsinit.dll and vsdatant.sys ?
Do I need to create a CUSTOM ACTION to include the above command line?
SN
It turns out that the error was caused due to a built in firewall within the VPN client itself that uses the same files as some third party firewalls (e.g Zonelabs) which we use here at the office, therefore the solution has been corrected with later version of VPN clients according CISCO and they have added the following flag as a part of the installation package which will prevent the firewall to be installed if needed
msiexec.exe /i vpnclient_setup.msi DONTINSTALLFIREWALL=1
My question, Can I include the above command/switch to my current VPn package so it won't access files like vsdata.dll, vsinit.dll and vsdatant.sys ?
Do I need to create a CUSTOM ACTION to include the above command line?
SN
Posted by:
anonymous_9363
15 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.