|
| |||||||||
| Tags: create software package, create vbs, install software, vbscript |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Vbscript Installing automatic software
Hello, I would like to create a script to automate installation of soft. I would like user to ticks the right box, click next, informs the path setup etc ... Can you help me on this method? (link, code etc.) Thank you in advance |
|
#2
| ||||
| ||||
| Re: Vbscript Installing automatic software
Why do not you Msi packaging? There are many third part msi packagin tools are available for this. Have a look at this article : How to create a third-party Microsoft Installer package |
|
#3
| ||||
| ||||
| Re: Vbscript Installing automatic software
I use the Wise for Windows Installer to create MSI packages, This MSI tool is fully compatible with Microsoft .MSI standards, and it also extends the capabilities of .MSI packages without making changes to their native format. You can download this Wise for Windows Installer Guide to know it more better.
__________________ Grand Theft Auto 4 PC Video Game |
|
#4
| ||||
| ||||
| Re: Vbscript Installing automatic software
On the installation CD winxp you have a tool called WinINSTALL. Image before, after and register files, which I believe can create the msi. After you must use a script to deploy. If you absolutely want to use a single vbs script, the process is much the same: copy/paste your files (this is especially true for Notes) and possible execution of a registry file. For Notes it will modify the notes.ini (hence the script is relevant) to customize it directly without user interaction. |
|
#5
| ||||
| ||||
| Re: Vbscript Installing automatic software
suppose your setup is at rd \\Server\folder\setup.exe /s then try out the following vbscript: Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Vbscript Installing automatic software" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need software for automatic backup from hard drive | Sparrow | Software Development | 5 | 29-09-2011 12:50 PM |
| how to create automatic self extracting zip file in vbscript | vivekmohan | Software Development | 1 | 03-09-2009 10:10 AM |
| Automatic Updates Not Installing????????????? | drb | Windows XP Support | 3 | 04-02-2008 02:47 AM |
| VBScript runtime error installing MS Win Installer Cleanup Util | Cynthia | Vista Setup and Install | 2 | 05-11-2007 02:12 PM |
| Automatic Disk Defragmentation Software | coolvicki7 | Windows Software | 3 | 11-09-2007 12:02 PM |