Questions tagged [installshield-2011]

InstallShield is a software tool by Flexera Software for creating installers or software packages. Primarily used for creating Microsoft Windows Installer (MSI installer). InstallShield 2011 is the version of InstallShield which released in year 2011.

84 questions
0
votes
1 answer

Custom Action not working during uninstallation

I am developing installer using Installshield 2011 and project type is Basic MSI, I have custom action which is sequenced in such a way that is should be executed during uninstallation. here is the attached snap shot of custom action properties that…
Chetan
  • 642
  • 1
  • 12
  • 31
0
votes
1 answer

Need an example of /installfromweb command line switch for Installscript Project Setup.exe

Can anyone please provide me an example of /installfromweb switch in Installshield that is passed to setup.exe ? I am trying to use this switch with "Installscript project" not "Installscript MSI" for web based Installation.
The King
  • 833
  • 1
  • 15
  • 41
0
votes
2 answers

Can I Set Condition For A Replacment In "Text File Changes" in Installshield 2011?

I'm using "Text File Changes" feature in IS2011. I have a file and I want to replace 2 strings: replace the string always replace the string only if a checkbox was checked by user in install dialog How can I set a condition for a replacement in…
0
votes
1 answer

Pin to start a shortcut on Windows 8 programmatically

I have created an Installer using Installshield 2011. This Installer creates a shortcut in StartMenu-->Programs and it also has runs a vbscript during installation. This VB Script creates another shortcut in StartMenu-->Programs. The problem is…
The King
  • 833
  • 1
  • 15
  • 41
0
votes
1 answer

Identifying the product language for already installed application

I have multilingual installation setup program, where user can select 5 different language. Consider I have installed application in German language. whenever I am uninstall the application or update the previous setup it is launching in German. I…
Vinay MS
  • 550
  • 3
  • 6
  • 21
0
votes
1 answer

Installscript CopyFile Function Error

I am trying to copy a file using Installscript copy file function: bRet=CopyFile( szUnattendIni, szStatusFile ); where the file referred by szUnattendIni is passed as command line argument. When I pass this file from commandline using double…
The King
  • 833
  • 1
  • 15
  • 41
0
votes
1 answer

Localize shortcut menu in installshield

I have shortcut Program menu -->Company Name --> Product name. My requirement is the product name should be localized when locale language (operating system) is Japanese. How is this possible in Install shield 2011? Please help.
Vimal
  • 1
  • 1
0
votes
1 answer

change start menu name during minor version upgrade in installshield

Currently, in program start menu I have as below Program Menu - [XXX] - Product name Now , I want to change as Program Menu - [YYY] - Product name How to change start menu name during minor version upgrade in…
Vimal
  • 1
  • 1
-1
votes
2 answers

InstallShield Change Company Name

I'm using InstallShield Professional v.11 and I need to make multiple installation packages where the only difference is the company name (which changes the default install location, and the location of the start menu shortcuts). How do I do…
Rossini
  • 5,960
  • 4
  • 29
  • 32
1 2 3 4 5
6