Issue in packaging Symantec PGPDesktop
I am having issue with the license file for the application PGPDesktop, every time a new user logins (even with out launching the short cut) the screen prompts and ask for the license key. I tried copying the pref.xml file to the %appdata% location for a new user under the application and logged off and logged in with a new user for which i have copied the pref file, but the pref file is getting replaced once agian with a normal xml file which doesnt have the license key .I am getting the same prompt to give the license key. Please suggest
Answers (3)
Have you seen this?
http://www.symantec.com/business/support/index?page=content&id=TECH165962
msiexec /i path_to_PGP Desktop msi_file PGP_INSTALL_DISABLESSOENROLL=0 /quiet /norestart
Comments:
-
This is a method I tested in our environment; I can confirm it is valid. - philologist 12 years ago
u r getting that prompt because the PGP Tray short cut is placed at Start Up in Vendor msi for Licesnsing this app you have to follow these steps
1) at %appdata % u should be having PGPprefs.xml
this XML will be pointing to ur %mydocument%
2) You should have following files at ur %mydocument% location
secring.skr
pubring.pkr
If your application is automatically launching means then it may be launching from one of the registry keys below.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]
It may also be loaded from the [Load] or [Run] sections of your WIN.INI file, found in the Windows directory or C:\WINDOWS\Start Menu\Programs\StartUp folder...
If this is the case, you have to remove them from your package..