setup-project
How to make a textbox field required, in a Visual Studio Setup project?
I have a custom dialo开发者_运维技巧g in my Visual Studio Seup project and need to know how to make the field required, so the user cannot progress (click next), if they don\'t enter a value into the[详细]
2023-03-28 00:47 分类:问答Is there any way to catch the exception in custom action while installing?
I am creating a setup file using visual studio 2010.I have added two custom actions to pass parameters during the installation.I builds successfully.But gives an error during 开发者_如何学Pythonthe in[详细]
2023-03-27 14:05 分类:问答How does the Chrome Setup.exe work under the hood on a Windows PC?
Chrome has a very smooth installation process and I would like to imitate this setup behaviorin my own 开发者_开发百科application.[详细]
2023-03-26 10:27 分类:问答Split "dict" definition up between files
I\'d like to define the contents of a large dictionary object up between files.I\'m wondering if this is possible in python.[详细]
2023-03-26 04:57 分类:问答Start 64bit process during 32bit installer to modify 32bit and 64bit .NET machine.config
I have created an ADO.NET data provider that is built using AnyCPU. When referenced directly it works fine on both 64 and 32 bit Windows OS. However, in my installer, I register my DbProviderFactory w[详细]
2023-03-25 22:19 分类:问答Installation setup problem (Access a checkbox in custom dialog box)
I’m trying to create ainstallation setup for my VB.net application. I need to insert a custom action while setup is running. So I add a[详细]
2023-03-23 17:09 分类:问答unregister an .ocx in 'onbeforeinstall' event of Installer class then try to register it on install but couldnt done
Hi , I tried to unregister and delete an .ocx & a .dll from the System32(XP 32 bit os)/SysWow64(64bit OS) of the machine 开发者_JS百科using C# code. I had written the Unregister & Delete code[详细]
2023-03-23 09:14 分类:问答How to capture the Key combinations in the installation wizard user interface
I have to configure the Shortcut Key combination in the installation wizard user interface. If the user, keeps the focus on a particular user interface开发者_JS百科 textbox and presses different key[详细]
2023-03-21 19:44 分类:问答Create setup file with SQL Server 2008 via installshield 2010
I want to create a setup file with Installshield 2010. I have written my program with wpf and SQL Server 2008.[详细]
2023-03-21 12:57 分类:问答Visual Studio Setup Project - Install Current User with Windows Standard User Account
I tested my installer on netbook running Windows 7 Starter logged in using a Standard User Account and noticed some issues I had not encountered before.[详细]
2023-03-21 09:46 分类:问答