How do you do....it? Thread, How to Deploy Exe Files in Technical; Hi All,
I've recently been playing with some print management software called Print Manager Plus which basically gives users of ...
-
4th April 2007, 07:24 PM #1 How to Deploy Exe Files
Hi All,
I've recently been playing with some print management software called Print Manager Plus which basically gives users of your choice a certain amount of money which they have to spend on prints, hopefully to cut down on wasted paper and toner etc.
The problem I have is the client side software which I have to obviously deploy (preferably via Group policies), unfortunately all I have is an exe file (I've asked for a msi without luck).
I'm guessing the best way is using a script (batch?) to deploy it but am not sure how to go about this because I don’t want the software to install every time I reboot the PC!
Can anyone help or give any other advice around this???
Thanks in Advance
Rob
-
-
IDG Tech News
-
4th April 2007, 07:40 PM #2 Re: How to Deploy Exe Files
I would have thought there was a deployable solution given it's popularity. Have you tried the obvious setup /a etc ?
Other than that if it will do a silent install you can use the "MSI installer Wrapper Wizard" and deploy it through group policy.
-
-
4th April 2007, 07:53 PM #3 Re: How to Deploy Exe Files
IIRC you can run it from a share.
-
-
4th April 2007, 08:14 PM #4 Re: How to Deploy Exe Files
Yeh setup /a was the first thing I tried, I emailed them and asked for a solution so they sent me a silent install exe file.....not very helpful! ill have a look at MSI installer Wrapper Wizard
-
-
4th April 2007, 08:31 PM #5 Re: How to Deploy Exe Files
If you have a silent installer, you could always run it in a startup script after checking if the client if already installed.... something along the lines of a betch file containing
Code:
if not exist "c:\path to\client.exe" "\\server\path to\client installer.exe"
-
-
5th April 2007, 07:24 AM #6
- Rep Power
- 13
Re: How to Deploy Exe Files
Hi Rob I had the same issue here but I repackaged it using WinInstallLe and it works fine now.
-
-
5th April 2007, 09:33 AM #7 Re: How to Deploy Exe Files
ctbjs, that was exactly what i was going to say.
Just repackage it using WinInstallLE and then deploy as usual.
@Rob, if you need any help using this software give me a shout and i have a short user guide on how you can use it.
-
-
11th April 2007, 01:23 PM #8
- Rep Power
- 0
Re: How to Deploy Exe Files
double post - anyone else getting alot for forum lag?
-
-
11th April 2007, 01:30 PM #9
- Rep Power
- 0
Re: How to Deploy Exe Files
Do you mean the EUIT? It runs fine from a share there's no need to deploy it.
http://www.edugeek.net/index.php?nam...highlight=euit
I just have a shortcut to it in the startup folder of the users who need it. Don't forget it won't display a balance until they've printed for the first time.
Last time I spoke to Software Shelf they said an .msi is in the offing however.
-
-
11th April 2007, 01:43 PM #10 Re: How to Deploy Exe Files

Originally Posted by
leon anyone else getting alot for forum lag?
I believe I have accidentally slashdotted us.
-
-
11th April 2007, 01:46 PM #11
- Rep Power
- 0
Re: How to Deploy Exe Files
well this site deserves attention ;-)
-
-
16th April 2007, 08:38 AM #12 Re: How to Deploy Exe Files
Hi All,
Just to let you all know I've finally got around to creating a MSi using WinInstall and a Silent EXE PMP sent me, seems to work great!!
Thanks for all the help!!
Rob
-
-
22nd May 2007, 05:23 PM #13 Re: How to Deploy Exe Files

Originally Posted by
RobD Hi All,
Just to let you all know I've finally got around to creating a MSi using WinInstall and a Silent EXE PMP sent me, seems to work great!!
Thanks for all the help!!
Rob
Whats this silent Exe?
-
-
23rd May 2007, 09:03 AM #14 Re: How to Deploy Exe Files
Its a exe that doesnt install silently, it pops up almost everytime a user logs in, we're thinking of ditching PMP!!
-
-
24th May 2007, 02:30 PM #15 Re: How to Deploy Exe Files
I use a free and excellent program called Purgos to install .exe and .msi files.
From a list of your desktops, basically pick the computers you want to install the software on. You point to the folder that contains the .exe file on your admin machine, then enter the name of the file with a silent install switch. "setup.exe /s". Various brands of installers will use a different switch, but you can find the switches here: After that, Purgos connects to the remote machines, transfers all the installation files and installs them silently. I don't suppose every program .exe file will install silently. The ones by "installshield" are nice because you can manually install them on one machine starting at the command line with an "/r" switch that records your answers to the install questions to an answer file. you simply include the answer file in the folder that contains the .exe and when you remote install it, the exe installs silently using that file. Very nice.
It's gives you feedback when it works, like "installation successful".
Google "Purgos". It also does remote file transfers and remote control. it's one of those programs that installs the agent on the client automatically, simplifying things a bit for you.
-
SHARE: 
Similar Threads
-
By cookie_monster in forum Educational Software
Replies: 7
Last Post: 1st November 2007, 12:50 PM
-
By alonebfg in forum Windows
Replies: 12
Last Post: 7th November 2006, 09:19 AM
-
By drjturner in forum Windows Vista
Replies: 47
Last Post: 2nd November 2006, 10:00 AM
-
By tobyhughes in forum How do you do....it?
Replies: 7
Last Post: 18th June 2006, 06:53 PM
-
By Norphy in forum Windows
Replies: 3
Last Post: 30th January 2006, 03:12 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules