I\'m creating an auto-updater that can run MSIs and EXEs.These MSIs/EXEs aren\'t my own.I\'d like to use any unattended/silent install option if it exists.Is there some way to determine if an MSI/E开发
This is complicated to explain and I am trying my best. Sorry in advance. I have developed a window installer with checkboxes for different window services to be installed. Let say I checked 2 开发者
I have a shortcut I need to make based off of user input.I created a Textboxes (A) page in the file actions of my Visual Studio 2008 application.I changed the edit1 box to STUDYNAME.
I have created a setup using Setup project in VS 2010. It install my application into program files folder lets say XXX. My application further creates so开发者_运维百科me files and folder into XXX f
When uninstalling a previous installation (that I\'d built using InstallShield 2009), I wanted to delete the entire folder that the program was in at the end of the uninstall. I couldn\'t figure out h
I wanna change the startmenu entry from windows installer packages, the *.msi installer, dynamic. (Tortoise Git, Graphviz) That means I need a switch or anything simila开发者_开发百科r to change the e
I\'m updating a program for my company that requires the user to have SQL Server 2005 Express or later installed on to their computer.We already ship it with a copy of the SQL Server 2008 Express inst
I want to in开发者_运维知识库stall a UMDF software, the only driver from our MSI, I understand that to do it, I need to create a root-enumerated device and then install the driver to driver store.
Installing the python interpreter: http://python.org/ftp/python/2.7.2/python-2.7.2.msi and: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.7.msi
I\'m updating one of our installers for .NET 4.0 and IIS 7.5, and one of the tasks is to switch the AppPool over to use its own identity.I have found this fairly trivial in WiX using the IIS Extension