Search found 100 matches

Go to advanced search

by codesynergy
Mon May 11, 2015 9:38 pm
Forum: Building Installers
Topic: Application does not executes after install
Replies: 4
Views: 3669
 
Jump to post

Re: Application does not executes after install

Two things you might want to check:
- Does the file need registered with regsever32?
- Check the event viewer. You might be missing VC++ runtime files. The event viewer will tell you what version you need.
by codesynergy
Wed May 06, 2015 10:39 pm
Forum: Common Problems
Topic: Run as Administrator Bug?
Replies: 1
Views: 2843
 
Jump to post

Run as Administrator Bug?

Hi. I'm not sure if this is a bug or not, but it tripped me up a bit. I was trying the batch file regsvr32 code as described by Daniel here: http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=29748&start=30 I used the "LaunchFile" custom action (deferred) to launch a batch...
by codesynergy
Mon May 04, 2015 5:05 pm
Forum: Common Problems
Topic: COM extraction from .ocx .exe does nothing or is incomplete
Replies: 85
Views: 70163
 
Jump to post

Re: COM extraction from .ocx .exe does nothing or is incompl

Now the downside, the current AI 12.0 does not seem to like the format of the .reg files that RegSpyUI generates for some reason and resfuses to import them. I will look into this further. You might check the encoding of the registry files. AI seems to require registry files be encoded using "...
by codesynergy
Mon May 04, 2015 3:12 pm
Forum: Common Problems
Topic: COM extraction from .ocx .exe does nothing or is incomplete
Replies: 85
Views: 70163
 
Jump to post

Re: COM extraction from .ocx .exe does nothing or is incompl

After having a done a bit of research on COM extraction tools, I discovered that our own InstallShield Express 2012 license shipped with such a utility. It is called RegSpyUI.exe and is located in the Support folder under the InstallShield installation in Program Files. It can be run as a free-stan...
by codesynergy
Thu Apr 30, 2015 2:57 pm
Forum: Building Installers
Topic: How to organize my installer
Replies: 2
Views: 2892
 
Jump to post

Re: How to organize my installer

You will want to leverage features for this. Maybe something along the lines of: Client1Feature (contains only files belonging to Client1; installed only when Client1 is installed) Client1Components Client2Feature (contains only files belonging to Client2; installed only when Client2 is installed) C...
by codesynergy
Wed Apr 29, 2015 10:59 pm
Forum: Building Installers
Topic: How to create an uninstallable update
Replies: 4
Views: 5552
 
Jump to post

Re: How to create an uninstallable update

... but as my colleague Teodor mentioned sometimes Uninstallable Patches cannot be correctly uninstalled and, thus leading to corrupted product installations. So, we strongly recommend you to thoroughly test your installation packages when using this option. I want to re-emphasize this. I've done s...
by codesynergy
Wed Apr 29, 2015 10:06 pm
Forum: Common Problems
Topic: problem uninstall
Replies: 2
Views: 8396
 
Jump to post

Re: problem uninstall

I can think of a few things to try:
- Repair the install, then try uninstalling.
- Run the original installation package. It should detect the product is already installed and offer to uninstall it.
- Use msizap to remove it. I believe msizap is included in the windows sdk.
by codesynergy
Tue Apr 28, 2015 9:48 pm
Forum: Common Problems
Topic: Folders remain after uninstalling
Replies: 4
Views: 4536
 
Jump to post

Re: Folders remain after uninstalling

i have try this (http://www.advancedinstaller.com/user-g ... lders.html) "remove folder"
Remove on: Component uninstall
Just to confirm, are you adding file removal operations for each file that is being left over (see attachment)?
by codesynergy
Tue Apr 28, 2015 12:41 am
Forum: Common Problems
Topic: COM extraction from .ocx .exe does nothing or is incomplete
Replies: 85
Views: 70163
 
Jump to post

Re: COM extraction from .ocx .exe does nothing or is incompl

I want to chime in here, in hopes that this COM extraction issue might be bumped up in priority. Our company uses a lot of COM dlls/exes (.Net and native). A while ago, I reported an issue with COM extraction here: http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=30016 In summary, the...
by codesynergy
Fri Apr 24, 2015 11:51 pm
Forum: Building Installers
Topic: Feature Install States and ADDLOCAL
Replies: 2
Views: 4894
 
Jump to post

Re: Feature Install States and ADDLOCAL

Please take a look on the ADDLOCAL property article which may be useful to you Ya, I've read that article before. I was hoping there might be another article/blog post with some more detailed/in-depth information. you need an immediate custom action to read the feature state and set its state in a ...
by codesynergy
Fri Apr 24, 2015 9:14 pm
Forum: Common Problems
Topic: No "Driver" page No "Add Driver" button
Replies: 2
Views: 3309
 
Jump to post

Re: No "Driver" page No "Add Driver" button

In AI 12.0, the "Drivers" view is under the "Resources" category (see screenshot).
by codesynergy
Thu Apr 23, 2015 11:39 pm
Forum: Building Installers
Topic: Feature Install States and ADDLOCAL
Replies: 2
Views: 4894
 
Jump to post

Feature Install States and ADDLOCAL

Hello! My Problem: I have a deferred custom action that runs code based on the install state of a feature. For example: If (FeatureA is installed) Run this code elseif (FeatureA is installed AND FeatureB is NOT installed) Run this code etc. Since deferred custom actions can't access the install stat...
by codesynergy
Tue Apr 21, 2015 10:39 pm
Forum: Common Problems
Topic: Folders remain after uninstalling
Replies: 4
Views: 4536
 
Jump to post

Re: Folders remain after uninstalling

If the service is creating these files after install, then the installer will not uninstall those files (since the installer did not install them). For this scenario, you might try using a new "File Removal" operation as described here: http://www.advancedinstaller.com/user-guide/file-remo...
by codesynergy
Tue Apr 21, 2015 7:27 pm
Forum: Common Problems
Topic: Installer stuck on "Extracting files from archive"
Replies: 4
Views: 18216
 
Jump to post

Re: Installer stuck on "Extracting files from archive"

A few things you might try: - Make sure you have admin rights. - Verify that C:\Users\RANDY\AppData\Roaming\DSDCS\InputMapper 1.5.29.0\install\disk1.cab exists throughout the installation. This will at least tell you if the cab file is being extracted correctly and the antivirus isn't removing it. -...
by codesynergy
Wed Apr 15, 2015 8:12 pm
Forum: Common Problems
Topic: Checkbox Checked State And Next/Back Button
Replies: 6
Views: 7161
 
Jump to post

Re: Checkbox Checked State And Next/Back Button

I'm also curious about this. I recently came across a similar issue, where I tried to pass in CB_PROPERTY through the command line. I expected the following: CB_PROPERTY="1" > The checkbox is checked. CB_PROPERTY="0" > The checkbox is not checked. However, it appears the checkbox...

Go to advanced search