Jun 27, 2011
02:44 PM
Well not actaully. If my install is patched, the readme does not show. Err I can't believe no one out there has a readme file they show after install that doesn't want shown when uninstalled by running setup.exe again. Wow that really tells me no one is using this software or this forum and it's time to use Wix.
... View more
Jun 27, 2011
11:50 AM
My application requires .Net 3.5. I have checked the 3.5 web download prerequisite. On XP, Vista, Server 2003, and Server 2008 the install works as expected. That is, if .Net 3.5 is not installed, the installer automatically installs .Net 3.5 but on Servrer 2008 R2 if the Application Server role is missing the install just keeps on running untimately failing while attempting to start my applications services (which require .Net). I have written a VBScript which checks for the Application Server Role but that really just seems like a work around. Has anyone been able to get InstallShield to work as it should using a more direct workaround? One thing to note. If I check .Net 3.5 as a required component, the installer detects that .Net 3.5 is missing. The problem is the install just bails at that point. So if I used this method all my users would be required to manually download and install .Net not just my Server 2008 R2 customers.
... View more
Labels
- Labels:
-
InstallShield 2011
Jun 24, 2011
07:09 PM
Still looking for an answer. I have written a VB script that checks the Win32_ServerFeature class for a particular name, however this leads to an internationaliztion question. Is the Application Server Role name the same on all internationalized versions of Windows? On an Italian machine is the name still Applicaiton Server Role or is it Ruolo server applicazioni? Does anyone know?
... View more
Jun 24, 2011
05:04 PM
If I set the OK button DoAction event condition to LAUNCHREADME And Not Installed I get the desired results...at least with the testing I did.
... View more
Jun 24, 2011
04:50 PM
I added the Not (REMOVE=ALL) to the condition within the SetupCompleteSuccess dialog and now during an install the readme is not launched. LAUNCHREADME And Not (REMOVE=ALL)
... View more
Jun 07, 2011
04:28 PM
How did you end up handling this?
... View more
May 29, 2011
12:17 AM
I have added a readme file to the setupsuccess dialog using the IS_LAUNCH_MY_README_PLEASE custom action along with the appropriate propreties: LAUNCHREADME 1 SHOWLAUNCHREADME -1 If I run an uninstall by executing the setup.exe file (rather than through Add/Remove programs) the install launches notepad with an empty document and an error is throw stating the readme can't be found. However, if I uninstall via Add/Remove Programs the readme is not opened as desired. How can I fix the uninstall when executed by running the setup.exe?
... View more
Labels
- Labels:
-
InstallShield 2011
Nov 24, 2010
11:26 PM
Ok. I have 2 installs now. What is the technique for stopping the 32 bit version from installing over the 64 bit version...and visa-a-versa.
... View more
Nov 24, 2010
11:09 PM
I've got 2 install projects for the same product. Right now they have the same product code, although I can change them if I need to. My question is this. How do I stop the 32-bit version from over installing the 64-bit version and possibly vis-a-versa? I think I want, however; the 64-bit version to uninstall the 32-bit version if found. Seems the later is easy as I can just change my product code.
... View more
Labels
- Labels:
-
InstallShield 2011
Oct 05, 2010
02:53 PM
If I set the Destination to ProgramFiles64Folder, the files are installed in the root of that location. Here's the deal, I need the files installed in the default location, if the user wants to specify another location, so be it. Using the value [INSTALLDIR] always puts the files in Program Files (x86). On a side note, marking a component 64-bit seems very unproductive. I thought the whole idea of creating a single project for multiple platforms was so it was easy. How is this easy if I have to duplicate all 30 .Net components I have, one for 32-bit the other for 64-bit?
... View more
Oct 05, 2010
02:25 PM
I already tried that. The files are still installed in the wrong location.
... View more
Oct 05, 2010
01:31 PM
So all I need to do is add a minor upgrade? If I run a build every night with a new build number do I only need to point to the previous build one time? What happens when I remove old builds from my build machine? What does 'NoObjectSetupPath' mean?
... View more
Oct 05, 2010
01:24 PM
Doesn't a minor upgrade require the previous installation to uninstall?
... View more
Oct 05, 2010
01:23 PM
I re-compiled the DLL and gave it a new name. Still the same problem. It seems I can not add any component without the installer failing. I am pretty sure in the past I have added DLLs to existing projects without issue. Maybe they were added using the dependency scanner. In my case this is not an option becuase I have to explicitly leave a dependent DLL out.
... View more
Oct 05, 2010
01:03 PM
Per the the file I created a simple MSI project that installs a single .Net exe file. I have created a release and set the Template Summary to x64. After I build the release the files are installed in Program Files (x86). Next I tried setting the General Information | Template Summary to x64;1033. Still the files are installed in the x86 directory. What am I doing wrong?
... View more
Labels
- Labels:
-
InstallShield 2011
Latest posts by mjanulaitis1234
Subject | Views | Posted |
---|---|---|
849 | Jun 27, 2011 02:44 PM | |
2145 | Jun 27, 2011 11:50 AM | |
817 | Jun 24, 2011 07:09 PM | |
849 | Jun 24, 2011 05:04 PM | |
849 | Jun 24, 2011 04:50 PM | |
919 | Jun 07, 2011 04:28 PM | |
2533 | May 29, 2011 12:17 AM | |
1045 | Nov 24, 2010 11:26 PM | |
2236 | Nov 24, 2010 11:09 PM | |
1045 | Oct 05, 2010 02:53 PM |
Activity Feed
- Posted Re: Readme Launched During Uninstall on InstallShield Forum. Jun 27, 2011 02:44 PM
- Posted .Net 3.5 Prerequisite not installed on Server 2008 R2 on InstallShield Forum. Jun 27, 2011 11:50 AM
- Posted Re: Windows Server 2008 R2 - App Server Role on InstallShield Forum. Jun 24, 2011 07:09 PM
- Posted Re: Readme Launched During Uninstall on InstallShield Forum. Jun 24, 2011 05:04 PM
- Posted Re: Readme Launched During Uninstall on InstallShield Forum. Jun 24, 2011 04:50 PM
- Posted Re: Enabling .Net 3.5 on Windows Server 2008 R2 on InstallShield Forum. Jun 07, 2011 04:28 PM
- Posted Readme Launched During Uninstall on InstallShield Forum. May 29, 2011 12:17 AM
- Posted Re: x64 Template Summary Does Not Work on InstallShield Forum. Nov 24, 2010 11:26 PM
- Posted How to stop 32-bit installer from over installing 64-bit version on InstallShield Forum. Nov 24, 2010 11:09 PM
- Posted Re: x64 Template Summary Does Not Work on InstallShield Forum. Oct 05, 2010 02:53 PM
- Posted Re: x64 Template Summary Does Not Work on InstallShield Forum. Oct 05, 2010 02:25 PM
- Posted Re: Update does not install files or restart services on InstallShield Forum. Oct 05, 2010 01:31 PM
- Posted Re: Update does not install files or restart services on InstallShield Forum. Oct 05, 2010 01:24 PM
- Posted Re: Update does not install files or restart services on InstallShield Forum. Oct 05, 2010 01:23 PM
- Posted x64 Template Summary Does Not Work on InstallShield Forum. Oct 05, 2010 01:03 PM
- Posted Re: Update does not install files or restart services on InstallShield Forum. Oct 04, 2010 07:12 PM
- Posted Re: Update does not install files or restart services on InstallShield Forum. Aug 27, 2010 04:32 PM
- Posted Update does not install files or restart services on InstallShield Forum. Aug 27, 2010 02:09 PM