Mar 10, 2016
02:32 AM
Hello, I going to make some changes in my solution. Until now I had files from 3 projects added to my installer: App.Content Files App.Localized resources App.Primary output ComDll.Content Files ComDll.Primary output AnotherDll.Localized resources AnotherDll.Primary output Now I want to remove ComDll and add NewComDll, so these will installer files (NewComDll instead of ComDll): App.Content Files App.Localized resources App.Primary output NewComDll.Content Files NewComDll.Primary output AnotherDll.Localized resources AnotherDll.Primary output I have configured the installer to uninstall previous versions, setting the parameters in 1. Organize Your Setup: General Information and Upgrade Paths. I have the following questions: If I use the same installer (removing ComDll and adding NewComDll), when installing the new version, will the installer be able to delete old ComDll files? Is it better to create a new installer project adding the old one to Upgrade Paths? Thank you, Jon.
... View more
Labels
Mar 04, 2015
02:39 AM
Than you jkell, it works!
... View more
Mar 03, 2015
09:36 AM
Hello, Is there any way to automatically uninstall the previous version of my application? In Organize Your Setup -> General Information I have changed Product Version and generated a new GUID for Upgrade Code, but this doesn't work.
... View more
Labels
Feb 27, 2015
05:41 AM
It doesn't run.
... View more
Feb 26, 2015
09:10 AM
I have Visual Studio 2015 Preview in other machine and I have to migrate my projects to it. Would that be fine?
... View more
Labels
Jan 09, 2015
06:36 AM
Finally I have used .settings file instead of .config file to solve this problem.
... View more
Jan 08, 2015
04:38 AM
Hello, I'm upgrading one of my projects from VS2005 to VS2013. I have a setup project in my solution, but this is no longer supported and I have to change to InstallShield deployment project. With the old setup project my app runs fine, but now with InstallShield I have a problem. I install the application in this folder: C:\Program Files (x86)\CompanyName\AppName. I use .config file to read and write some parameters. Reading parameters goes well, but when I write new values in the .config file a get one error. When I used the old setup project, at writing time the system created new .config file in C:\Users\me\AppData\Local\VirtualStore\Program Files (x86)\CompanyName\AppName (local storage). This is the exception: Exception messsage: An error occurred loading a configuration file: Access to the path 'C:\Program Files (x86)\CompanyName\AppName\oy25i1se.tmp' is denied. (C:\Program Files (x86)\CompanyName\AppName\ExeFile 1.0.192b.exe.config) Stack trace: at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll) at System.Configuration.Configuration.SaveAsImpl(String filename, ConfigurationSaveMode saveMode, Boolean forceSaveAll) at System.Configuration.Configuration.Save() at VisualizadorCabecera.FormPrincipal.EstablecerIdioma(CultureInfo idioma) Inner exception messsage: Access to the path 'C:\Program Files (x86)\CompanyName\AppName\oy25i1se.tmp' is denied. Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at System.CodeDom.Compiler.TempFileCollection.EnsureTempNameCreated() at System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension, Boolean keepFile) at System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension) at System.Configuration.Internal.WriteFileContext..ctor(String filename, String templateFilename) at System.Configuration.Internal.InternalConfigHost.StaticOpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext, Boolean assertPermissions) at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext, Boolean assertPermissions) at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.ClientConfigurationHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.UpdateConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll) Any sugestions? Thank you, Jon.
... View more
Labels
Jan 08, 2015
01:16 AM
I have resolved the problem. In Application Files I have added [WindowsFolder]->Inf to Destination Computer, and then I have added my .inf file into it.
... View more
Jan 07, 2015
08:55 AM
Hello, I'm upgrading one of my projects from VS2005 to VS2013. I have a setup project in my solution, but this is no longer supported and I have to change to InstallShield deployment project. In the intallation I have to copy .inf file to C:\Windows\Inf folder. How can I do this? Thank you, Jon.
... View more
Labels
Feb 10, 2014
09:57 AM
Hello Chaitra, I'm trying to make a sample project, but I don't get this warning... :confused:
... View more
Feb 03, 2014
08:40 AM
Hello Chiranjeevi, as eva.rivera sais, the problem persists when I change the Default .NET Scan at Build File Setting to “None”. Hello Chaitra, I have this problem from the beginning, and don't know what is.
... View more
Feb 03, 2014
08:21 AM
Hello Chiranjeevi, thank you for this tutorial for dummies, is what I needed. The problem is solved 🙂
... View more
Jan 27, 2014
06:22 AM
Hello Swetha, I read the link, but don't understand how to do it. In Visual Studio -> InstallShield solution -> Prepare for Release (with number 6) -> Releases (opened with double click). I can't find the 3rd step of the link "In the property sheet at right, set the .NET Framework Location property to a value other than Do Not Include."
... View more
Jan 27, 2014
06:16 AM
I don't know why, but I wrote twice this question... You can close and delete this thread.
... View more
Latest posts by j_alza
Subject | Views | Posted |
---|---|---|
696 | Mar 15, 2016 06:56 AM | |
715 | Mar 10, 2016 02:32 AM | |
715 | Mar 04, 2015 02:39 AM | |
739 | Mar 03, 2015 09:36 AM | |
604 | Feb 27, 2015 05:41 AM | |
630 | Feb 26, 2015 09:10 AM | |
574 | Jan 09, 2015 06:36 AM | |
591 | Jan 08, 2015 04:38 AM | |
581 | Jan 08, 2015 01:16 AM | |
592 | Jan 07, 2015 08:55 AM |
Activity Feed
- Posted Re: Changing files will need new installer? on InstallShield Forum. Mar 15, 2016 06:56 AM
- Posted Changing files will need new installer? on InstallShield Forum. Mar 10, 2016 02:32 AM
- Posted Re: Automatically uninstall the previous version on InstallShield Forum. Mar 04, 2015 02:39 AM
- Posted Automatically uninstall the previous version on InstallShield Forum. Mar 03, 2015 09:36 AM
- Posted Re: Would InstallShield2013LimitedEdition run in Visual Studio 2015 Preview? on InstallShield Forum. Feb 27, 2015 05:41 AM
- Posted Would InstallShield2013LimitedEdition run in Visual Studio 2015 Preview? on InstallShield Forum. Feb 26, 2015 09:10 AM
- Posted Re: How to configure to use local storage? on InstallShield Forum. Jan 09, 2015 06:36 AM
- Posted How to configure to use local storage? on InstallShield Forum. Jan 08, 2015 04:38 AM
- Posted Re: Copy file to Windows\Inf folder on InstallShield Forum. Jan 08, 2015 01:16 AM
- Posted Copy file to Windows\Inf folder on InstallShield Forum. Jan 07, 2015 08:55 AM
- Posted Re: How do I include the .NET Framework? on InstallShield Forum. Feb 10, 2014 09:57 AM
- Posted Re: How do I include the .NET Framework? on InstallShield Forum. Feb 03, 2014 08:40 AM
- Posted Re: Create an installer in a single file on InstallShield Forum. Feb 03, 2014 08:21 AM
- Posted Re: How do I include the .NET Framework? on InstallShield Forum. Jan 27, 2014 06:22 AM
- Posted Re: How to include the .NET Framework? on InstallShield Forum. Jan 27, 2014 06:16 AM
- Posted Re: Create an installer in a single file on InstallShield Forum. Jan 27, 2014 04:33 AM
- Posted How to include the .NET Framework? on InstallShield Forum. Jan 21, 2014 03:17 AM
- Tagged How to include the .NET Framework? on InstallShield Forum. Jan 21, 2014 03:17 AM
- Posted Re: Use external installer in my application installer? on InstallShield Forum. Jan 21, 2014 03:15 AM
- Posted How do I include the .NET Framework? on InstallShield Forum. Jan 21, 2014 03:09 AM