Skip to content
1Jan

Inf Installer Tool

1 Jan 2000admin

Hi, I am very new to installers and Setup Factory. I have created an inf file to install our device drivers and successfully installed it by right clicking the device in device manager and installing the inf that way. We would like an installer that automates this process for our end-users. I have been getting some tips and support, I am still having a hard time understanding. Manual installation of a inf file is normally done with a command like this C: Windows System32 rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 filename.inf I can use shell.execute to replicate the same command.

Convert INF(Installation Instructions)to EXE Installer. Here is what you can do: First, create a. Action Default. This command will install your file. Then, start iexpress, this program is provided with windows. Follow the wizard. When asked to add files, add all your. May 5, 2009 - INF file??? By: sujay70524. It must be the bootable Windows XP Installer. And download the tool to remove autorun.inf.

Number Shell.Execute ( string Filename, string Verb = 'open', string Arguments = ', string WorkingFolder = ', number WindowMode = SW_SHOWNORMAL, boolean WaitForReturn = false ) I understand that the first param is for the path to the inf, I left the 2nd param as is. Right now my script looks like: result = Shell.Execute(SessionVar.Expand('%AppFolder% Devi ce.inf'),'open',',',SW_SHOWNORMAL,false). Result = Shell.Execute(SessionVar.Expand('%AppFolder% Alba trossPXI.inf'), 'Install', ', ', SW_SHOWNORMAL, false); result = Shell.Execute(SessionVar.Expand('%AppFolder% Alba trossPXI2.inf'), 'Install', ', ', SW_SHOWNORMAL, false); result3 = Shell.Execute(SessionVar.Expand('%SystemFolder% R unDll32.exe'), 'open', 'syssetup.dll,UpdatePnpDeviceDrivers',SessionVar.G et('%SystemFolder%'),SW_SHOWNORMAL,true); I have done something like this and it has worked for me, but another problem is that after I install, it shows up as not installed correctly.

So that last command updates all the drivers, and it works out but it can take awhile. I was wondering if this can be moved to the progress section, and added as an event and how you would add that event.

Just so the end-user would get some kind of feed back. Star jalsha serial kanamachi mp3 song download. Yea, I wasn't sure because the code above actually work.

Installer

That is essentially my script in the post install section through Setup Factory. Would something like this be more correct? I finally got the errors. This worked for me Shell.Execute(SessionVar.Expand('%SystemFolder% r undll32.exe'), 'open', 'setupapi, InstallHinfSection DefaultInstall 132 '.SessionVar.Expand('%AppFolder% AlbatrossPXI.in f'),SessionVar.Expand('%AppFolder%'), SW_SHOWNORMAL, true); The above codes work exactly the same as the other code I first posted, though this one is proper. It works but it is too slow. I have been looking into Diffx in windows. Do you know of anyway to use it in Setup Factory?