|
|
| Author |
Message |
| SQL |
This post is not being displayed .
|
 SQL World Chat Champion

Joined: 09 Aug 2012 Karma :   
|
 Posted: 11:05 - 31 Jul 2013 Post subject: Installing GTKwave via SCCM |
 |
|
Hi Guys,
I need to package up some software for distribution via SCCM 2007, however I can't work for the life of me how to do it..
The software itself is GTKwave however I cannot find an EXE or MSI to install it as it needs to be done manually i.e creating system environment variables and creating install location.
If anyone can help either package this as a MSI or EXE I would be very grateful even more helpful if you can tell me how to do it via SCCM 2007 maybe as a task sequence. |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| chrismeister |
This post is not being displayed .
|
 chrismeister Nitrous Nuisance
Joined: 08 Jul 2008 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| SQL |
This post is not being displayed .
|
 SQL World Chat Champion

Joined: 09 Aug 2012 Karma :   
|
 Posted: 14:22 - 31 Jul 2013 Post subject: |
 |
|
I'd use that but i need the latest version
here is the install sequence if I can do this via SCCM it will be a god send as I have to install it on 600 machines and if we can't SCCM it, it will be a long week installing it...
| Code: | Create folder C:\gtkwave
Download
all_libs.tar.gz
gtkwave.exe
extract the tar.gz file containing the DLL files into C:\gtkwave
Set the required path as follows
Control Panel > System and Security > System > Advanced system settings > Advanced > Environment Variables > System variables
Choose PATH and Edit
Add the following to the end of the path
;C:\gtkwave;C:\gtkwave\bin
Click on OK to accept the changes |
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| chrismeister |
This post is not being displayed .
|
 chrismeister Nitrous Nuisance
Joined: 08 Jul 2008 Karma :     
|
 Posted: 15:08 - 31 Jul 2013 Post subject: |
 |
|
I've never tried to do any of this, so I'm applying other knowledge to this situation but im pretty sure you can do what you're tryingt o do with Group Policy.
You'd have to build an MSI or EXE to do that if you wanted to use SCCM I think.
The most i've done with application editiing is using Orca on an MSI so I'm not the best person to talk about that.
Group Policy however:
Download your exe and .gz file.
Extract your .gz file
put contents in a folder (not sure how the app wants them arranged so you'll have to test that).
Use group policy group policy , computer configuration, preferences, add on the "Files" sub group.
Add your files - use a UNC path to a share so your clients can get it.
That'll push the files out to a specified directory to all clients who you apply the policy to.
Then for your variables, follow this: https://technet.microsoft.com/en-us/library/cc772047.aspx
Enter the path you specified as the PATH.
That should result in the files being there for the clients, the .exe is there to run for them (doesn't appear to be needed to be run and installed, assuming they just run this every time they use the program), and another policy sets the variables.
I hope that makes sense, as I say I've never done it before, but looks to achieve what you want it to! ____________________ https://www.tartycarper.co.uk |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| SQL |
This post is not being displayed .
|
 SQL World Chat Champion

Joined: 09 Aug 2012 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| chrismeister |
This post is not being displayed .
|
 chrismeister Nitrous Nuisance
Joined: 08 Jul 2008 Karma :     
|
 Posted: 15:16 - 31 Jul 2013 Post subject: |
 |
|
Oh your software came with an option to create an MSI? ____________________ https://www.tartycarper.co.uk |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| SQL |
This post is not being displayed .
|
 SQL World Chat Champion

Joined: 09 Aug 2012 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| chrismeister |
This post is not being displayed .
|
 chrismeister Nitrous Nuisance
Joined: 08 Jul 2008 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
Old Thread Alert!
The last post was made 12 years, 331 days ago. Instead of replying here, would creating a new thread be more useful? |
 |
|
|