Trey Posted February 18, 2008 Report Share Posted February 18, 2008 I am looking for a way to create a msi file where I can essentially install software the same way a batch file does. I want the installer to do the following. Move the files to a local dir called c:\LPRTMP and then run the following:@echo offclscopy LPDSVC.DLL c:\windows\system32\copy LPRMON.DLL c:\windows\system32\sysocmgr /i:sysoc.inf /u:unattended.txt /qprintmig /r lpr.cabexitThen after all installed correctly, I want to delete the temporary file. I also want to run a simple if then statement to check if the component is installed before it runs the sysocmgr command. Just not sure the code to check the component. Can anyone help me with how to do this in MSI, a great tutorial site is cool, and a name of a program that will work. Quote Link to comment Share on other sites More sharing options...
Boris Posted February 18, 2008 Report Share Posted February 18, 2008 Have you tried this ?http://dennisbareis.com/makemsi.htm Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.