Uncategorized
Program update: AppInst 0.23
by jon on Mar.09, 2010, under Uncategorized
New version, added hiding of apps that are hidden in the deployment wizard (mdt2010). It is possible to unhide them using a hidden setting mentioned in the readme.
I also made it save the settings right when you press save, and not on program exit to keep settings even if the program crashes.
Program update: AppInst 0.22
by jon on Feb.12, 2010, under Uncategorized
Fixed some things:
Now the installations is run in its own thread so the GUI wont freeze when installing apps.
The Install… button is also disabled when installing apps.
Let me know if you miss any features or find any bugs!
Program update: drvbckp 0.32
by jon on Feb.07, 2010, under Uncategorized
Fixed some errors that occured when driver manufacturers forgot that there is something called a specification that sets the rules of how you create a inf file.
Program update: drvbckp 0.31
by jon on Jan.26, 2010, under Uncategorized
Small bugfix release, fixes some problems that might occur when a HW manufacturer decides to put some leading whitespace on ALL lines in a inf file.
Program update: AppInst 0.21
by jon on Jan.25, 2010, under Uncategorized
Hi all!
New version, encrypts the passwords before saving them in the .xml file for added security! It also handles it if you give it a drive letter on the form “Xsribhusihg” (that would mean X:).
I also removed the text above the program list (it looked ugly, please dont miss it!).
Tell me if you like it! (or hate it :()
Program update: AppInst 0.2
by jon on Jan.18, 2010, under Uncategorized
Some updates: Progress bar, hidden cmd window, status label, about box, disconnect button…
Enjoy =)
Download: AppInst-0.2
Program: AppInst
by jon on Jan.18, 2010, under Uncategorized
A small program i made this evening: AppInst
Install programs from a MDT 2008/2010 deployment share
AppInst is a small program to easily install applications from a MDT 2008/2010 deployment share.
Download: AppInst-0.12
Please let me know how it works! And also if you miss any specific features, think the icon is ugly and have made a better one for me…
Program update: drvbckp 0.3
by jon on Jan.17, 2010, under Uncategorized
About the program: drvbckp is a CLI driver backup tool
Drvbckp is a small .NET 3.5 tool used to backup drivers from a windows computer. It is intended to be used either as a standalone tool or inside scripts to automate driver backup. It can include or exclude Microsoft drivers as they in most situations already are included with the OS.
New version, lots of bugfixes!
SVN log follows:
[ADDED] Escaping of regular expressions to avoid errors
[FIXED] RegExp now picks up the architecture endings on install section
[FIXED] File-specific sourcefolders are now created
[ADDED] If a file isnt found the whole sysdrive will now be searched (as a last resort)
[FIXED] Files with different sourcenames are now saved with the correct names
If you find it useful, please donate!
Program update: drvbckp 0.22
by jon on Jan.16, 2010, under Uncategorized
New version, a small bugfix that should help when reading inf-files containing splitted lines.. i.e. a line ending with a \ meaning that it continues on the next line.
Also the dirids function is fixed. Should solve some problems!
If you find it useful, please donate!
Program update: drvbckp 0.2
by jon on Jan.12, 2010, under Uncategorized
I got some feedback and fixed a few bugs:
When we got a directory id in an inf-file that wasnt known it would crash.. it now defaults to the windows directory.
When an inf-file is unavailable it would crash.. now the driver is skipped (no inf-file, no possibilities to get the driver files).
This version includes the -debug switch that gives extra information.