How to get other App version on MAC OSX?
I want to add a rule that can detect other application version on MAC, for example /Library/Application Support/Adobe/AD4ServiceManager/AD4ServiceManager.app. And if that version is older than the...
View ArticleMinimize/Compact Feature by Default
Project Type: InstallScript Is there any way to set a parent feature to be minimized? I don't want to see the child features by default but I do want the end-user to be able to expand the parent and...
View ArticleTreating .ini files as normal text files
I'm trying to repackage MikTeX using the snapshot method of the repackager in AdminStudio 11.0 SP1 I can capture everything but when I try to build the MSI it fails because there are a lot of .ini...
View ArticleCustomers are getting .tmp access denied errors running Installshield 2013...
I just upgraded from 2012 Spring to 2013 Installshield Professional and after rebuilding 40 of my Windows installers that used to all work without any problems, a number of them are now generating...
View ArticleRegDBQueryKey cannot get all sub keys
Hi all, Thanks a lot in advance for any possible help! I am using InstallShield professional edition with an evaluation license. The problem I have is that RegDBQueryKey function get cannot find all...
View ArticleHow to Call an Exe from an Application Exe using Inshallshield
Hi, I am new to Installshield can anyone guide me through the steps to achieve the following; Currently in our project using the SSRS Report Services(ie; an EXE) installed prior to Main Application...
View ArticleCheck string contains number between 0-9
I writing in installscript and looking for a simply way to check if string contains number between 0-9. Thanks in advance....
View ArticleCustom action during silent uninstall
Good day, everyone. I need to remove specific file during silent uninstall (Installscript project). Here's what I got: 1. Response file created with parameter (path to file marked for removal):...
View ArticleInstallShield Spring Prof 2012 Problem
Hi All, I have installed Installshield 2012 Spring prof on windows 8 OS and some time when i am going to start Installshield then its throwing an error message.I am attaching screenshot for the same....
View ArticleGetSystemInfo API Failed on Windows 7 64 bit OS
hi All, I have dual OS on my Laptop which are Windows 7 32 bit and 64 bit. Whenever i am going to run my installer on 32 bit machine the API GetSystemInfo() return right CPU type but same code failed...
View Articledialog with combo box
Hi , I set a dialog with combo box in the dialogs view. I have this code in installscript setup.rul: #define HealthBoardList 17815 #define DLG_LIST_ID 10110 nResult = EzDefineDialog(eran,"","",10110);...
View ArticleTFS Build -5023: Error building table File
Hello, I am having following error when I am building my basic msi project with TFS Build. When I press Build/Rebuild from my Visual Studio, it works just fine. I am getting out of ideas. Code:...
View ArticleDisable bringing main installation dialog to front when installing prerequisite
I want to install one prerequisite before installing product. This prerequisite has several dlls and its own setup.exe which launches its own Installation Wizard (user is asked to enter destination...
View ArticleISLC.EXE - Repackager
Just installed upgrade, now using AdminStudio2013. Previous used AS 2010, and one of largest uses was to run ISLC.exe from a remote machine to capture installation information. Following same process...
View ArticleIssue with the JRE redistributables
Hi, I am including the JRE re-distributables as part of my Basic MSI project: JRE_SE 1.7.0_02 (x64) and JRE_SE 1.7.0_02 (x86) The build and deployment are successful. However on Windows 7 32-bit...
View ArticleError loading conversion dll
From what I'm reading, a hyper-v VM needs to have Windows 7, the guest agent, and a saved snapshot. When I tell it to repackage an MSI (Google Earth 7.1) as an AppV package, it starts up the VM,...
View ArticleHow to reduce setup.exe size?
In trying to determine why our setup is so bloated I created several dummy IS projects, each containing only a single 30k file. These projects did not include the windows installer or any...
View ArticleHow can I install a component conditionally?
How can I install a component conditionally based on whether the same component is already present in the machine. I am having a component called Fonts. What it will do is, it will copy a font file...
View ArticleRetrieving the COM class factory for component with CLSID
Folks, We are using InstallShield 2012 Professional Edition. We were manually creating the builds using the .ISM. Now, we have automated. We used IsWiAutomation18.dll to automate the build process and...
View ArticleJust downloaded Professional evaluation. How do I roll it into Visual Studio?
Can I use VS to develop Install Shield projects?
View Article