A problem we're having is that my program's installer is unpacking, and
then, strangely, it is kicking off the installer files from another install
program for a completely different program that was installed on all of my
users' desktops a year ago. This other program's installer, it turns out,
did not clean up after itself, and left its install files in the Windows
Temp directory that is used by my program's installer (again, built using
ISX3.51), and the install files are getting tangled.
Is there a way in ISX 3.51 to change the temp directory that is used to
unpack and install our application? That's the best fix I can think of.
Has anyone else encountered this? (Somebody has to have experienced this.)
Is there a better fix that I am unaware of?
Many thanks!!!
Heather
1. Single Exe or CD Rom media?
2. Compressed or Uncompressed?
3. Using Support Files?
4. How many Custom Actions (if any)?
5. Are you using any Custom Actions to perform a nested install?
Thanks.
"Heather B." <heat...@NOSPAM.attglobal.net> wrote in message
news:3bb370e7$1...@news.installshield.com...
Thanks,
Heather
"Chandima Rajakaruna" <no re...@installshield.com> wrote in message
news:3bb47ce5$1...@news.installshield.com...
Pete Hoffman
"Heather B." <heat...@NOSPAM.attglobal.net> wrote in message
news:3bb7bf07$1...@news.installshield.com...
1. Try with an uncompressed build
2. In the web deplyoment wizard make sure "Copy media to target location" is
checked. Also try setting a different directory for this setting.
"Heather B." <heat...@NOSPAM.attglobal.net> wrote in message
news:3bb7bf07$1...@news.installshield.com...
"James P. Hoffman" <jpho...@velocenet.net> wrote in message
news:3bb85200$1...@news.installshield.com...
"Chandima Rajakaruna" <no re...@installshield.com> wrote in message
news:3bb89549$1...@news.installshield.com...
Any other ideas what could be causing the tangling?
Heather
"Chandima Rajakaruna" <no re...@installshield.com> wrote in message
news:3bb898f2$1...@news.installshield.com...
What drove me to try this was that we had a strange bug in our install where
our custom action refused to kick off an executable that I downloaded from
Palm.com, which installed Palm Hotsync components on the client machine. I
have no idea why, but the custom action was just ignored, like it wasn't
there. Out of curiosity I threw together a vb app that just has a sub
main() and which shells out a launch command to execute the
PalmCOMInstaller.exe. Works like a charm, has never failed. Turns out VB
offers a fabulous way to very quickly make highly customize custom actions
that are conditional upon specific registry settings, or anything else you
can dream up.
ISX allows you to add registry settings conditionally based on the features
selected by the user, however, custom actions can't be tied to features.
As a work around to this missing functionality, I've inserted registry
entries indicating the features chosen by the user, and I've added a custom
action to launch a tiny VB executable later in the install. That little VB
exe checks the registry entry to determine the features chosen by the user,
and then proceeds based on the registry entries it finds. Using this
method, I've effectively tied custom actions to the user selected features
(in this case, whether the user want the components that support Palm
hotsyncing installed along with my application).
Hope this helps...
Heather
P.S. If you are following this thread, then you might ask if the palm
components are the culprit in my original note and the answer is no, I've
tested that - no such luck.
"James P. Hoffman" <jpho...@velocenet.net> wrote in message
news:3bb85200$1...@news.installshield.com...
"Heather B." <heat...@NOSPAM.attglobal.net> wrote in message
news:3bb8de27$1...@news.installshield.com...
Thank you very much!
Pete Hoffman
"Heather B." <heat...@NOSPAM.attglobal.net> wrote in message
news:3bb8e3b3$1...@news.installshield.com...
Good luck...
Heather
"James P. Hoffman" <jpho...@velocenet.net> wrote in message
news:3bbb...@news.installshield.com...