Re: [wpkg-users] Applying registry entry to all users (HKCU)

2010-11-17 Thread Jon Rhoades
Awesome! Worked perfectly (just needed to add "" around the registry key due to spaces ;)). I'll update the Wiki on adding registry settings to include this technique. Regards Jon From: "Troy Hamilton" To: wpkg-users@lists.wpkg.org Sent: Thursday, November 18, 2010 11:05:06 AM S

Re: [wpkg-users] Applying registry entry to all users (HKCU)

2010-11-17 Thread Troy Hamilton
On Wed, Nov 17, 2010 at 4:31 PM, Jon Rhoades wrote: > Hi, > > We need to force encryption between Outlook & Exchange as it's being > updated to 2010. The recommended way is to apply a Group policy, but since > we have Samba... > > The registry key we need to set is: > HKEY_CURRENT_USER\Software\

[wpkg-users] Applying registry entry to all users (HKCU)

2010-11-17 Thread Jon Rhoades
Hi, We need to force encryption between Outlook & Exchange as it's being updated to 2010. The recommended way is to apply a Group policy, but since we have Samba... The registry key we need to set is: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\RPC\EnableRPCEncryption

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread Robert Backhaus
Another method, which may be simpler, would be to put a new variable in your clients' config, like X32STATUS or something. On 64 bit clients set it to "(x86)", and set it to a null string for 32 bit clients. This can be done automatically, if you have different profiles for your 64 and 32 bit clien

Re: [wpkg-users] Deploying office 2010

2010-11-17 Thread Rainer Meier
Hi Dany, On 17.11.2010 15:34, DANY CHOUINARD wrote: > I'm (barely) deploying office 2010 in schools labs. I thought > everything was quit fine (not really, but it was working when wpkg.js > was called from the command prompt) but the Office's setup.exe forks > into it's own process and loose it's

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread zorgman
Maybe it's more usefull to put all the scripts examples (from http://wpkg.org/User:Dad ) and what is it good for (multi arch, transport config, on an other place like http://wpkg.org/Packages.xml bye --

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread zorgman
Le 17/11/2010 15:17, Daniel Dehennin a écrit : 1. Just change the and 2. increment the revision, for example, before '9.4.0', after '9.4.0.1' I usually add .X, with X a number to fix postinstallation things for the same version of the binary, when version is increased, the is performed uncondi

[wpkg-users] Deploying office 2010

2010-11-17 Thread DANY CHOUINARD
I'm (barely) deploying office 2010 in schools labs. I thought everything was quit fine (not really, but it was working when wpkg.js was called from the command prompt) but the Office's setup.exe forks into it's own process and loose it's network share once wpkg.js is done. Therefore no Office get

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread Daniel Dehennin
zorgman writes: > Thanks Daniel and Rainer. You're welcome. > I think i will change the way i use WPKG to run install/remove script > which handle problems. > > So i have a new question! > How to migrate from some packages which match "wpkg xml strict usage" > to "unattended.bat method". I hav

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread zorgman
Le 17/11/2010 13:06, Daniel Dehennin a écrit : Rainer Meier writes: [...] So let WPKG decide wheter to install/uninstall the program and use some simple and generic script where you need to do additional decisions on WHAT exactly to be done on this specific system. There are some people

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread Daniel Dehennin
Rainer Meier writes: [...] > So let WPKG decide wheter to install/uninstall the program and use some simple > and generic script where you need to do additional decisions on WHAT exactly > to > be done on this specific system. > There are some people requesting that such things should be handl

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread Rainer Meier
Hi, On 17.11.2010 12:23, zorgman wrote: > But if i do it, i can't say > if exist path='%ProgramFiles(x86)%\soft\uninstall.exe' run it else run > path='%ProgramFiles%\soft\uninstall.exe'. > > > Check will just say, run install or not, am i wrong? I think you probably did not get the point to use

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread Daniel Dehennin
zorgman writes: > Thanks for your help, i will try it to deploy wpkg, but if i can i > would like to run minimum of batch script when i install package, and > if i have understand, unattended scripts are run every time in > packages definition: > > > > > reboot='false' > > > > > > > > >

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread zorgman
Le 17/11/2010 11:45, Rainer Meier a écrit : Hi, On 17.11.2010 11:34, zorgman wrote: thanks i'll try. Why do you use 1.3.5 for XP and 1.3.6 for Seven? is it no beta version? what change from 1.3.5 to 1.3.6, am i wrong to deploy 1.3.9? Sorry not to mention this. It was menat just as an

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread zorgman
Le 16/11/2010 20:08, Dehennin Daniel a écrit : zorgman a ecrit: [...] The goal is : if it is a 32bit then install WPKG Client 1.3.9-x32 else install WPKG Client 1.3.9-x64 I use the following script[1] provided by Rainer Meier. Regards. [1] http://wpkg.org/User:Dad --

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread Rainer Meier
Hi, On 17.11.2010 11:34, zorgman wrote: > thanks i'll try. > Why do you use 1.3.5 for XP and 1.3.6 for Seven? is it no beta version? what > change from 1.3.5 to 1.3.6, am i wrong to deploy 1.3.9? Sorry not to mention this. It was menat just as an example. The script is generic and can basically b

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-17 Thread zorgman
Hi Rainer, Le 16/11/2010 20:08, Rainer Meier a écrit : Hi Zorgman, On 16.11.2010 18:15, zorgman wrote: Hi, I'm used to deploy wpkg by a batch script which run wpkg.msi with correct setting info ... Now i have some old XP and new Seven 64bits, i need to install different version of wpkg depen