Hey I have over 30 users The problem is i'm using Wine and i have to install Microsoft Office to all users one at time... :( Can sombody help me?? [Shocked]
On Tue, Jan 19, 2010 at 20:47, nukartaannguaq <wineforum-user at winehq.org> wrote:> Hey > > I have over 30 users > The problem is i'm using Wine and i have to install Microsoft Office to all users one at time... :( > > Can sombody help me?? > > ?[Shocked] >Method 1: Create an unattended installer for Office. http://www.msfn.org/board/office-2007-unattended-setup-fine-tuning-t72392.html http://unattended.msfn.org/unattended.xp/view/web/46/ It can be installed using a script running it, maybe via SSH Mehod 2: Automate installer with Autohotkey, run autohotkey script with Wine from a script. (You might be able to do somthing like: for host in host1 host2 host3; do ssh $host 'scp server:/path/to/install_script;./install_script'; done) (with install script copying all the neccesary files for the installer, installing autohotkey in Wine and running the autohotkey script in Wine. (Autohotkey's "compiler" can eliminate the need to install autohotkey)) Method 3: Try copying the Wineprefix and chown'ing everyhting in it.... (tar can probably do this while extracting) Might not work due to details about the box being save within the prefix / data in prefix referring to the prefix'es location. Testing is the best way to see what works. Gert
I'm thinking about. Like they was 3-6 users per computer and i have Microsoft Office 2007 but it only shows on one user :( and i don't what to install to all users one at time... Gert van den Berg wrote:> On Tue, Jan 19, 2010 at 20:47, nukartaannguaq <wineforum-user at winehq.org> wrote: > > > Hey > > > > I have over 30 users > > The problem is i'm using Wine and i have to install Microsoft Office to all users one at time... :( > > > > Can sombody help me?? > > > > ??[Shocked] > > > > > Method 1 > Create an unattended installer for Office. > http://www.msfn.org/board/office-2007-unattended-setup-fine-tuning-t72392.html > http://unattended.msfn.org/unattended.xp/view/web/46/ > > It can be installed using a script running it, maybe via SSH > > Mehod 2: > Automate installer with Autohotkey, run autohotkey script with Wine > from a script. (You might be able to do somthing like: for host in > host1 host2 host3; do ssh $host 'scp > server:/path/to/install_script;./install_script'; done) (with install > script copying all the neccesary files for the installer, installing > autohotkey in Wine and running the autohotkey script in Wine. > (Autohotkey's "compiler" can eliminate the need to install > autohotkey)) > > Method 3: > Try copying the Wineprefix and chown'ing everyhting in it.... (tar can > probably do this while extracting) Might not work due to details about > the box being save within the prefix / data in prefix referring to the > prefix'es location. Testing is the best way to see what works. > > Gert