Quantcast
Channel: Flexera Community Forums
Viewing all 4553 articles
Browse latest View live

merge modul destination Path not set

$
0
0
Hello,
i have a problem setting the destination path of a merge modul. I have set the path of the merge modul in the redistributable view (properties of the merge modul).
I set the proerty called DLC_STARTUP in a Custom Dialog with MsiSetProperty. If i display the DLC_STARTUP property in a messagebox (in UI Sequence or Execute Sequence)
the property contains the correct value. But the files of the merge modul a install to a wrong location!
I found out, that if i set the property hard coded in a Custom Action called after AppSearch in UI Sequence and Execute Sequence than the value is used and the merge modul is
installed to the hard coded destination.

But this is to early because the Custom Dialog is called after InstallWelcome and there i want to set the path of the merge modul...

How can i handle this? With MsiGetProperty i always get the correct value after setting it but the merge modul get an empty value and is installed in C:\ and not in the specified path.

Any Idea?

thx

Uninstalling java 8 update 131 in IA 2014, machine restart automatically.

$
0
0
I am upgrading my application form Java 7 to Java 8 in InstallAnywhere, when IA un-installing java 8, machine get restart automatically, & un-installation of the application stuck in-between.


Can anyone help me with the issue.

how to detect network cards through Installshield

$
0
0
Hello Guys,

How can i detect network cards [NIC] using Installshield [Any setting/ installscript]?
I need to detect how many NICs are present on the host machine and perform some actions accordingly.
Please guide.
Thanks

Can't configure setup.exe icon for multiple builds

$
0
0
The Setup.exe Icon File property doesn't appear to work when multiple Releases are defined. Is there a fix or workaround?

Where is this "Template Summary" property?

$
0
0
I installed the package for Visual Studio 2015 and added my single file COM DLL server to the package. But after building and running the "Install" command (from the Visual Studio 2015 shortcut menu for my Setup1 project, I get an unknown HRESULT (-2147220472). I can dismiss that error and the installer proceeds and I get a HRESULT of -2147220473. Again, an unknown error (Error Lookup fails to find a message).

I checked the log file and the first problem that shows up is "Error loading ISBEW64.exe ... File does not exist". I also see that the installer is still trying to install in the X86 prgram folder. I also get errors failing to registery my DLL. I had to remove the setting where I used the primary program output because I couldn't find "Self Registering" on the file's COM property page and specifically point to the fully qualified path to my DLL to get that to show up.

Hoping the root issue is the bit-ness, I used Help and found "64-Bit Windows Installer Packages". There it tells me to change the "Template Summary" property. But where is that? I have the General Information page up. I did find the 'INSTALLDIR' and set it to [ProgramFiles64Folder]. But I see nothing that looks like it would be the "Template Summary" property. Searching on-line I found a reference for an earlier version of Flexera that says it is under Summary Information Stream. But I only have Title, Subject, Author, Keywords, Summary Information Stream Comments, Schema and Require Administrative Priviledges.

I cleaned and rebuilt hoping that the version I have simply keys off the INSTALLDIR property but I got the same results.

I've been searching all the settings to find the property but have failed. So where is this property? I'm hoping if I can find it and change it per the Help topic, setup will succeed. Oh, and ISBEW64.exe simply isn't on my machine. So I have little faith it will be on an end-user's box.

AAC - getting error copying package at end of AAC process

$
0
0
Hi,
Wonder if someone has come across this and help. Newbie to AAC so go easy :)

Looking to
I) Convert a legacy EXE app to MSI using AAC
ii) Conversion happens fine and VM shutdowns down as should do at end of process
iii) on the AAC console it reports
Retrieving repackaged output from the VM...
Error 0x0003 copying file "\\..\\<filename>"

and conversion doesn't complete. Sure its something probably silly, doing nothing fancy - very much a default install

Error extracting ISBEW64.exe from ISRegSvr.dll

$
0
0
I have Visual Studio 2015 and used the Setup and Deployment project from the Other Project Types. That led me to download InstallShield Limited Edition Project. So I have a setup created for a simple COM object and it is failing. I found this error in the log file:

Error extracting ISBEW64.exe from ISRegSvr.dll

Later I get an error that ISBEW64 cannot be found. So does anyone know what's going on?

How to use browse for dll action in advanced UI project ?

$
0
0
Using advanced UI project for packing my wix msi with installer .i hope this project type is suitable for me . Now i want to validate key via registration page (Customized dialog),so how can we do this action in install shield ?
I found one option in button control Events and its has option browse for dll action but its not working for me.I have a C# windows installer CA library for key validation but its not working in this action.

Difference between Local Admin and User part of group Admin ?

$
0
0
Hello Friends,

I am facing a unique problem. My Installer is suppose to work with administrator user.
The scenario here is, when user is logged as local administrator, all goes well..
BUT, when logged in user is part of Administrator group, and invokes the setup, it fails in performing some actions due to insufficient admin privileges..
Why is it so? I am not doing anything specifically for this behavior,I have just set the requires administrator privileges settings in Release section.

My question is - Ideally both Local Admin user AND user part of Admin group, should have equal rights, but then why the behavior is different in Installshield?

Any thoughts please.

Thanks

External file to be copied after the installation

$
0
0
Hello, I am building my first installer with InstallShield 2015 Limited Edition 2015 (22.0.1.0) and is trying to include an action to copy an XML file which is co-located with the installer (but not included) into the destination folder.
I have read this post and this one but the version does not match..
Any assistance will be highly appreciated.

How to trigger Secondary window from Custom actions or Installscript function -Suite

$
0
0
Hello Friends,

In suite installer, how to trigger or show a secondary window from a custom action or Installscript function.
I have a function, that is triggered thru a CA after a package is installed.I want to display a secondary window showing that the package is successfully installed.

its a suite installer.

Thanks

When does the INI file changes trigger?What is the sequence?

$
0
0
Hello friends,
In my installer, i am creating a Web url shortcut using the INI file changes technique. [http://www.installationdeveloper.com/316/how-to-create-an-internet-shortcut/]

the problem here is:
The url has the text https:\\[IISHOSTNAME]
IISHOSTNAME is a property whose default value is "localhost" which later gets updated in due course of installation to "WIN161"

But when the installation finishes, i can see that the url shortcut gets created with url : https://localhost

This shows that the URL shortcut creation via INI file changes takes place before the [IISHOSTNAME] property gets updated to "WIN161"

So i want to know, is there any way i can create the url shortcut with the updated value of [IISHOSTNAME]? Can i sequence the INI file changes to the end of the installation so that the shortcut creation takes place in the end with the updated value.

Please suggest.
Thanks

ISHiddenProperties not working after system reboot - Suite Installer

$
0
0
Hello Friends,

ISHiddenProperties properly works when you start your installation. But when you need to reboot your system [such as cases after installing SQL], when next time the installation resumes again all the hidden properties values will be displayed in the log files

Any solution for this? please suggest.

thanks

Upgradation issue: Command Line arguments not resolved properly by IS2016SP1

$
0
0
Hello Friends,

I recently upgraded my IS2015 project to IS2016SP1 and started facing all sorts of problem while installing various packages:
One of the package - (SQL server 2014) it started failing. With IS2015 build, it works but with IS2016SP1 build it fails. When i compared the log files from both the builds, this is what found:

WORKING BUILD:
EXE parcel resolved command line: /SKIPRULES=RebootRequiredCheck /IACCEPTSQLSERVERLICENSETERMS /Q /INSTANCENAME="MSSQLSERVER" /ACTION="Install" /UpdateEnabled="False" /FEATURES=SQLENGINE,RS,IS,SSMS,ADV_SSMS /HELP="False" /INDICATEPROGRESS="False" /ERRORREPORTING="False" /SQMREPORTING="False" /SQLSVCSTARTUPTYPE="Automatic" /FILESTREAMLEVEL="0" /SQLSYSADMINACCOUNTS="BUILTIN\Administrators" /ISSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE" /TCPENABLED="1" /NPENABLED="0" /SQLSVCACCOUNT="BLaBla" /SQLSVCPASSWORD="**********" /SQLSVCSTARTUPTYPE="Automatic" /RSSVCACCOUNT="BlahBlah" /RSSVCPASSWORD="**********" /RSSVCStartupType="Automatic" /HIDECONSOLE

FAILING BUILD:
EXE parcel resolved command line: **********

The command lines arguments which i am trying to pass on to the SQL setup.exe are getting converted to **********

Anyone knows how to fix this?

Please help.

MSI uninstall creates bluescreen

$
0
0
I'm getting better with time with Installshield and creating MSI but recently i've been working on a MSI that has been created couple years ago by a colleague that does not work here anymore.
Long story short, when I'm running the uninstall of the product, it tries to access certain registry key like HKLM\SYStem\Currentcontrolset which has nothing to do with the product itself and tries to delete the whole tree.
I'm a bit lost on where to look at in Installshield to prevent this action in the uninstall process.
Can somebody give me some directions ? Thanks in advance

InstallShield without Visual Studio

$
0
0
I'm trying to build a solution on a build server using MSBuild and without Visual Studio but I get the following error:

error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\InstallShield\2015Limited\InstallShield.targets" was not found

So I try to install InstallShieldLimited 2015 but then I get this message:

InstallShield 2015 Limited Edition requires Microsoft Visual Studio 2010, 2012, 2013, or 2015 Professional Edition or greater to be installed on the machine. The install will now abort.



Is there any way to get past this?

Visual Studio 2017 and Path Variable Overrides

$
0
0
We are in the process of upgrading from VS 2013 to VS 2017. In VS 2013 the file structure on our Build Agent is:
D:\Builds\n\ReleaseName (where n=1-4 on Build Agent 1). Under that are 2 folders:
bin <-- files got built to here
src
I used Path Variable Overrides to resolve the folder structure difference between my development machine and the Build Agent

On the VS 2017 Build agent the folder structure is:
D:\Builds\1. Under that are:
--- a (artifacts)
--- b (binaries)
--- s (source)
------ Project Folders
------ bin
------ obj
------ etc

How have the rest of you handled this?
Do we just ditch the Path Variable Overrides?
Is there a way to make my 2017 Build Agent use a similar folder structure as VS 2013?

Thanks

What Install Action Writes the Add Remove Programs Information...

$
0
0
Hi all,

Does RegisterProduct write the ARP stuff during the install?

I have a per user install where we want to tweak the version displayed in ARP from Windows Installer's #.#.# format to #.#.#.#. In our other installs that require Admin rights we have a little widget that tweaks, but since I have an install that must not require Admin rights, I can't tweak it (even though it appear to be written in an HKLM UserData area).

What I was trying to do is isolate the action that writes the ARP info, run a set property custom action to set the ProductVersion to the #.#.#.# format, then restore it to its #.#.# value after the action writes it to ARP.

Is that possible or does it have potentially harmful issues. We see no ill effects in our other Admin rights install as we are only tweaking a specific registry value. However, I don't know if changing the value, then running an install action that uses it will have more widespread effects.

Anyway, just wondering what action writes ARP display stuff and I can play around that.

Thanks for any info!

windows 10 has crashed due to isregflt64.sys

$
0
0
Hi,

I have installshiled pro 2014 & Windows 10 x64 ENT.

I have tried to extract com key from COM DLL at that time Windows System has been crashed.
Error: “REGISTRY_FILTER_DRIVER_EXCEPTION (ISREGFLT64.sys)”

I do not have any another installshiled version.
Could you please help me on this.

Thanks,
Vijay Kumbhani.

All 31 locales are not getting loaded in the splash screen

$
0
0
I am using InstallAnywhere 2017 premiere. I have select all 31 locales for support but only a few of them are loaded on the splash screen. Any body else facing this issue. Can any one give me a solution for this?


Thanks in advance!!
Viewing all 4553 articles
Browse latest View live