installscript
Managing InstallScript releases
How to manage InstallScript differential upgrades and releases. For every version I ship, do I need t开发者_如何学运维o keep two releases? One for existing customers - for upgrade and one for new cus[详细]
2023-04-02 06:50 分类:问答Updating .config XML in InstallScript
I am attempting to write a short install script to update a value in an XML file (myplatforinfo.config).[详细]
2023-04-01 15:24 分类:问答Disabling "Next" button In InstallScript
Using InstallShield - InstallScript project: I made a custom dialog for brow开发者_开发问答sing for a file.[详细]
2023-04-01 00:57 分类:问答Language for cross-platform install script
In writing an install script, I quickly found that I\'d have cross-platform issues, and bash scripts are hard to maintai开发者_JAVA百科n.I decided to look for a cleaner solution that\'s more cross-pla[详细]
2023-03-26 05:08 分类:问答Updating the INSTALLDIR from Installscript in Basic MSI
I want to change the INSTALLDIR value for my Installer during Installation using Installscript. How should I do it?[详细]
2023-03-07 01:41 分类:问答How can I get the startup type of a service from InstallShield?
I have an InstallScript installer that needs to modify an existing service\'s startup type (i.e. Automatic, Manual or Disabled) based on its current value.For example, if the current startup type is D[详细]
2023-02-18 00:31 分类:问答How to know installation action in installshield merge module type project?
I am using installshield to build a setup project. I have one InstallScript type project in which I have multiple merge module project included. In each merge module I have some custom install script[详细]
2023-02-13 17:19 分类:问答Create a private queues in MSMQ using installshield 2010
does anyone knows how to create a private queue in MSMQ using installshield? My application uses one and I can\'t seem to get it done...[详细]
2023-02-07 10:42 分类:问答Converting a Hexadecimal string to a Binary Value in installshield 2009
Setting binary registry values in installshield needs binary string values, However usually binary values in installscript is presented in hexadecimal forms.[详细]
2023-01-30 04:29 分类:问答How to update attributes in an XML file with InstallScript
Question: I am struggling trying to figure out how to update some attributes in an XML file using InstallScript. I would like to use proper XML parsing functions, but I can\'t find anything that sugg[详细]
2023-01-24 16:09 分类:问答