Tagged Questions
The installshield-2010 tag has no wiki summary.
3
votes
4answers
627 views
Installshield or Wix
I have a pretty huge web application developed using asp.net 3.5 and I need to prepare an installer package which will be using to deploy the application on IIS 6 and 7. I have done a lot of research ...
2
votes
1answer
1k views
Installshield, uninstalling program not removing all folders
I am using Installshield 2010. I made a basic MSI setup, and I am having a problem with uninstalling.
Uninstalling does not remove all folders.
After a complete install, I then uninstall only to ...
2
votes
1answer
146 views
Installshield installer size
I've been asked to make a simple installer with Installshield 2010 Professional. The combine size of the files to be installed is about 2 megs, but the resulting installer is about 5 megs. I would ...
1
vote
1answer
94 views
how to choose Dialogs according to features selected in installshield 2010
I want to create a single installer for some web applications. Each application is a component of a feature. For each component I have some Custom Dialogs wich I created for save some configurations ...
1
vote
0answers
57 views
Does isolated storage contents survive an update?
If I write a license file to isolated storage in a vb.net winforms app, and the app then undergoes a minor update, does the license file get "carried over" somehow during the update?
Isolated storage ...
1
vote
1answer
82 views
XML Change during upgrade
How do you change XML files usually during upgrade?? (Basic MSI)
I think "XML File Changes" Tab has too few function to change old app.config to new app.config. Because many kinds of old app.config ...
1
vote
0answers
53 views
How do you think about implementing Installshield Basic MSI project without Installscript? [closed]
Do you think it is reasonable? or too restrictive??
1
vote
2answers
221 views
Wix created cub file
I have a problem where I create a cub file using wix which works fine however when I try and run it against a MSI created with InstallShield I get the following error:
Fatal schema conflict ...
1
vote
2answers
235 views
Convert installscript to Basic MSI
Is there a way to convert InstallScript to Basic MSI in installshield 2010?
1
vote
2answers
257 views
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...
Anyone has done this before? and if so, please help me
Thanks!
...
1
vote
1answer
282 views
installshield 2010 change title of the choose setup language dialog
I have inherited an InstallShield project and need to change the title of the setup language dialog. It is currently the same as every other dialog in the installer "[Product name] - InstallShield ...
1
vote
1answer
445 views
Working with InstallShield 2010. How do you force a restart
I have some prerequisites required, and one of the prerequisites requires a reboot if installed before the rest of the setup can continue. Using InstallShield, how do you force a restart after ...
1
vote
1answer
150 views
Installshield 2010, Selecting to NOT install a feature, and it still attempts to install it
While using installshield 2010, I give the user the ability to install or not install two of three features during the installation process.
If the user chooses the "complete" install, everything ...
1
vote
1answer
72 views
Installing ADO.Net hot fix installshield 2010
How I can install ADO.net hot fix along with setup program which is developed in installshield 2010
please guide me as soon as possible
1
vote
1answer
374 views
Make clients to download InstallShield PreRequisites from Internet
My installshield project uses custom prerequisites to install .Net Framework 4.0 Client Profile and Microsoft Sync Framework 2.0 client package.
I want to let clients to donwload .Net Framework and ...
1
vote
1answer
568 views
Uninstall another MSI on install
I have a Basic MSI project. I need to remove another MSI product on installation that is now integrated into our main application. I tried to use the upgrade scenarios and treat it as a major upgrade. ...
1
vote
0answers
98 views
Need to add a script to change a filename to a installshield 2010 installer
I need to add a script that will change the name of two files in my install shield 2010 build. Is there a way to do this?
0
votes
2answers
47 views
how to run RemoveFiles after InstallFinalize in Installshield 2010?
I use Installshield 2010, a Basic MSI Project.
Is there a way to use RemoveFiles action to remove files from RemoveFile table after InstallFinalize?
I have some files included in installer's ...
0
votes
1answer
29 views
ISDEV : error -6259: Internal build error
I am getting above mentioned error message. I have recently updated my Thwarte certificate because it had expired and now i am not able to build my installer. I have used pfx file and my password for ...
0
votes
1answer
53 views
Error 2878 at SQLLogin dialog in Installshield 2010
I am using MSI project with Installshield 2010.
I wanted to add some SQL Scripts in my project for two different connections. I was trying to clone SQLLogin dialog and configure it for the second ...
0
votes
2answers
153 views
InstallShield 2010 Installs to Program Files (x86) when Program Files (64-bit) selected
I have a very basic InstallShield installer. It drops a bunch of tiles to TARGETDIR. If I specify the destination directory as almost any directory, that's where the files get dropped. (eg. if I ...
0
votes
1answer
62 views
Grant application access to UAC protected registry section
I have a legacy USB device driver which reads and writes data from and to the Windows registry to HKEY_LOCAL_MACHINE/SOFTWARE/COMPANY/PRODUCT.
I am not able to change this so I need a workaround ...
0
votes
1answer
26 views
Launching a file after Installation
I have created two releases for my Installshield Basic MSI Project.
I want to launch the executable, on click of the finish button when the Installation completes. I have two different executables. I ...
0
votes
0answers
61 views
Setting the language of an InstallShield patch
I've got a few InstallShield 2010 project which build installers in different languages. When they are built, I can verify which language they are built for by right clicking on the installer going to ...
0
votes
1answer
480 views
Create setup file with SQL Server 2008 via installshield 2010
I want to create a setup file with Installshield 2010.
I have written my program with wpf and SQL Server 2008.
I created the file but during the installation, it starts to install SQL Server 2008 ...
0
votes
0answers
36 views
deploying problem of wpf application in different windows
I have written a program with w pf.I create a setup file with install shield 2010.
when i want to run setup file in windows 7 which i work on it , it run correctly but when i
run this file in ...
0
votes
1answer
99 views
InstallShield 2010 SQL Script multi line comment bug?
I think I found a bug with multi-line comments and SQL scripts in InstallShield 2010.
To reproduce the bug, create a basic MSI project. Go to Installation Designer -> SQL Scripts, create a SQL ...
0
votes
0answers
37 views
How do i check prerequisites depend on feature?
I just want to insert a dialog checking prerequiste depend on features.
I mean it's NOT including prerequisites.
Just want to check.
How can i do this without any script?? (Basic MSI Project)
0
votes
0answers
36 views
how to show a prompt to the user for database deletion on un-installation in istallshield?
Install Shield:
I need show a prompt to the user for database deletion on un-installation
to check whether to run the delete script or not ..
any ideas about that
0
votes
1answer
97 views
Issue in custom action in install shield 2010
I want to make a script that open port in installation and close it in un-installation
I made the both scripts but every time
script for open port runs in install and in uninstall so after ...
0
votes
0answers
127 views
(Installshield 2010) Same key files in different features
I added same assemblies in different features, components, directories
like this
Directory-a
----Component-a
--------a.dll-(Feature-a) -> KEY File
Directory-b
----Component-b
...
0
votes
2answers
93 views
HowTo autostart app to All Users installed with Basic Project (InstallShield 2010)?
Question: I have a InstallShield 2010 installed. I want to create a Basic Project, that would be able to install my simple application (single .exe file) to ALLUSERS on the host and also I need is to ...
0
votes
1answer
107 views
CheckBox on ReadyToInstall Dialog in Basic MSI in Installshield
I have two product Configuration releases for my MSI, namely Release1 & Release2.
I have added a checkbox to the ReadyToInstall Dialog. I want this checkbox to be visible only when I build ...
0
votes
1answer
224 views
Adding a check box in ReadyToInstall Dialog in Basic MSI
I have added a checkbox to the ReadyToInstall Dialog in Installshield for a basic MSI.
What I want to do is to set a property ISCHECKBOXSELECT to 0 or 1 depending on whether the CheckBox was selected ...
0
votes
2answers
257 views
How do I set permissions on dynamically linked files?
I have an InstallScript installer that utilizes dynamic file links for several components. These components contain configuration files that standard users should be able to edit. We recently ...
0
votes
0answers
144 views
(Installshield 2010) How can I register MIME Type?
I need to register some MIME types in IIS.
I cant find any options on Installshield 2010 but (Component-any component- Advanced Settings-File types) tab has some MIME @#$@% thing. I dont know exactly ...
0
votes
1answer
71 views
(Installshield 2010) ISProject Folder in TFS 2008
I wonder what the ISProjectFolder, ISProductFolder, ISProjectDataFolder, ISPROJECTDIR (predefined paths) values are assigned when I build using TFS 2008 build agent
I think these can have different ...
0
votes
1answer
270 views
(installshield 2010) Conditional features selection
(Basic MSI Project)
I would like to deselect parent feature automatically when all children are deselected, but i can`t find any option for that on installshield IDE.
For example,
(feature select ...
0
votes
0answers
252 views
RemoveFile table entries seemingly ignored when creating an MSP in Installshield 2010
We have a project in Installshield 2010 that needs a patch created. The previous MSI specified had some files that have been removed in our new installer so we have been trying to use the Direct ...
0
votes
1answer
250 views
Detect whether certain IIS features are present from InstallScript
I have an InstallScript project written in InstallShield 2010, which, amongst other things, shells out to several .NET MSI installers that install web apps. If any of these web apps are selected for ...
0
votes
1answer
180 views
installshield script check if we are uninstalling
I am looking for a way I can pass to my installscript check if I application is uninstalling.
I tried this:
if (REMOVE) then
MessageBox("uninstalling!", INFORMATION);
return 0;
endif;
but it ...
0
votes
1answer
1k views
Grant “Log on as a service” permission AND service Logon Account during installation(Installshield 2010)
I`m developing install application via Installshield Basic MSI Project
I have a little problem when granting "Log on as a service" permission
(Control panel -> Administrative tools -> Local Security ...
0
votes
3answers
689 views
What causes an MSI update to not update a component in an installer?
(EDIT: Question changed.)
I have a product with an installer which was built by InstallShield 2010, and appears by all accounts to be installing just fine as a "new" install.
Periodically, I make ...
0
votes
1answer
675 views
Install Shield, How to check the exit code but not show error?
I have a custom action that runs in the very beginning of my Install Shield Project.
I check the exit code on this custom action because it is a form that has a next and cancel button, if the user ...
0
votes
2answers
714 views
Install Shield - How to Disable specific feature in feature tree?
I am new to install shield , I have an Install Script msi project and have some features, I want feature3 to be greyed out in sdfeaturestree dialog.
Kindly help me in to this I am very stucked.
...
0
votes
1answer
125 views
Need Help with InstallShield
I'm using to Install Shield 2010 limited edition to create a installer of my application. I have never used it before. But now I need to create a installer and verify it by using Windows 7 client ...
0
votes
3answers
271 views
Adding license agreement for Installshield prerequisites
Can any one tell me how add License agreement for before installing prerequisites in installshield 2010.
0
votes
1answer
469 views
Modifying app.config through installscript
How to modify app.config files through installscript in installshield 2010.
I want to modify the sql connection string in app.config file based on user selected server.
Early help should be ...
0
votes
3answers
2k views
Adding prerequisites Visual C++ runtime redistributable
I have problem during installing visual c++ runtime libraries for windows 7.
I prepare the setup using installshield 2010,their is an option to set visual c++ 2010 as prerequisites but no option for ...
0
votes
1answer
118 views
Having a Prerequisites for InstallShiled 2010
I am very new to istallshield 2010,I have created basic MSI setup for my application.
I need to check few prerequisites for my application those are as below.
Microsoft frame work 3.5 with SP1.
Sql ...