installshield

InstallScript can not read text file containing result from command prompt

天涯浪子 提交于 2019-12-24 06:08:18
问题 I am writing a Installscript function to run a command in command prompt, redirect the result from console to a text file, then read the text file for information. // send command method STRING szCmdPath, szCmdLine ; szCmdPath = "C:\\WINDOWS\\system32\\cmd.exe"; szCmdLine = "/c wslconfig /l > D:\\output.txt"; LaunchAppAndWait(szCmdPath, szCmdLine, WAIT); the send command method did not run the command with szCmdLine as I desired, it failed to recognize the command and produce the following

InstallShield adding diffrerent prerequisite for x86 and x64

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 04:51:33
问题 I want to add different version of Crystal Reports as a setup prerequisite using InstallShield depending on platform. For x86 32bit version should be installed, for x64 - 64bit. What kind of condition should I add to do so? I've found that I can select particular OS as condition but there is no option to just select 32 or 64 bit. Thanks in advance. UPD1: In InstallShield I can choose the following types of condition: Check if registry entry exists. I wanted to check for WoW6332Node but then I

Is it possible to have release specific support files in an InstallShield installation?

陌路散爱 提交于 2019-12-23 09:31:58
问题 One of our partners/resellers is a device manufacturer who has a specific installer of our application that also installs utilities and drivers for their hardware. Up until now we had put the driver/utility into the "Support Files" section of InstallShield and launched the utility installer silently via installscript if the user entered a serial number that was specific to this partners edition of our application. The partner recently came to us with concerns about their licensing agreement,

InstallShield Automation can't create object

半城伤御伤魂 提交于 2019-12-23 03:56:13
问题 I am working with Installshield 2014 and 2011. I'm using major upgrades and automated build scripts to handle the build. InstallShield is the stand alone build ver. for both. Now everything worked fine with Installshield 2011 on windows 2003 servers. I could use the automation interface to open a project, change the product code (for the major upgrade) then save it right before building the installer. The code for such is in a vbs file as such: Dim oISM, oGUID Set oGUID = CreateObject(

Chaining & Bootstrapping multiple MSIs & merging the existing MSIs featureset GUI into a custom one

一世执手 提交于 2019-12-23 02:35:04
问题 The questions regarding Bootstrapper & Chaining might have been asked before. I am trying to ask something similar & different . My requirement is to CHAIN 3 installshield msi into a single one and expose the feature selection GUI of 2 of the MSIs as a single feature set such that when the user selects any of the features on the top-level, that selection is passed as parameter(s) to the underlying respective msi & installation continues. User may launch this exe / setup again where he can

Modify exe manifest of InstallShield X (Version 10.5)

╄→гoц情女王★ 提交于 2019-12-22 18:14:19
问题 I have InstallScript Project created with InstallShield X (Version 10.5) When I run mt.exe from Windows SDK v7.1A with the following manifest: MySetup.exe.manifest <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level='requireAdministrator' uiAccess='false' /> </requestedPrivileges> </security> <

Alternatives to WiX Burn Bootstrapper? (Can the InstallShield LE bootstrapper be used?)

ⅰ亾dé卋堺 提交于 2019-12-22 08:28:30
问题 Background information: We used to have a Visual Studio 2010 based installer project, but our install situation got a lot more complicated, and with the projects going away anyway in 2012, we figured we'd start learning WiX / InstallShield LE. The Problem: InstallShield LE seems far too limited in the MSI files it creates to fit our needs -- (example, if you check the Office 2007 prerequisite, even though the error says you need "Office 2007 or later" it will fail if you have Office 2010

Single EXE file to install a group of software and loading files

情到浓时终转凉″ 提交于 2019-12-21 22:38:44
问题 I have devoloped a Struts 2 web application. For running it on a server, I need to install the following: JDK Tomcat MySQL I need to sent my project to a foreign client. He asked me to convert my entire project and software into a single EXE file, so that using a single EXE file he could install everything and load my project into the server. That is, he could be able to load the project on the server using that single exe. The EXE file will start invoking the installers one by one and

Patching Multiple Instance Installs with either InstallShield or WiX

孤街醉人 提交于 2019-12-21 18:32:11
问题 I have a project built in InstallShield 12. It is a Web Application that needs to be installed multiple times, and those installations need to be patched. I can create transforms, and patches just fine in both WiX and InstallShield. When I try to patch a transformed install from InstallShield, I get the error: "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the

Installshield Folder Permissions not working

最后都变了- 提交于 2019-12-20 15:26:34
问题 Using InstallShield 2012 Professional to install a ASP.NET website, and a custom app pool running in securitry context of a network service account. When I test the website, I encounter a permissions issue (file permissions), and the website fails with the message "Error: Access is Denied.". Using InstallShield, I set permissions to each file for read access to the user "Authenticated Users". I set the permissions within the InstallShield ISM file by navigating to "Application Data" -> "Files