No announcements
Found 2412205 threads
-
1 Votes
Inno Setup help
So, if you are installing to Windows 7, then two identical folder structures are created by Inno Setup ...Answered | 6 Replies | 12160 Views | Created by Naomi N - Monday, November 21, 2011 5:57 PM | Last reply by Michael Cone - Monday, February 16, 2015 7:03 PM -
0 Votes
SQL Server Express Installation with Inno Setup
hi, 1) MS recommends that I distribute the downloaded file and extract the files during install.Answered | 1 Replies | 15970 Views | Created by Menachem Bazian - Wednesday, July 28, 2010 9:33 PM | Last reply by Andrea Montanari - Wednesday, July 28, 2010 10:49 PM -
0 Votes
Dependency files with C# app and installer with Inno Setup
'm wondering whether in C#, the app could be independent of location of files dependency.Unanswered | 5 Replies | 2315 Views | Created by speed780 - Monday, June 22, 2020 10:33 PM | Last reply by Timon Yang - Wednesday, June 24, 2020 8:50 AM -
0 Votes
VS2008 -MFC Setup & Deployment - isn't ok to exclude dependencies?
Hi David,   I was using Inno setup all the while during VC6.Answered | 10 Replies | 4657 Views | Created by Dragon10 - Monday, June 14, 2010 3:08 PM | Last reply by Dragon10 - Tuesday, June 29, 2010 1:15 AM -
0 Votes
create c# app without .net framework dependency
You can install framework along with the app but you need to build an installer.Answered | 2 Replies | 5391 Views | Created by KhushbooPatel - Tuesday, December 24, 2013 7:40 AM | Last reply by Eason_H - Wednesday, December 25, 2013 7:18 AM -
5 Votes
Problem with setup
Mi Blog: Jtorrecilla i had a look at it........but my problem is with the database that appears in the program files folder after the setup completes the ...Answered | 7 Replies | 2803 Views | Created by gautamshaw - Saturday, January 16, 2010 6:05 AM | Last reply by bdbodger - Saturday, January 16, 2010 10:23 PM -
0 Votes
Conditional Installation of Dependencies from within .NET Setup Project
You can't run an MSI-based install from within a setup project's custom action.Answered | 5 Replies | 3897 Views | Created by Khadim Ali - Monday, October 26, 2009 12:53 PM | Last reply by PhilWilson - Tuesday, October 27, 2009 11:10 PM -
2 Votes
Why this app is working only on computers with Visual Studio 2010 installed??
Try installing the VC++ 2010 redist:Answered | 4 Replies | 3298 Views | Created by J1MB0S4N - Friday, September 10, 2010 8:21 PM | Last reply by J1MB0S4N - Saturday, September 11, 2010 2:20 PM -
0 Votes
AddIn : How to install a VS 2010 addin to all users in a machine, using Visual Studio Setup File
Hi Carlos, Thanks a lot for your quick response.Unfortunately i am unable to make ur ideas to work since I am pretty new to Inno Setup(Infact not used it till ...Answered | 4 Replies | 2650 Views | Created by A2H1986 - Tuesday, September 11, 2012 6:28 AM | Last reply by KDPatel - Thursday, December 6, 2012 1:19 PM -
0 Votes
how to add required dependencies/exe in setup file
Add Prerequisites of .NET Framework in Visual Studio Setup Project By the way, if next time you want to add your own customed package as a ...Answered | 4 Replies | 2733 Views | Created by Kazi Md. Shakawat Hossain - Sunday, October 30, 2011 4:30 AM | Last reply by Helen Zhou - Thursday, November 3, 2011 7:14 AM -
1 Votes
How to create setup for Visual Studio 2010 Plug-in.
See my four samples depending on whether you want to install for all users (with admin rights) or not.Answered | 1 Replies | 1570 Views | Created by RK Engineer - Tuesday, March 19, 2013 1:33 PM | Last reply by Carlos J. Quintero - Tuesday, March 19, 2013 4:55 PM -
0 Votes
windows installer
My point was that you do not need a plugin to run a third party installer (at least not with Inno Setup).Answered | 11 Replies | 2827 Views | Created by DardanCPP - Thursday, May 17, 2012 12:49 PM | Last reply by davewilk - Monday, May 21, 2012 12:55 AM -
0 Votes
c# Winform Setup Project : Changes not installed
Versioned files won't be overwritten in a RemovePreviousVersions upgrade unless you increment the file version.Answered | 4 Replies | 950 Views | Created by SimonB2013 - Monday, May 9, 2016 10:18 AM | Last reply by PhilWilson - Thursday, May 12, 2016 5:31 PM -
1 Votes
how to add flash dependencies (flash10c.ocx) in the setup file in VB.net
My application works fine in vs 2005 and also in 2008 But when I try to build setup of the application, It ...Answered | 1 Replies | 10536 Views | Created by ParthMalhan - Saturday, December 12, 2009 6:02 AM | Last reply by Omie - Saturday, December 12, 2009 8:14 AM -
0 Votes
File Associations with Inno Setup
I am not sure how inno setup runs the registration.Unanswered | 1 Replies | 6986 Views | Created by Xishem - Friday, May 14, 2010 10:10 PM | Last reply by Sheng Jiang 蒋晟 - Sunday, May 16, 2010 4:30 PM -
1 Votes
how to create a setup file
i wanted to make a setup file of this so that other users can use it in their pc without installing visual studio and SQL.Answered | 3 Replies | 4819 Views | Created by Nair_Nishant - Tuesday, May 12, 2009 2:43 AM | Last reply by CoolDadTx - Tuesday, May 12, 2009 1:07 PM -
0 Votes
Inno Setup
I use Inno Setup too.Answered | 6 Replies | 7276 Views | Created by VBRulz - Saturday, March 15, 2008 7:24 AM | Last reply by Lexpa Team - Tuesday, May 12, 2009 4:21 AM -
0 Votes
making installer for the Vb.Net application
I have used the Setup project to create the installer.Answered | 4 Replies | 3950 Views | Created by sanjida - Friday, April 16, 2010 7:27 PM | Last reply by sanjida - Monday, April 19, 2010 3:29 PM -
0 Votes
Automatic installation of sql server managemnt studio with windows app setup
This is more reasonable for you to install it manually but not add it to your setup.Answered | 4 Replies | 385 Views | Created by Pravalika Pogula - Tuesday, June 2, 2015 7:34 AM | Last reply by Barry Wang - Wednesday, June 3, 2015 6:33 AM -
0 Votes
Bundling .NET dependencies - replacing VS Setup Projects
The question isn't about NSIS or installers at all.Answered | 6 Replies | 783 Views | Created by MRR111 - Thursday, August 13, 2015 6:01 AM | Last reply by MRR111 - Tuesday, August 18, 2015 1:42 AM - Items 1 to 20 of 2412205 Next ›
No announcements