Jump to content

Hey all..

 

I work alot on helping fokes with computeres.

som of those things is for instaling Office, so i made a tool you cacn run from a USB key there opens up defrent versions of office installers (14, 15 and 16 in x64 and x86) and it also includes a offline updater so you also always have the latest updates by hand (if you download them) (credit goes to wsusoffline.net)

 

I can upload et online if others like to have hands on it..

atm is the application in English and Danish and are automaticly changing the language based on the computers language.

 

¤ Office install images don't follow whit the application ¤

post-199136-0-77024100-1452557910_thumb.

 

Link to comment
https://linustechtips.com/topic/525519-computer-technicians-office-install-tool/
Share on other sites

Link to post
Share on other sites

On one side i'd say it's pretty kind of you

 

But on the other my experience with payload injectors tells me to stay away from this

this /\

 

i just caryy a 120GB flash drive with all my need programs and stuff much easier. 

 

 

 

Link to post
Share on other sites

On one side i'd say it's pretty kind of you

 

But on the other my experience with payload injectors tells me to stay away from this

 

Payload injectors?

 

this /\

 

i just caryy a 120GB flash drive with all my need programs and stuff much easier. 

i normal have all my stuff at my server or on a clurted 500 HDD but this is the start of a bigger project i am working on slowly and i have planed to finde a way to implement more installer types and another GUI...

 

But we all net to start some where ;p

Link to post
Share on other sites

you wanna help the computer techs out there..create a program that can ..with a few clicks...download the newest versions of certain software...and customize the installs..and auto install them

I do like 4 pcs a week where I am downloading the same damn programs on all of them from filehippo and a few other sites..and I have to click through the customize install on all them cause I don't want all the shitty bloatware/adware in them

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to post
Share on other sites

you wanna help the computer techs out there..create a program that can ..with a few clicks...download the newest versions of certain software...and customize the installs..and auto install them

I do like 4 pcs a week where I am downloading the same damn programs on all of them from filehippo and a few other sites..and I have to click through the customize install on all them cause I don't want all the shitty bloatware/adware in them

 

as i sayed before.. we all need to start some where.. this is my first real application and i'm realy new to programing... but yeah... i know the struggle... also the reason to my slow project... there hopefely will envolv to some good stuff.

Link to post
Share on other sites

Payload injectors?

 

i normal have all my stuff at my server or on a clurted 500 HDD but this is the start of a bigger project i am working on slowly and i have planed to finde a way to implement more installer types and another GUI...

 

But we all net to start some where ;p

Servers can go down xD

 

 

 

Link to post
Share on other sites

Servers can go down xD

 

Thats some of the reasons i work on this project so i can put all my stuff on a USB HDD and just make it do all my stuff from there... but yeah... i have a lot of work to do and thort i culd share as i go and see if other can use it instead of keeping it for my self.. and i hate to click around on a cluded and messy HDD.. there for the GUI... and i am working on implementing use full stuff on the way so all i need is on that disk and not a bunch of software all around...

Link to post
Share on other sites

you wanna help the computer techs out there..create a program that can ..with a few clicks...download the newest versions of certain software...and customize the installs..and auto install them

I do like 4 pcs a week where I am downloading the same damn programs on all of them from filehippo and a few other sites..and I have to click through the customize install on all them cause I don't want all the shitty bloatware/adware in them

ninite provides this functionality and supports quite a lot of programs. 

Link to post
Share on other sites

ninite provides this functionality and supports quite a lot of programs. 

no it doesn't..it just does a default install

If you need remote help fixing something on your computer

I can help over Teamviewer if you wish

just msg me on my profile

Link to post
Share on other sites

Thats some of the reasons i work on this project so i can put all my stuff on a USB HDD and just make it do all my stuff from there... but yeah... i have a lot of work to do and thort i culd share as i go and see if other can use it instead of keeping it for my self.. and i hate to click around on a cluded and messy HDD.. there for the GUI... and i am working on implementing use full stuff on the way so all i need is on that disk and not a bunch of software all around...

So... once again then: What is the point? Just don't have messy and/or cluttered media.

The single biggest problem in communication is the illusion that it has taken place.

Link to post
Share on other sites

So... once again then: What is the point? Just don't have messy and/or cluttered media.

The point is that this is the start of a bigger tool there will do more then just open a file..

Other applications also start in a small scale and becomes bigger over time and need.. And now that I'm new to this an learn it on my own hand with no background knowledge to coding and contact to others there know about it I have to start in the weary small and work forward to a bigger project..

Even more fun is it that this was a offer if some one wanted to have it and all folks are doing is to look down on it.. No one force you to do something here..

Link to post
Share on other sites

Thats what shortcuts are for...

On a USB device you use on other computers?

Did never get that to work.

But yeah... I'm working on implementing more functions over time...

This I just a start point in VB I plan to make I C# and make it do much more..

Link to post
Share on other sites

Step 1: Have a network share.

Step 2: Have install files already on network share.

Step 3:

Have config file:

<Configuration>    <Add SourcePath="\\server\share$\x64" OfficeClientEdition="64">     <Product ID="O365ProPlusRetail" >      <Language ID="en-us" />           </Product>    </Add> </Configuration>

Step 4 (the only one that you need to run, but you can easily have it automated on client systems): Run setup.exe /configure <that configuration file up there>

 

Why have perpetual licenses/installs these days? Users leave and enter the organisation on a daily basis, so you can either get volume licencing with downgrade rights (expensive) or just get o365 for your SOE and then give the half dozen special snowflakes their perpetual licenses.

 

EDIT: Seems like others need to look into MDT/WDS/AD&GP and you know actually make an SOE. Then you can use GP to deploy software to existing systems or just use PDQDeploy (or similar). For this type of work, you shouldn't need more then ~60 seconds at the system.

Link to post
Share on other sites

Step 1: Have a network share.

Step 2: Have install files already on network share.

Step 3:

Have config file:

<Configuration>    <Add SourcePath="\\server\share$\x64" OfficeClientEdition="64">     <Product ID="O365ProPlusRetail" >      <Language ID="en-us" />           </Product>    </Add> </Configuration>
Step 4 (the only one that you need to run, but you can easily have it automated on client systems): Run setup.exe /configure <that configuration file up there>

Why have perpetual licenses/installs these days? Users leave and enter the organisation on a daily basis, so you can either get volume licencing with downgrade rights (expensive) or just get o365 for your SOE and then give the half dozen special snowflakes their perpetual licenses.

EDIT: Seems like others need to look into MDT/WDS/AD&GP and you know actually make an SOE. Then you can use GP to deploy software to existing systems or just use PDQDeploy (or similar). For this type of work, you shouldn't need more then ~60 seconds at the system.

I work privately with this help thing I do to private people in there homes. There for the work on the USB think I have mentioned a few times now...

I already have a server setup in my home for when I do the work in my home.. Also mentioned in a post before...

Link to post
Share on other sites

Not like that :)
​I just offer my help to folks i know and those they know :)

for free. Working with computer is a big hobby of mine and i love to help others. but over time the demand has been growing so i try to make it all as easy as i can to help others.

Link to post
Share on other sites

you wanna help the computer techs out there..create a program that can ..with a few clicks...download the newest versions of certain software...and customize the installs..and auto install them

I do like 4 pcs a week where I am downloading the same damn programs on all of them from filehippo and a few other sites..and I have to click through the customize install on all them cause I don't want all the shitty bloatware/adware in them

Ninite?

And just carry the install file around with you.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×