Search found 36 matches

Go to advanced search

by digitalman
Wed May 02, 2007 1:49 am
Forum: Common Problems
Topic: Change a logo for each install w/o rebuilding?
Replies: 1
Views: 3441
 
Jump to post

Change a logo for each install w/o rebuilding?

If I use "Place files unpacked" could I change a resource file such as an image for my app for each install without rebuilding the install? For example, if I have an application that displays a company logo on the form (my application, not the installer setup), and I want each client to have their ...
by digitalman
Mon Jan 15, 2007 3:32 pm
Forum: Common Problems
Topic: Access runtime
Replies: 2
Views: 4394
 
Jump to post

Yes, thank you!
by digitalman
Fri Jan 12, 2007 8:36 pm
Forum: Feature Requests
Topic: JET Service Pack 8 as Prerequisite or with Custom Action
Replies: 5
Views: 35518
 
Jump to post

Ok, I've hit this same issue and need to be able to install the Jet driver. I created a search for the msjet40.dll. Now I'm not sure how to go about checking the OS version and running the proper exe. I assume this would go under "Additional Launch Conditions"? Since the main install doesn't support ...
by digitalman
Fri Jan 12, 2007 3:28 pm
Forum: Common Problems
Topic: Access runtime
Replies: 2
Views: 4394
 
Jump to post

Access runtime

I used your method for checking for the Access Runtime by checking the registry "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MSACCESS.EXE\Path". It seems that some users are running the install and it's not installing the runtime yet the runtime is missing from their computer. I'm ...
by digitalman
Fri Jan 12, 2007 3:25 pm
Forum: Common Problems
Topic: Question about updates
Replies: 1
Views: 3325
 
Jump to post

Question about updates

When creating a patch project for an update does it determine what has changed or do I need to remove everything from the new project that I do not want to overwrite on the update? Example is the original install adds an access database. I do not want to overwrite this on subsequent updates.
by digitalman
Thu Dec 07, 2006 5:45 pm
Forum: Common Problems
Topic: For those thinking of going with Advanced Installer
Replies: 0
Views: 121112
 
Jump to post

For those thinking of going with Advanced Installer

I'm a developer who's had little experience creating installs. When a project came up recently that required a fairly complex install (checking for existing files, check for updates, registry, etc), I checked the usual big names in installer software. I couldn't believe how expensive they were. We ...
by digitalman
Tue Dec 05, 2006 9:37 pm
Forum: Common Problems
Topic: PackageCode is not unique error when buiding patch
Replies: 2
Views: 4360
 
Jump to post

Ok, I deleted the patch project and tried again from scratch and it seemed to work this time.
by digitalman
Tue Dec 05, 2006 6:53 pm
Forum: Common Problems
Topic: PackageCode is not unique error when buiding patch
Replies: 2
Views: 4360
 
Jump to post

I changed the version of my original project (after copying the output from build to a version 1.0.0 folder) to 1.0.1. When I click "Save" it asks if it should create a new ProductCode and I choose "No" as it states in the documentation. I then build the project. I create a new patch project and ...
by digitalman
Tue Dec 05, 2006 5:21 pm
Forum: Common Problems
Topic: PackageCode is not unique error when buiding patch
Replies: 2
Views: 4360
 
Jump to post

PackageCode is not unique error when buiding patch

I tried my first patch and am getting an error that the PackageCode is not unique. Any ideas?
by digitalman
Tue Dec 05, 2006 5:14 pm
Forum: Common Problems
Topic: dumb question - where is msimsp.exe?
Replies: 3
Views: 5564
 
Jump to post

I tried the command line version of the install you suggested for just the tools and MsiMsp.exe does not get installed. I will try doing a full install of the PSDK now.
by digitalman
Tue Dec 05, 2006 5:00 pm
Forum: Common Problems
Topic: dumb question - where is msimsp.exe?
Replies: 3
Views: 5564
 
Jump to post

Thanks. I did try searching the forums for this answer but got 11 pages of results and did not see it.
by digitalman
Tue Dec 05, 2006 4:14 pm
Forum: Common Problems
Topic: dumb question - where is msimsp.exe?
Replies: 3
Views: 5564
 
Jump to post

dumb question - where is msimsp.exe?

When trying to build a patch, a dialog pops up asking for MsiMsp.exe. I searched my entire drive for this file and can't find it. Is it not included with AI?
by digitalman
Tue Dec 05, 2006 4:09 pm
Forum: Common Problems
Topic: Error 2343 on custom dialog
Replies: 9
Views: 10606
 
Jump to post

Make sure [NETWORK_PATH] is a property based folder defined under "Files and Folders"

Dan

I need to do something very similar and am getting an error 2343 as well.

I have a Path Edit on my custom dialog which I default to c:\. However, when I click my adjacent pushbutton I get a dialog with ...
by digitalman
Fri Dec 01, 2006 9:14 pm
Forum: Common Problems
Topic: Add "Browse for folder" button to dialog
Replies: 4
Views: 10414
 
Jump to post

My confusion came from the fact that you select "Set Property" from the dropdown and type [_BrowseProperty] over it. The PathEdit needs to be a valid value. I set it to C:\.
by digitalman
Thu Nov 30, 2006 3:27 pm
Forum: Common Problems
Topic: Patches - anything special needed for original install?
Replies: 2
Views: 3764
 
Jump to post

Hmm, well I guess I do need to add the "Update" shortcut to the original.

Go to advanced search