May 26, 2014
05:59 AM
I think i am going to do everything through the Automation Interface. Thank you for the help.
... View more
May 26, 2014
05:57 AM
Thank you for pointing me out to the Automation Interface and the theme workaround.
... View more
May 23, 2014
05:35 AM
Hi, I've asked this question in one of my recent posts but I think it deserves its own thread. I was asked to create two different installers for our product to be distributed across the globe. Now, I was able to control most of the functionality I want using product/release flags which is great but I would like to know if I can use the flags to control: [LIST=1] Installation dialog theme: I'd like to specify the theme for each product configuration. Set Publisher and Author properties for each product configuration. Shortcut folder names Thank you.
... View more
Labels
- Labels:
-
InstallShield 2013
May 22, 2014
04:51 PM
Thank you for the reply. I am playing around with release/product flags and they are covering my need well, but I have some more questions regarding them: [LIST=1] Is there a way to select a particular theme based on release flags? I have two product config, each with their own theme. How can I set the product author/publisher based on release flags? There is no override field in product config section and linking strings to properties didn't do the trick (although it worked for IIS configuration!) I would appreciate pointers to the right direction. Thanks you.
... View more
May 14, 2014
04:34 AM
Hi, I am asked to create two installation brands for our product to be distributed around the world. Each brand has its own unique dialog theme, product name, Install directory name, publisher... etc. My goal is to avoid forking the IS Basic MSI Project that I already have, therefore I would like to control properties, themes and other variable using for example flags at compile time. Can this be done? Any advice on how to do it?
... View more
Labels
- Labels:
-
InstallShield 2013
Sep 01, 2013
03:04 AM
Christopher Painter wrote: Would you expect to be able to open a VS2010 C# project and a VS2012 C# project in the same solution using VS2012? Either upgrade or split out into two solutions. Well, in this particular case it won't matter if I upgrade because I wouldn't run into licensing problems, whereas in IS I would. I am working in a team environment where each developer is responsible for packaging their own modules using IS limited edition, my machine has the premier edition to do "Suite" installation packages (occasionally I do limited edition releases as well for other developers). Now if I upgrade those limited edition projects they won't be accessible by the rest of the team and if I don't I won't be able to do limited edition installation from my machine.
... View more
Sep 01, 2013
02:41 AM
hidenori wrote: Check out this thread. I am unable to access the link. It says I don't have the right permissions.
... View more
Aug 29, 2013
07:59 AM
Hey guys, Does anybody know if it is possible to run both limited (2012 spring) and premier 2013 editions on the same machine on the same VS2012 solution file? I am running into various problems doing so in VS2010/2012: [LIST=1] It is asking me to force upgrade my limited edition projects, which I don’t want to. 2. If I chose to repair my limited edition installation, those projects load in VS but premier project doesn’t. Just want to know my options here? Should both projects load fine in visual studio at the same time? These problems started when I added my premier project to the solution. It appears that visual studio only supports one at the same time (either limited or premier) although both types appear in File>New>Project
... View more
Labels
- Labels:
-
InstallShield 2013
Jun 25, 2013
08:57 AM
I figured it out guys... I added the answer file in Support Files (Language Independent) and used [SUPPORTDIR] in Custom Action. Worked like a charm!
... View more
Jun 25, 2013
06:21 AM
I have a custom action set to enable IIS6 on Win2003 box using the command Sysocmgr.exe /i:sysoc.inf /u:"iis_on.txt" The command takes answer file "iis_on.txt" as a parameter. I am planning to include this with my installation package as a temporary file so I can execute it on client machine, I could use some direction on how to accomplish this. Searching in these forums indicated that I should include iis_on.txt in Binary table, however I still don't know how to extract the file? where it is extracted? and how to execute Sysocmgr.exe and pass the answer file path as parameter. Would appreciate the help guys.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jun 16, 2013
08:54 AM
Looks like I figured it out! This was in the log... MSI (c) (CC:3C) [16:39:04:321]: Disallowing installation of component: {61140C98-E88F-4810-98B9-156D169DE015} since the same component with higher versioned keyfile exists Which led me to this http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q200372 Answer: The resolution for this would either be to mark the file as 'Always Overwrite', or to manually change the version of the file, in the case that it is versioned.
... View more
Jun 16, 2013
05:48 AM
I have a basic setup that installs 5 windows services using major upgrade, the setup used to work fine until recently the upgrade started not to function correctly... The setup works fine during clean installation, however when doing a major upgrade only 3 services gets installed while the remaining 2 don't, this is mainly happening because service executable (service.exe) and its corresponding (service.exe.config) are not copied to the installation directory. The major upgrade seems to correctly uninstall all files and services successfully, however the installation/upgrade is missing the executable and configuration for two services. Any idea what is happening here or where to troubleshoot? It used to work fine for around 10 releases, not sure what changed to break the process like that.
... View more
Labels
- Labels:
-
InstallShield 2012
May 28, 2013
02:27 AM
Hey guys, Considering how IIS default application pool user identity evolved on different windows editions, can someone tell if there is a generic way to grant write access to specific folder in the web application folder. The installer I am working on should work on multiple Windows editions and I am trying to know what options do I have to simplify the process.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jan 13, 2013
07:20 AM
Hey guys, any of you are using IS2012 under TFS2010 and having similar issue?
... View more
Jan 02, 2013
08:01 AM
Hi, I am unable to add an existing IS2012 project (Basic) to VS2010 solution that is under TFS2010 source control. Visual Studio seems to hang/freeze and I have to end task. Any ideas what is happening here? Note: I can add IS project just fine on solutions that are not under source control. Help appreciated.
... View more
Labels
- Labels:
-
InstallShield 2012
Latest posts by vickenk
Subject | Views | Posted |
---|---|---|
576 | May 26, 2014 05:59 AM | |
811 | May 26, 2014 05:57 AM | |
1619 | May 23, 2014 05:35 AM | |
811 | May 22, 2014 04:51 PM | |
2376 | May 14, 2014 04:34 AM | |
754 | Sep 01, 2013 03:04 AM | |
754 | Sep 01, 2013 02:41 AM | |
3730 | Aug 29, 2013 07:59 AM | |
553 | Jun 25, 2013 08:57 AM | |
1170 | Jun 25, 2013 06:21 AM |
Activity Feed
- Posted Re: Product/Release flags controlling themes, publisher, author and other properties on InstallShield Forum. May 26, 2014 05:59 AM
- Posted Re: Branding installation package on InstallShield Forum. May 26, 2014 05:57 AM
- Posted Product/Release flags controlling themes, publisher, author and other properties on InstallShield Forum. May 23, 2014 05:35 AM
- Posted Re: Branding installation package on InstallShield Forum. May 22, 2014 04:51 PM
- Posted Branding installation package on InstallShield Forum. May 14, 2014 04:34 AM
- Posted Re: Premier 2013 + Limited (2012 Spring) in the same Visual Studio solution on InstallShield Forum. Sep 01, 2013 03:04 AM
- Posted Re: Premier 2013 + Limited (2012 Spring) in the same Visual Studio solution on InstallShield Forum. Sep 01, 2013 02:41 AM
- Posted Premier 2013 + Limited (2012 Spring) in the same Visual Studio solution on InstallShield Forum. Aug 29, 2013 07:59 AM
- Posted Re: Custom Action and Binary table on InstallShield Forum. Jun 25, 2013 08:57 AM
- Posted Custom Action and Binary table on InstallShield Forum. Jun 25, 2013 06:21 AM
- Posted Re: Major upgrade not copying all files on InstallShield Forum. Jun 16, 2013 08:54 AM
- Posted Major upgrade not copying all files on InstallShield Forum. Jun 16, 2013 05:48 AM
- Posted Default application pool write-access on InstallShield Forum. May 28, 2013 02:27 AM
- Posted Re: Visual Studio 2010 Hangs when adding to TFS on InstallShield Forum. Jan 13, 2013 07:20 AM
- Posted Visual Studio 2010 Hangs when adding to TFS on InstallShield Forum. Jan 02, 2013 08:01 AM
- Posted Custom Action association with Feature on InstallShield Forum. Feb 06, 2012 05:44 AM
- Posted Check if a feature is selected on InstallShield Forum. Jan 22, 2012 05:20 AM
- Posted Re: Component installation directory on InstallShield Forum. Dec 22, 2011 09:31 AM
- Posted Component installation directory on InstallShield Forum. Dec 19, 2011 06:17 AM
- Posted How to check if SQL database (catalog) already exists or not on InstallShield Forum. Nov 24, 2011 10:59 AM