windows-installer
Determine if MSI/EXE supports certain flag/argument?
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开发[详细]
2023-04-02 04:02 分类:问答Is there a User interface in window installer for uninstall?
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 开发者[详细]
2023-04-01 22:12 分类:问答Using variable from user action in shortcut with Visual Studio 2008 Installer
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.[详细]
2023-04-01 19:58 分类:问答How to delete application folder on uninstall
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[详细]
2023-04-01 15:15 分类:问答InstallShield removing a file using VBScript & CustomAction fails when there's no file
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[详细]
2023-04-01 12:13 分类:问答Change the startmenu entry "dynamic" for Windows Installer
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[详细]
2023-04-01 11:37 分类:问答How do I make sure SQL Server 2005 Express or later is installed on the target machine? And how do I run an SQL query at the end of an install?
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[详细]
2023-04-01 07:57 分类:问答How to write a custom action to install a UMDF driver?
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.[详细]
2023-04-01 06:48 分类:问答How to install PyGI (Python Gobject Introspection) on Windows?
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[详细]
2023-04-01 03:43 分类:问答How to specify the AppPool Identity in a WiX Permission Element?
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[详细]
2023-03-31 22:05 分类:问答